Merge pull request #1 from import/bluez:rosa2016.1

Backports and update
This commit is contained in:
djam 2021-03-13 09:38:23 +00:00
commit 79e86a6386
2 changed files with 6 additions and 6 deletions

View file

@ -1,2 +1,2 @@
sources:
bluez-5.54.tar.xz: 02e247790eab70329f2d94794e46181bb28e975f
bluez-5.55.tar.xz: 3f7cc53f789f3553a4403643dfafd18ff5b26f17

View file

@ -4,8 +4,8 @@
Summary: Official Linux Bluetooth protocol stack
Name: bluez
Version: 5.54
Release: 1
Version: 5.55
Release: 2
Epoch: 1
License: GPLv2+
Group: Communications
@ -43,7 +43,6 @@ BuildRequires: pkgconfig(libusb)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev) >= 186
Requires(pre): rpm-helper
Obsoletes: bluez-alsa < 5.0
Obsoletes: bluez-gstreamer < 5.0
@ -96,10 +95,10 @@ These are the official Bluetooth communication libraries for Linux.
%{_udevrulesdir}/97-bluetooth.rules
%post
%_post_service bluetooth
%systemd_post bluetooth.service
%postun
%_preun_service bluetooth
%systemd_post bluetooth.service
#----------------------------------------------------------------------------
@ -215,6 +214,7 @@ autoreconf -fi
--with-systemdsystemunitdir=%{_unitdir} \
--with-systemduserunitdir=%{_userunitdir} \
--with-udevdir=/lib/udev \
--enable-hid2hci \
--enable-tools \
--enable-cups \
--enable-datafiles \