diff --git a/bluez.changes b/bluez.changes index 2ac9ca4..54768da 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jan 15 09:05:19 UTC 2019 - seife+obs@b1-systems.com + +- add btgatt-client to bluez-test + ------------------------------------------------------------------- Mon Jun 4 19:15:59 UTC 2018 - seife+obs@b1-systems.com diff --git a/bluez.spec b/bluez.spec index 0adba63..c373b90 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ # # spec file for package bluez # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010-2017 B1 Systems GmbH, Vohburg, Germany # # All modifications and additions to the file contributed by third parties @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -198,8 +198,13 @@ rm %{buildroot}%{_userunitdir}/obex.service ## same as in fedora... # "make install" fails to install gatttool, used with Bluetooth Low Energy +# boo#970628 install -m0755 attrib/gatttool %{buildroot}%{_bindir} +## install btgatt-client for -test package, see +## https://www.spinics.net/lists/linux-bluetooth/msg63258.html +install -m0755 tools/btgatt-client %{buildroot}%{_bindir} + # for auto-enable subpackage find . -name main.conf install --mode 0644 -D src/main.conf %{buildroot}/%{_sysconfdir}/bluetooth/main.conf @@ -311,6 +316,7 @@ make check V=0 #{_bindir}/hciemu %{_bindir}/l2test %{_bindir}/rctest +%{_bindir}/btgatt-client %dir %{_libdir}/bluez %{_libdir}/bluez/test