+ bluez-5.47-4

Fix invalid paths in service file (#1499518)
This commit is contained in:
Bastien Nocera 2017-10-10 10:38:32 +02:00
parent d3a3a8bf3b
commit 02c8633f05

View File

@ -1,7 +1,7 @@
Name: bluez Name: bluez
Summary: Bluetooth utilities Summary: Bluetooth utilities
Version: 5.47 Version: 5.47
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv2+ License: GPLv2+
URL: http://www.bluez.org/ URL: http://www.bluez.org/
@ -57,6 +57,8 @@ BuildRequires: json-c-devel
BuildRequires: systemd-devel BuildRequires: systemd-devel
# For printing # For printing
BuildRequires: cups-devel BuildRequires: cups-devel
# For autoreconf
BuildRequires: libtool automake autoconf
Requires: dbus >= 1.6 Requires: dbus >= 1.6
@ -142,6 +144,7 @@ Object Exchange daemon for sharing files, contacts etc over bluetooth
%autosetup -S git %autosetup -S git
%build %build
autoreconf -f
%configure --enable-tools --enable-library --enable-deprecated \ %configure --enable-tools --enable-library --enable-deprecated \
--enable-sixaxis --enable-cups --enable-nfc --enable-mesh \ --enable-sixaxis --enable-cups --enable-nfc --enable-mesh \
--with-systemdsystemunitdir=%{_unitdir} \ --with-systemdsystemunitdir=%{_unitdir} \
@ -275,6 +278,10 @@ install -D -p -m0755 %{SOURCE4} ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
%{_userunitdir}/obex.service %{_userunitdir}/obex.service
%changelog %changelog
* Tue Oct 10 2017 Bastien Nocera <bnocera@redhat.com> - 5.47-4
+ bluez-5.47-4
- Fix invalid paths in service file (#1499518)
* Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 5.47-3 * Wed Sep 20 2017 Bastien Nocera <bnocera@redhat.com> - 5.47-3
+ bluez-5.47-3 + bluez-5.47-3
- Fix adapter name not picking up PrettyHostname - Fix adapter name not picking up PrettyHostname