Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bluez for openSUSE:Factory checked in at 2022-10-11 18:01:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bluez (Old) and /work/SRC/openSUSE:Factory/.bluez.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bluez" Tue Oct 11 18:01:27 2022 rev:191 rq:1007778 version:5.65 Changes: -------- --- /work/SRC/openSUSE:Factory/bluez/bluez.changes 2022-09-20 19:23:06.154391251 +0200 +++ /work/SRC/openSUSE:Factory/.bluez.new.2275/bluez.changes 2022-10-11 18:03:53.521924013 +0200 @@ -1,0 +2,76 @@ +Tue Oct 4 03:20:40 UTC 2022 - Joey Lee <j...@suse.com> + +- 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 <j...@suse.com> + +- For pushing bluez 5.65 to 15-SP5 (bluez-5.62), sync the spec file and + log: (jsc#PED-1407) + - SLE15-SP5 will use the bluez.spec from openSUSE TW. The following + are changes in bluez.spec of SLE15-SP5: + - Obsoletes: bluez-utils <= 3.36 + to + Obsoletes: bluez-utils < 3.36 + - Obsoletes: bluez-audio <= 3.36 + to + Obsoletes: bluez-audio < 3.36 + - In %package -n libbluetooth3: + Obsoletes: bluez-libs <= 3.36 + to + Obsoletes: bluez-libs < 3.36 + - In %package cups, add the following statements + Requires: %{name} + Requires: cups + Supplements: (%{name} and cups) + - In %package test + Requires: python3-gobject2 + to + Requires: python3-gobject + - In %package auto-enable-devices package, add + Requires(post): systemd + - Add %package obexd and %package zsh-completion + and their %description + - In %prep + - Removed + %setup -q + - Removed + # FIXME: Change the dbus service to be a real service, not systemd launched + sed -i "s:Exec=/bin/false:Exec=%{_libexecdir}/bluetooth/obexd:g" obexd/src/org.bluez.obex.service + sed -i "/SystemdService=.*/d" obexd/src/org.bluez.obex.service + # END FIXME + - In %build, add + --with-dbusconfdir=%{_datadir} \ + - In %install + - Removed + # FIXME: Do not delete the systemd service once we support systemd user/session services + rm %{buildroot}%{_userunitdir}/obex.service + # end FIXME + - org.bluez.mesh.service to %{_sysconfdir}/dbus-1/system-services/, + to + org.bluez.mesh.service to %{_datadir}/dbus-1/system-services/, + - In %files + - Add + %{_bindir}/isotest + %{_libexecdir}/bluetooth/obexd + %{_mandir}/man1/isotest.1%{?ext_man} + - %config %{_sysconfdir}/dbus-1/system.d/bluetooth.conf + to + %{_datadir}/dbus-1/system.d/bluetooth.conf + - Removed + %{_datadir}/dbus-1/services/org.bluez.obex.service + - Removed + %{_datadir}/zsh/site-functions/_bluetoothctl + - Add %files zsh-completion + - SLE15-SP5 will direct use bluez.changes for openSUSE TW. + So keep the contents of SLE bluez.changes to bluez.changes.sle file. + - Removed shared-gatt-server-Fix-heap-overflow-when-appending-.patch in + SLE15-SP5 bluez because 5.65 bluez already includes it. + - The code shall check if the prepare writes would append more the + allowed maximum attribute length. (bsc#1194704 CVE-2022-0204) + +------------------------------------------------------------------- New: ---- bluez.changes.sle ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bluez.spec ++++++ --- /var/tmp/diff_new_pack.w8tuqZ/_old 2022-10-11 18:03:54.233925164 +0200 +++ /var/tmp/diff_new_pack.w8tuqZ/_new 2022-10-11 18:03:54.237925170 +0200 @@ -42,6 +42,7 @@ #KEEP NOSOURCE DEBUGINFO Source5: baselibs.conf Source7: bluetooth.modprobe +Source9: bluez.changes.sle # fix some logitech HID devices, bnc#681049, bnc#850478 --seife+...@b1-systems.com Patch1: bluez-5.11-logitech-hid2hci.patch Patch2: bluez-sdp-unix-path.patch @@ -302,9 +303,10 @@ # 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 ++++++ bluez.changes.sle ++++++ ++++ 2461 lines (skipped)