From f3deafcad2fa7af0de35bc32eb939122777cb44a Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Thu, 17 Mar 2011 10:52:48 -0400 Subject: [PATCH] Fix typo in pkla file (thanks notting) --- polkit.spec | 7 +++++-- 1 file 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 - 0.101-3 +- Fix typo in pkla file (thanks notting) + * Thu Mar 17 2011 David Zeuthen - 0.101-2 - Nuke desktop_admin_r and desktop_user_r groups - just use the wheel group instead (#688363)