[polkit/f15/master] Fix typo in pkla file (thanks notting)

David Zeuthen davidz at fedoraproject.org
Thu Mar 17 14:53:01 UTC 2011


commit f3deafcad2fa7af0de35bc32eb939122777cb44a
Author: David Zeuthen <davidz at redhat.com>
Date:   Thu Mar 17 10:52:48 2011 -0400

    Fix typo in pkla file (thanks notting)

 polkit.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/polkit.spec b/polkit.spec
index 6e6fed3..181f107 100644
--- a/polkit.spec
+++ b/polkit.spec
@@ -1,7 +1,7 @@
 Summary: PolicyKit Authorization Framework
 Name: polkit
 Version: 0.101
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPLv2+
 URL: http://www.freedesktop.org/wiki/Software/PolicyKit
 Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.gz
@@ -108,7 +108,7 @@ cat > $RPM_BUILD_ROOT%{_localstatedir}/lib/polkit-1/localauthority/10-vendor.d/1
 # interrupted by password dialogs
 #
 [Wheel Group Permissions]
-Identity=unix-group:desktop_user_r
+Identity=unix-group:wheel
 Action=org.gnome.clockapplet.mechanism.*;org.freedesktop.RealtimeKit1.*;org.freedesktop.udisks.filesystem-mount-system-internal
 ResultAny=auth_admin
 ResultInactive=auth_admin
@@ -175,6 +175,9 @@ EOF
 %{_datadir}/gtk-doc
 
 %changelog
+* Thu Mar 17 2011 David Zeuthen <davidz at redhat.com> - 0.101-3
+- Fix typo in pkla file (thanks notting)
+
 * Thu Mar 17 2011 David Zeuthen <davidz at redhat.com> - 0.101-2
 - Nuke desktop_admin_r and desktop_user_r groups - just use the
   wheel group instead (#688363)


More information about the scm-commits mailing list