rpms/gnome-bluetooth/devel 61-gnome-bluetooth-rfkill.rules, 1.1, 1.2 gnome-bluetooth.spec, 1.113, 1.114

Bastien Nocera hadess at fedoraproject.org
Thu Jun 3 16:24:04 UTC 2010


Author: hadess

Update of /cvs/pkgs/rpms/gnome-bluetooth/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6056

Modified Files:
	61-gnome-bluetooth-rfkill.rules gnome-bluetooth.spec 
Log Message:
* Thu Jun 03 2010 Bastien Nocera <bnocera at redhat.com> 2.30.0-2
- Fix /dev/rfkill permissions when using newer udev >= 154 (#588660)
  (with thanks to Sven Arvidsson and Debian)



Index: 61-gnome-bluetooth-rfkill.rules
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-bluetooth/devel/61-gnome-bluetooth-rfkill.rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- 61-gnome-bluetooth-rfkill.rules	11 Aug 2009 11:48:56 -0000	1.1
+++ 61-gnome-bluetooth-rfkill.rules	3 Jun 2010 16:24:04 -0000	1.2
@@ -1,3 +1,11 @@
 # Get access to /dev/rfkill for users
 # See https://bugzilla.redhat.com/show_bug.cgi?id=514798
-KERNEL=="rfkill", ENV{ACL_MANAGE}="1"
+#
+# Updated for udev >= 154
+# http://bugs.debian.org/582188
+# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+
+ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
+ACTION!="add|change", GOTO="gnome_bluetooth_end"
+KERNEL=="rfkill", TAG+="udev-acl"
+LABEL="gnome_bluetooth_end"


Index: gnome-bluetooth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-bluetooth/devel/gnome-bluetooth.spec,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -p -r1.113 -r1.114
--- gnome-bluetooth.spec	29 Mar 2010 16:40:36 -0000	1.113
+++ gnome-bluetooth.spec	3 Jun 2010 16:24:04 -0000	1.114
@@ -1,6 +1,6 @@
 Name:		gnome-bluetooth
 Version:	2.30.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Bluetooth graphical utilities
 
 Group:		Applications/Communications
@@ -223,6 +223,10 @@ fi
 %{_bindir}/bluetooth-panel
 
 %changelog
+* Thu Jun 03 2010 Bastien Nocera <bnocera at redhat.com> 2.30.0-2
+- Fix /dev/rfkill permissions when using newer udev >= 154 (#588660)
+  (with thanks to Sven Arvidsson and Debian)
+
 * Mon Mar 29 2010 Bastien Nocera <bnocera at redhat.com> 2.30.0-1
 - Update to 2.30.0
 



More information about the scm-commits mailing list