Resolves: rhbz#2077416.
This commit is contained in:
parent
031d6cbac1
commit
6bccba52c3
26
bluez.spec
26
bluez.spec
@ -5,8 +5,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: bluez
|
Name: bluez
|
||||||
Version: 5.56
|
Version: 5.64
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Bluetooth utilities
|
Summary: Bluetooth utilities
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.bluez.org/
|
URL: http://www.bluez.org/
|
||||||
@ -17,13 +17,12 @@ Source1: bluez.gitignore
|
|||||||
# https://github.com/hadess/bluez/commits/obex-5.46
|
# https://github.com/hadess/bluez/commits/obex-5.46
|
||||||
Patch1: 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
|
Patch1: 0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
|
||||||
# https://github.com/hadess/bluez/commits/systemd-hardening
|
# https://github.com/hadess/bluez/commits/systemd-hardening
|
||||||
Patch10: 0001-build-Always-define-confdir-and-statedir.patch
|
#Patch10: 0001-build-Always-define-confdir-and-statedir.patch
|
||||||
Patch11: 0002-systemd-Add-PrivateTmp-and-NoNewPrivileges-options.patch
|
#Patch11: 0002-systemd-Add-PrivateTmp-and-NoNewPrivileges-options.patch
|
||||||
Patch12: 0003-systemd-Add-more-filesystem-lockdown.patch
|
#Patch12: 0003-systemd-Add-more-filesystem-lockdown.patch
|
||||||
Patch13: 0004-systemd-More-lockdown.patch
|
#Patch13: 0004-systemd-More-lockdown.patch
|
||||||
Patch14: 0005-media-rename-local-function-conflicting-with-pause-2.patch
|
#Patch14: 0005-media-rename-local-function-conflicting-with-pause-2.patch
|
||||||
Patch15: bluez-avdtp-fix-removing-all-seps-when-loading-from-cache.patch
|
#Patch15: bluez-avdtp-fix-removing-all-seps-when-loading-from-cache.patch
|
||||||
Patch16: 0001-sdpd-Fix-leaking-buffers-stored-in-cstates-cache.patch
|
|
||||||
|
|
||||||
BuildRequires: dbus-devel >= 1.6
|
BuildRequires: dbus-devel >= 1.6
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
@ -39,6 +38,8 @@ BuildRequires: systemd-devel
|
|||||||
BuildRequires: cups-devel
|
BuildRequires: cups-devel
|
||||||
# For autoreconf
|
# For autoreconf
|
||||||
BuildRequires: libtool automake autoconf
|
BuildRequires: libtool automake autoconf
|
||||||
|
# For man pages
|
||||||
|
BuildRequires: python3-docutils
|
||||||
|
|
||||||
Requires: dbus >= 1.6
|
Requires: dbus >= 1.6
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
@ -147,7 +148,7 @@ Object Exchange daemon for sharing files, contacts etc over bluetooth
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -vif
|
autoreconf -vif
|
||||||
%configure --enable-tools --enable-library \
|
%configure --enable-tools --enable-library --disable-optimization \
|
||||||
%if %{with deprecated}
|
%if %{with deprecated}
|
||||||
--enable-deprecated \
|
--enable-deprecated \
|
||||||
%endif
|
%endif
|
||||||
@ -248,6 +249,7 @@ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
|
|||||||
%{_bindir}/mpris-proxy
|
%{_bindir}/mpris-proxy
|
||||||
%{_bindir}/rctest
|
%{_bindir}/rctest
|
||||||
%{_mandir}/man1/btattach.1.*
|
%{_mandir}/man1/btattach.1.*
|
||||||
|
%{_mandir}/man1/btmon.1.*
|
||||||
%{_mandir}/man1/l2ping.1.*
|
%{_mandir}/man1/l2ping.1.*
|
||||||
%{_mandir}/man1/rctest.1.*
|
%{_mandir}/man1/rctest.1.*
|
||||||
%{_mandir}/man8/bluetoothd.8.*
|
%{_mandir}/man8/bluetoothd.8.*
|
||||||
@ -305,10 +307,12 @@ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
|
|||||||
%config %{_sysconfdir}/dbus-1/system.d/bluetooth-mesh.conf
|
%config %{_sysconfdir}/dbus-1/system.d/bluetooth-mesh.conf
|
||||||
%{_bindir}/meshctl
|
%{_bindir}/meshctl
|
||||||
%{_bindir}/mesh-cfgclient
|
%{_bindir}/mesh-cfgclient
|
||||||
|
%{_bindir}/mesh-cfgtest
|
||||||
%{_datadir}/dbus-1/system-services/org.bluez.mesh.service
|
%{_datadir}/dbus-1/system-services/org.bluez.mesh.service
|
||||||
%{_libexecdir}/bluetooth/bluetooth-meshd
|
%{_libexecdir}/bluetooth/bluetooth-meshd
|
||||||
%{_unitdir}/bluetooth-mesh.service
|
%{_unitdir}/bluetooth-mesh.service
|
||||||
%{_localstatedir}/lib/bluetooth/mesh
|
%{_localstatedir}/lib/bluetooth/mesh
|
||||||
|
%{_mandir}/man8/bluetooth-meshd.8*
|
||||||
|
|
||||||
%files obexd
|
%files obexd
|
||||||
%{_libexecdir}/bluetooth/obexd
|
%{_libexecdir}/bluetooth/obexd
|
||||||
@ -316,6 +320,8 @@ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/
|
|||||||
%{_userunitdir}/obex.service
|
%{_userunitdir}/obex.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 5 2022 Gopal Tiwari <gtiwari@redhat.com> - 5.64-1
|
||||||
|
- Update to 5.64
|
||||||
|
|
||||||
* Fri Dec 16 2021 Gopal Tiwari <gtiwari@redhat.com> - 5.56-8
|
* Fri Dec 16 2021 Gopal Tiwari <gtiwari@redhat.com> - 5.56-8
|
||||||
- Fixing Gating and version
|
- Fixing Gating and version
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (bluez-5.56.tar.xz) = b320ee9d49a516f5cecb5fbc410ba42e9127f44ebcfb95647f68bd5d300147d0eaf633f8e8d0678631a2184ea3afae7b01b5f228157328874fa2a87832ed0ae1
|
SHA512 (bluez-5.64.tar.xz) = f11f9974b29c5c6fce3890d7e42425c1cb02e42c1b8f49c5cc4b249234e67b64317d0e5e82721e2fbf1b53269c8569a9c869d59ce42b5e927f6622f0753e53cd
|
||||||
|
Loading…
Reference in New Issue
Block a user