Date: Wednesday, October 3, 2012 @ 15:41:52 Author: heftig Revision: 167913
Fix udev rule, use systemd acl management Modified: gnome-bluetooth/trunk/61-gnome-bluetooth-rfkill.rules gnome-bluetooth/trunk/PKGBUILD ---------------------------------+ 61-gnome-bluetooth-rfkill.rules | 10 +++------- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 9 deletions(-) Modified: 61-gnome-bluetooth-rfkill.rules =================================================================== --- 61-gnome-bluetooth-rfkill.rules 2012-10-03 19:11:49 UTC (rev 167912) +++ 61-gnome-bluetooth-rfkill.rules 2012-10-03 19:41:52 UTC (rev 167913) @@ -1,11 +1,7 @@ # Get access to /dev/rfkill for users # See https://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 +# Simplified by Kay Sievers +# https://bugzilla.redhat.com/show_bug.cgi?id=733326 -ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end" -ACTION!="add|change", GOTO="gnome_bluetooth_end" -KERNEL=="rfkill", TAG+="udev-acl" -LABEL="gnome_bluetooth_end" +KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess" Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-10-03 19:11:49 UTC (rev 167912) +++ PKGBUILD 2012-10-03 19:41:52 UTC (rev 167913) @@ -4,7 +4,7 @@ pkgname=gnome-bluetooth pkgver=3.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNOME Bluetooth Subsystem" arch=('i686' 'x86_64') url="http://live.gnome.org/GnomeBluetooth" @@ -16,7 +16,7 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz 61-gnome-bluetooth-rfkill.rules) sha256sums=('021d9711d76e6d195812b1804ff39b5936ce978c25f900bc92e4bffd7045d306' - 'b8acb8ea2e7f3588575cffd8ea14ec50c8641f518f2ea899771a508b299ea474') + '8dd2d3637f380a89e72f65e6c8021e994ccbdc645f1a1b1dbffe74ac9f061f53') build() { cd $pkgname-$pkgver
