Skip to content

Commit

Permalink
polkit: I know how to spell honest
Browse files Browse the repository at this point in the history
Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Feb 5, 2024
1 parent 10e3102 commit 0663c9f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Binary file modified p/polkit/manifest.x86_64.bin
Binary file not shown.
6 changes: 3 additions & 3 deletions p/polkit/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"/usr/lib/tmpfiles.d/polkit.conf",
"/usr/lib/userdb/27.group",
"/usr/lib/userdb/27.user",
"/usr/lib/userdb/polkit.group",
"/usr/lib/userdb/polkit.user",
"/usr/lib/userdb/polkitd.group",
"/usr/lib/userdb/polkitd.user",
"/usr/share/dbus-1/system-services/org.freedesktop.PolicyKit1.service",
"/usr/share/dbus-1/system.d/org.freedesktop.PolicyKit1.conf",
"/usr/share/defaults/etc/pam.d/polkit-1",
Expand Down Expand Up @@ -151,6 +151,6 @@
}
},
"source-name": "polkit",
"source-release": "2",
"source-release": "3",
"source-version": "122"
}
2 changes: 1 addition & 1 deletion p/polkit/pkg/polkit.group → p/polkit/pkg/polkitd.group
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"groupName" : "polkit",
"groupName" : "polkitd",
"gid" : 27,
"disposition" : "system"
}
2 changes: 1 addition & 1 deletion p/polkit/pkg/polkit.user → p/polkit/pkg/polkitd.user
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"userName" : "polkit",
"userName" : "polkitd",
"realName" : "PolicyKit Daemon",
"homeDirectory" : "/var/empty",
"uid" : 27,
Expand Down
10 changes: 5 additions & 5 deletions p/polkit/stone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#
name : polkit
version : 122
release : 2
release : 3
summary : Application-level authorization toolkit
license : GPL-2.0-or-later
homepage : https://gitlab.freedesktop.org/polkit/polkit
Expand Down Expand Up @@ -52,9 +52,9 @@ install : |
rmdir %(installroot)/etc
# userdb
%install_file %(pkgdir)/polkit.group %(installroot)%(libdir)/userdb/polkit.group
ln -s polkit.group %(installroot)%(libdir)/userdb/27.group
%install_file %(pkgdir)/polkit.user %(installroot)%(libdir)/userdb/polkit.user
ln -s polkit.user %(installroot)%(libdir)/userdb/27.user
%install_file %(pkgdir)/polkitd.group %(installroot)%(libdir)/userdb/polkitd.group
ln -s polkitd.group %(installroot)%(libdir)/userdb/27.group
%install_file %(pkgdir)/polkitd.user %(installroot)%(libdir)/userdb/polkitd.user
ln -s polkitd.user %(installroot)%(libdir)/userdb/27.user
# TODO checks (needs python-dbusmock)

0 comments on commit 0663c9f

Please sign in to comment.