Clean up requires and build requires
This commit is contained in:
parent
7d05787858
commit
ed430ca3d2
17
bluez.spec
17
bluez.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: Bluetooth utilities
|
Summary: Bluetooth utilities
|
||||||
Name: bluez
|
Name: bluez
|
||||||
Version: 4.101
|
Version: 4.101
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://www.bluez.org/
|
URL: http://www.bluez.org/
|
||||||
@ -31,25 +31,23 @@ BuildRequires: libsndfile-devel
|
|||||||
BuildRequires: libcap-ng-devel
|
BuildRequires: libcap-ng-devel
|
||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
# For cable pairing
|
# For cable pairing
|
||||||
BuildRequires: libudev-devel
|
BuildRequires: systemd-devel
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
BuildRequires: libusbx-devel
|
BuildRequires: libusbx-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: udev
|
|
||||||
|
|
||||||
# For rebuild
|
# For rebuild
|
||||||
BuildRequires: libtool autoconf automake
|
BuildRequires: libtool autoconf automake
|
||||||
|
|
||||||
Requires: bluez-libs = %{version}-%{release}
|
Requires: bluez-libs = %{version}-%{release}
|
||||||
Requires: initscripts
|
Requires: systemd
|
||||||
Requires: dbus >= 0.60
|
Requires: dbus >= 0.60
|
||||||
Requires: hwdata >= 0.215
|
Requires: hwdata >= 0.215
|
||||||
%ifnarch s390 s390x
|
%ifnarch s390 s390x
|
||||||
Requires: dbus-bluez-pin-helper
|
Requires: dbus-bluez-pin-helper
|
||||||
%endif
|
%endif
|
||||||
Requires: udev >= 143-2
|
Requires(preun): /bin/systemctl
|
||||||
Requires(preun): /sbin/chkconfig, /sbin/service
|
Requires(post): /bin/systemctl
|
||||||
Requires(post): /sbin/chkconfig, /sbin/service
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Utilities for use in Bluetooth applications:
|
Utilities for use in Bluetooth applications:
|
||||||
@ -94,6 +92,8 @@ Summary: Compatibility utilities for Bluetooth devices
|
|||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Requires: bluez-libs = %{version}-%{release}
|
Requires: bluez-libs = %{version}-%{release}
|
||||||
Requires: bluez = %{version}-%{release}
|
Requires: bluez = %{version}-%{release}
|
||||||
|
Requires(preun): /sbin/chkconfig, /sbin/service
|
||||||
|
Requires(post): /sbin/chkconfig, /sbin/service
|
||||||
|
|
||||||
%package hid2hci
|
%package hid2hci
|
||||||
Summary: Put HID proxying bluetooth HCI's into HCI mode
|
Summary: Put HID proxying bluetooth HCI's into HCI mode
|
||||||
@ -312,6 +312,9 @@ fi
|
|||||||
%exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules
|
%exclude /usr/lib/udev/rules.d/97-bluetooth-hid2hci.rules
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 21 2012 Bastien Nocera <bnocera@redhat.com> 4.101-4
|
||||||
|
- Clean up requires and build requires
|
||||||
|
|
||||||
* Wed Aug 15 2012 Bastien Nocera <bnocera@redhat.com> 4.101-3
|
* Wed Aug 15 2012 Bastien Nocera <bnocera@redhat.com> 4.101-3
|
||||||
- Enable pairing Wiimote support (#847481)
|
- Enable pairing Wiimote support (#847481)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user