r42642 - in /desktop/unstable/gnome-control-center/debian: changelog patches/07_polkit_wheel_sudo_group.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sun Sep 7 09:51:24 UTC 2014


Author: bigon
Date: Sun Sep  7 09:51:24 2014
New Revision: 42642

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42642
Log:
Add debian/patches/07_polkit_wheel_sudo_group.patch: The "wheel" group is
not existing on debian, check if the user is member of the "sudo" group
instead (Closes: #760722)

Added:
    desktop/unstable/gnome-control-center/debian/patches/07_polkit_wheel_sudo_group.patch
Modified:
    desktop/unstable/gnome-control-center/debian/changelog
    desktop/unstable/gnome-control-center/debian/patches/series

Modified: desktop/unstable/gnome-control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/changelog?rev=42642&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/changelog	[utf-8] Sun Sep  7 09:51:24 2014
@@ -1,8 +1,14 @@
 gnome-control-center (1:3.12.1-5) UNRELEASED; urgency=medium
 
+  [ Jordi Mallach ]
   * Add cracklib-runtime to Recommends, it's needed for password changing.
 
- -- Jordi Mallach <jordi at debian.org>  Mon, 28 Jul 2014 18:33:09 +0200
+  [ Laurent Bigonville ]
+  * Add debian/patches/07_polkit_wheel_sudo_group.patch: The "wheel" group is
+    not existing on debian, check if the user is member of the "sudo" group
+    instead (Closes: #760722)
+
+ -- Laurent Bigonville <bigon at debian.org>  Sun, 07 Sep 2014 11:49:50 +0200
 
 gnome-control-center (1:3.12.1-4) unstable; urgency=medium
 

Added: desktop/unstable/gnome-control-center/debian/patches/07_polkit_wheel_sudo_group.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/07_polkit_wheel_sudo_group.patch?rev=42642&op=file
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/07_polkit_wheel_sudo_group.patch	(added)
+++ desktop/unstable/gnome-control-center/debian/patches/07_polkit_wheel_sudo_group.patch	[utf-8] Sun Sep  7 09:51:24 2014
@@ -0,0 +1,11 @@
+--- a/panels/common/gnome-control-center.rules
++++ b/panels/common/gnome-control-center.rules
+@@ -6,7 +6,7 @@ polkit.addRule(function(action, subject)
+ 	     action.id == "org.gnome.controlcenter.datetime.configure") &&
+ 	    subject.local &&
+ 	    subject.active &&
+-	    subject.isInGroup ("wheel")) {
++	    subject.isInGroup ("sudo")) {
+ 		    return polkit.Result.YES;
+ 	    }
+ });

Modified: desktop/unstable/gnome-control-center/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-control-center/debian/patches/series?rev=42642&op=diff
==============================================================================
--- desktop/unstable/gnome-control-center/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/gnome-control-center/debian/patches/series	[utf-8] Sun Sep  7 09:51:24 2014
@@ -1,2 +1,3 @@
 01_menu_category.patch
 06_handle_passwd_with_ldap.patch
+07_polkit_wheel_sudo_group.patch




More information about the pkg-gnome-commits mailing list