diff --git a/bluez.changes b/bluez.changes index c1b9dbc..dc8836b 100644 --- a/bluez.changes +++ b/bluez.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Oct 4 03:20:40 UTC 2022 - Joey Lee + +- For pushing bluez 5.65 to 15-SP5 (bluez-5.62), sync the spec file and + log: (jsc#PED-1407) + - SLE15-SP5 will direct use bluez.changes for openSUSE TW. + So keep the contents of SLE bluez.changes to bluez.changes.sle file. + - Put to /usr/share/doc/packages/bluez/bluez.changes.sle in package. + ------------------------------------------------------------------- Mon Oct 3 05:21:03 UTC 2022 - Joey Lee diff --git a/bluez.spec b/bluez.spec index 6ac17cf..e77c0c9 100644 --- a/bluez.spec +++ b/bluez.spec @@ -42,6 +42,7 @@ Source: https://www.kernel.org/pub/linux/bluetooth/bluez-%{version}.tar. #KEEP NOSOURCE DEBUGINFO Source5: baselibs.conf Source7: bluetooth.modprobe +Source9: bluez.changes.sle # fix some logitech HID devices, bnc#681049, bnc#850478 --seife+obs@b1-systems.com Patch1: bluez-5.11-logitech-hid2hci.patch Patch2: bluez-sdp-unix-path.patch @@ -302,9 +303,10 @@ chmod 0644 *.py *.xml *.dtd # fix python shebang sed -i -e '1s/env p/p/' %{buildroot}%{_libdir}/bluez/test/{example-gatt-{client,server},test-mesh} +mkdir -p %{buildroot}%{_defaultdocdir}/%{name} +cp %{SOURCE9} %{buildroot}%{_defaultdocdir}/%{name} %if %{with mesh} # boo#1151518 -mkdir -p %{buildroot}%{_defaultdocdir}/%{name} mv %{buildroot}%{_datadir}/dbus-1/system.d/bluetooth-mesh.conf %{buildroot}%{_defaultdocdir}/%{name} mv %{buildroot}%{_datadir}/dbus-1/system-services/org.bluez.mesh.service %{buildroot}%{_defaultdocdir}/%{name} cat > %{buildroot}%{_defaultdocdir}/%{name}/README-mesh.SUSE << EOF