parent
aa81ebda4d
commit
58c1425aea
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ gnome-bluetooth-2.90.0.tar.bz2
|
|||||||
/gnome-bluetooth-3.0.0.tar.bz2
|
/gnome-bluetooth-3.0.0.tar.bz2
|
||||||
/gnome-bluetooth-3.0.1.tar.bz2
|
/gnome-bluetooth-3.0.1.tar.bz2
|
||||||
/gnome-bluetooth-3.1.3.tar.bz2
|
/gnome-bluetooth-3.1.3.tar.bz2
|
||||||
|
/gnome-bluetooth-3.1.4.tar.bz2
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
# Get access to /dev/rfkill for users
|
# Get access to /dev/rfkill for users
|
||||||
# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
|
# See https://bugzilla.redhat.com/show_bug.cgi?id=514798
|
||||||
#
|
#
|
||||||
# Updated for udev >= 154
|
# Simplified by Kay Sievers
|
||||||
# http://bugs.debian.org/582188
|
# https://bugzilla.redhat.com/show_bug.cgi?id=733326
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=588660
|
|
||||||
|
|
||||||
ENV{ACL_MANAGE}=="0", GOTO="gnome_bluetooth_end"
|
KERNEL=="rfkill", SUBSYSTEM=="misc", TAG+="uaccess"
|
||||||
ACTION!="add|change", GOTO="gnome_bluetooth_end"
|
|
||||||
KERNEL=="rfkill", TAG+="udev-acl"
|
|
||||||
LABEL="gnome_bluetooth_end"
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Name: gnome-bluetooth
|
Name: gnome-bluetooth
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 3.1.3
|
Version: 3.1.4
|
||||||
Release: 1%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Bluetooth graphical utilities
|
Summary: Bluetooth graphical utilities
|
||||||
|
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
@ -12,7 +12,6 @@ Source1: 61-gnome-bluetooth-rfkill.rules
|
|||||||
|
|
||||||
BuildRequires: gtk3-devel >= 2.99.0
|
BuildRequires: gtk3-devel >= 2.99.0
|
||||||
BuildRequires: GConf2-devel
|
BuildRequires: GConf2-devel
|
||||||
BuildRequires: control-center-devel
|
|
||||||
BuildRequires: dbus-glib-devel
|
BuildRequires: dbus-glib-devel
|
||||||
BuildRequires: libnotify-devel
|
BuildRequires: libnotify-devel
|
||||||
%if 0
|
%if 0
|
||||||
@ -205,6 +204,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 08 2011 Bastien Nocera <bnocera@redhat.com> 3.1.4-3
|
||||||
|
- Update to 3.1.4
|
||||||
|
- Update udev rule again (#733326)
|
||||||
|
|
||||||
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
|
* Mon Jul 04 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
|
||||||
- Update to 3.1.3
|
- Update to 3.1.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user