r51662 - in /desktop/unstable/gvfs/debian: changelog patches/02_polkit_sudo_group.patch patches/series
bigon at users.alioth.debian.org
bigon at users.alioth.debian.org
Tue Nov 8 13:02:56 UTC 2016
Author: bigon
Date: Tue Nov 8 13:02:56 2016
New Revision: 51662
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51662
Log:
debian/patches/02_polkit_sudo_group.patch: Use sudo group instead of the
wheel one, the later doesn't exist on debian
Added:
desktop/unstable/gvfs/debian/patches/02_polkit_sudo_group.patch
Modified:
desktop/unstable/gvfs/debian/changelog
desktop/unstable/gvfs/debian/patches/series
Modified: desktop/unstable/gvfs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/changelog?rev=51662&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/changelog [utf-8] (original)
+++ desktop/unstable/gvfs/debian/changelog [utf-8] Tue Nov 8 13:02:56 2016
@@ -1,3 +1,10 @@
+gvfs (1.30.2-2) UNRELEASED; urgency=medium
+
+ * debian/patches/02_polkit_sudo_group.patch: Use sudo group instead of the
+ wheel one, the later doesn't exist on debian
+
+ -- Laurent Bigonville <bigon at debian.org> Tue, 08 Nov 2016 14:02:28 +0100
+
gvfs (1.30.2-1) unstable; urgency=medium
* New upstream release.
Added: desktop/unstable/gvfs/debian/patches/02_polkit_sudo_group.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/patches/02_polkit_sudo_group.patch?rev=51662&op=file
==============================================================================
--- desktop/unstable/gvfs/debian/patches/02_polkit_sudo_group.patch (added)
+++ desktop/unstable/gvfs/debian/patches/02_polkit_sudo_group.patch [utf-8] Tue Nov 8 13:02:56 2016
@@ -0,0 +1,15 @@
+Description: Use sudo group instead of the wheel one, the later doesn't exist on debian
+Author: Laurent Bigonville <bigon at debian.org>
+Forwarded: not-needed
+
+--- a/daemon/org.gtk.vfs.file-operations.rules
++++ b/daemon/org.gtk.vfs.file-operations.rules
+@@ -2,7 +2,7 @@ polkit.addRule(function(action, subject)
+ if ((action.id == "org.gtk.vfs.file-operations-helper") &&
+ subject.local &&
+ subject.active &&
+- subject.isInGroup ("wheel")) {
++ subject.isInGroup ("sudo")) {
+ return polkit.Result.YES;
+ }
+ });
Modified: desktop/unstable/gvfs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gvfs/debian/patches/series?rev=51662&op=diff
==============================================================================
--- desktop/unstable/gvfs/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gvfs/debian/patches/series [utf-8] Tue Nov 8 13:02:56 2016
@@ -1,4 +1,5 @@
01_modules_dir.patch
+02_polkit_sudo_group.patch
04_hurd_path_max.patch
metadata-nuke-junk-data.patch
dont-crash-on-null-job.patch
More information about the pkg-gnome-commits
mailing list