From cdd88c8a9588644844ffc252b74fc6b092213e39 Mon Sep 17 00:00:00 2001 From: VictorR2007 Date: Sat, 10 Oct 2020 18:18:33 +0300 Subject: [PATCH 1/3] Updated to 5.55 --- bluez.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bluez.spec b/bluez.spec index 12285ec..a4c6e19 100644 --- a/bluez.spec +++ b/bluez.spec @@ -4,7 +4,7 @@ Summary: Official Linux Bluetooth protocol stack Name: bluez -Version: 5.54 +Version: 5.55 Release: 1 Epoch: 1 License: GPLv2+ @@ -215,6 +215,7 @@ autoreconf -fi --with-systemdsystemunitdir=%{_unitdir} \ --with-systemduserunitdir=%{_userunitdir} \ --with-udevdir=/lib/udev \ + --enable-hid2hci \ --enable-tools \ --enable-cups \ --enable-datafiles \ From 72ccdc4db0495a4e709d54ac0ebef8858509f6c2 Mon Sep 17 00:00:00 2001 From: Victor Ryzhikh Date: Sat, 10 Oct 2020 15:33:20 +0000 Subject: [PATCH 2/3] Updated to 5.55 --- .abf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 286c2134e1f9586302a06b2aa955d5d56697cc10 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Wed, 25 Nov 2020 16:21:19 +0300 Subject: [PATCH 3/3] use native systemd macros, rm odd dep from rpm-helper --- bluez.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/bluez.spec b/bluez.spec index a4c6e19..0008a28 100644 --- a/bluez.spec +++ b/bluez.spec @@ -5,7 +5,7 @@ Summary: Official Linux Bluetooth protocol stack Name: bluez Version: 5.55 -Release: 1 +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 #----------------------------------------------------------------------------