diff --git a/.abf.yml b/.abf.yml index e69e0d2..ec3afe5 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - bluez-5.54.tar.xz: 02e247790eab70329f2d94794e46181bb28e975f + bluez-5.55.tar.xz: 3f7cc53f789f3553a4403643dfafd18ff5b26f17 diff --git a/bluez.spec b/bluez.spec index 12285ec..0008a28 100644 --- a/bluez.spec +++ b/bluez.spec @@ -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 \