mirror of
https://abf.rosa.ru/djam/bluez.git
synced 2025-02-23 07:02:54 +00:00
Main package should require hid2hci subpackage, it's very useful
This commit is contained in:
parent
61cfb72610
commit
1b2537ad0c
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
Summary: Official Linux Bluetooth protocol stack
|
||||
Name: bluez
|
||||
Version: 5.21
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: GPLv2+
|
||||
Group: Communications
|
||||
Url: http://www.bluez.org/
|
||||
|
@ -39,6 +39,7 @@ BuildRequires: pkgconfig(libusb)
|
|||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(udev) >= 186
|
||||
Requires: %{name}-hid2hci
|
||||
Requires(pre): rpm-helper
|
||||
Suggests: obex-data-server
|
||||
Obsoletes: bluez-alsa < 5.0
|
||||
|
@ -142,6 +143,7 @@ applications which will use libraries from %{name}.
|
|||
%package hid2hci
|
||||
Summary: Put HID proxying bluetooth HCI's into HCI mode
|
||||
Group: Communications
|
||||
Requires(post): udev
|
||||
|
||||
%description hid2hci
|
||||
Most allinone PC's and bluetooth keyboard / mouse sets which include a
|
||||
|
|
Loading…
Add table
Reference in a new issue