[gnome-bluetooth/f16] Fix udev rule

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 23 04:25:09 UTC 2011


commit 57dd01581b155c9ff27bac9f5b216646231b8a8c
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 23 00:24:49 2011 -0400

    Fix udev rule

 61-gnome-bluetooth-rfkill.rules |    8 +++++---
 gnome-bluetooth.spec            |    5 ++++-
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/61-gnome-bluetooth-rfkill.rules b/61-gnome-bluetooth-rfkill.rules
index a76c1e7..622549b 100644
--- a/61-gnome-bluetooth-rfkill.rules
+++ b/61-gnome-bluetooth-rfkill.rules
@@ -1,11 +1,13 @@
 # Get access to /dev/rfkill for users
-# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
+# See http://bugzilla.redhat.com/show_bug.cgi?id=514798
 #
 # Updated for udev >= 154
 # http://bugs.debian.org/582188
-# https://bugzilla.redhat.com/show_bug.cgi?id=588660
+# http://bugzilla.redhat.com/show_bug.cgi?id=588660
+#
+# Updated for udev >= 173 and systemd >= 33
 
 ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
 ACTION!="add|change", GOTO="gnome_bluetooth_end"
-KERNEL=="rfkill", TAG+="udev-acl"
+KERNEL=="rfkill", TAG+="uaccess"
 LABEL="gnome_bluetooth_end"
diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec
index 85decd6..22b2857 100644
--- a/gnome-bluetooth.spec
+++ b/gnome-bluetooth.spec
@@ -1,7 +1,7 @@
 Name:		gnome-bluetooth
 Epoch:		1
 Version:	3.1.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Bluetooth graphical utilities
 
 Group:		Applications/Communications
@@ -204,6 +204,9 @@ fi
 %endif
 
 %changelog
+* Tue Aug 23 2011 Matthias Clasen <mclasen at redhat.com> 3.1.4-2
+- Update udev rule to work with udev >= 173 / systemd >= 33
+
 * Thu Aug 04 2011 Bastien Nocera <bnocera at redhat.com> 3.1.4-1
 - Update to 3.1.4
 


More information about the scm-commits mailing list