Fix typo in pkla file (thanks notting)

This commit is contained in:
David Zeuthen 2011-03-17 10:52:48 -04:00
parent 9fa422d544
commit f3deafcad2
1 changed files with 5 additions and 2 deletions

View File

@ -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@redhat.com> - 0.101-3
- Fix typo in pkla file (thanks notting)
* Thu Mar 17 2011 David Zeuthen <davidz@redhat.com> - 0.101-2
- Nuke desktop_admin_r and desktop_user_r groups - just use the
wheel group instead (#688363)