diff --git a/bluez-5.65.tar.xz b/bluez-5.65.tar.xz deleted file mode 100644 index 3d68bb6f6edfe83d68ed461c31b47f56dff60670..0000000000000000000000000000000000000000 Binary files a/bluez-5.65.tar.xz and /dev/null differ diff --git a/bluez-5.66.tar.xz b/bluez-5.66.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..54461d5170726da5fc7f02db9d4e30dd238e4597 Binary files /dev/null and b/bluez-5.66.tar.xz differ diff --git a/bluez.spec b/bluez.spec index cfe85e659704ad50055f9233e153ce4a22585b2d..7ac6dc13266ad82e8e7e3c44b7f9151a2d235dfa 100644 --- a/bluez.spec +++ b/bluez.spec @@ -3,7 +3,7 @@ %bcond_with deprecated Name: bluez -Version: 5.65 +Version: 5.66 Release: %{anolis_release}%{?dist} Summary: Bluetooth utilities License: GPLv2+ @@ -23,8 +23,6 @@ BuildRequires: json-c-devel BuildRequires: systemd-devel # For printing BuildRequires: cups-devel -# For autoreconf -BuildRequires: libtool automake autoconf # For man pages BuildRequires: python3-docutils @@ -142,7 +140,6 @@ Doc files for Bluetooth applications %autosetup -p1 %build -autoreconf -vif %configure --enable-tools --enable-library --disable-optimization \ %if %{with deprecated} --enable-deprecated \ @@ -172,9 +169,6 @@ install -m0755 tools/avinfo $RPM_BUILD_ROOT%{_bindir} # MAC address configured install -m0755 tools/btmgmt $RPM_BUILD_ROOT%{_bindir} -# Remove libtool archive -find $RPM_BUILD_ROOT -name '*.la' -delete - # Remove the cups backend from libdir, and install it in /usr/lib whatever the install if test -d ${RPM_BUILD_ROOT}/usr/lib64/cups ; then install -D -m0755 ${RPM_BUILD_ROOT}/usr/lib64/cups/backend/bluetooth ${RPM_BUILD_ROOT}%_cups_serverbin/backend/bluetooth @@ -198,9 +192,7 @@ sed -i 's/#\[Policy\]$/\[Policy\]/; s/#AutoEnable=false/AutoEnable=true/' ${RPM_ install emulator/btvirt ${RPM_BUILD_ROOT}/%{_libexecdir}/bluetooth/ %check -make check - -%ldconfig_scriptlets libs +%make_build check %post %systemd_post bluetooth.service @@ -263,6 +255,7 @@ make check %{_bindir}/hciconfig %{_bindir}/hcidump %{_bindir}/hcitool +%{_bindir}/meshctl %{_bindir}/rfcomm %{_bindir}/sdptool %{_mandir}/man1/ciptool.1.* @@ -275,7 +268,6 @@ make check %endif %files libs -%{!?_licensedir:%global license %%doc} %license COPYING %{_libdir}/libbluetooth.so.* @@ -298,10 +290,8 @@ make check %{_udevrulesdir}/97-hid2hci.rules %files mesh -%doc tools/mesh-gatt/*.json %config %{_sysconfdir}/bluetooth/mesh-main.conf %config %{_sysconfdir}/dbus-1/system.d/bluetooth-mesh.conf -%{_bindir}/meshctl %{_bindir}/mesh-cfgclient %{_bindir}/mesh-cfgtest %{_datadir}/dbus-1/system-services/org.bluez.mesh.service @@ -319,6 +309,9 @@ make check %doc AUTHORS ChangeLog %changelog +* Thu Dec 29 2022 Funda Wang - 5.66-1 +- New version 5.66 + * Thu Sep 1 2022 Chunmei Xu - 5.65-1 - update to 5.65