diff --git a/61-gnome-bluetooth-rfkill.rules b/61-gnome-bluetooth-rfkill.rules index 0f6d947..d4017f8 100644 --- a/61-gnome-bluetooth-rfkill.rules +++ b/61-gnome-bluetooth-rfkill.rules @@ -1,4 +1,6 @@ # Get access to /dev/rfkill for users # until urfkill is available # -KERNEL=="rfkill", TAG+="udev-acl" +# https://bugzilla.redhat.com/show_bug.cgi?id=733326#c3 +# +KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess" diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index 21db0aa..23aa0fa 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 31 09:04:03 UTC 2012 - glin@suse.com + +- Update 61-gnome-bluetooth-rfkill.rules due to the removal of + udev-acl in udev >= 182. + ------------------------------------------------------------------- Tue Mar 27 06:18:39 UTC 2012 - vuntz@opensuse.org