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.1.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
|
||||
# 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"
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: gnome-bluetooth
|
||||
Epoch: 1
|
||||
Version: 3.1.3
|
||||
Release: 1%{?dist}
|
||||
Version: 3.1.4
|
||||
Release: 3%{?dist}
|
||||
Summary: Bluetooth graphical utilities
|
||||
|
||||
Group: Applications/Communications
|
||||
@ -12,7 +12,6 @@ Source1: 61-gnome-bluetooth-rfkill.rules
|
||||
|
||||
BuildRequires: gtk3-devel >= 2.99.0
|
||||
BuildRequires: GConf2-devel
|
||||
BuildRequires: control-center-devel
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: libnotify-devel
|
||||
%if 0
|
||||
@ -205,6 +204,10 @@ fi
|
||||
%endif
|
||||
|
||||
%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
|
||||
- Update to 3.1.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user