Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package systemd for openSUSE:Factory checked in at 2025-05-23 14:28:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new.2732 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd" Fri May 23 14:28:13 2025 rev:447 rq:1278063 version:257.5 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2025-05-07 19:16:41.543775525 +0200 +++ /work/SRC/openSUSE:Factory/.systemd.new.2732/systemd.changes 2025-05-23 14:28:24.607140909 +0200 @@ -1,0 +2,14 @@ +Fri May 16 10:49:22 UTC 2025 - Franck Bui <f...@suse.com> + +- Import commit 8e9840a2897e36ae3f926f8d10a2b0d7e4102c67 (bsc#1243280) + + 8e9840a289 bless-boot: never try to rename an entry file onto itself + 5b5cde8866 bless-boot: in "status" output report bad state from prev boot as "dirty" + 49949fa9fb bless-boot: switch from last_path_component() to path_find_last_component() + +------------------------------------------------------------------- +Thu May 15 12:04:47 UTC 2025 - Fabian Vogt <fv...@suse.com> + +- systemd-update-helper: Fix invalid use of "break" in case statement + +------------------------------------------------------------------- @@ -22,0 +37 @@ + 18dde3dd2a umount: do not move busy network mounts (bsc#1236177) Old: ---- systemd-257.5+suse.8.gc10a66fb4d.tar.xz New: ---- systemd-257.5+suse.11.g8e9840a289.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.syawc4/_old 2025-05-23 14:28:25.603183261 +0200 +++ /var/tmp/diff_new_pack.syawc4/_new 2025-05-23 14:28:25.607183432 +0200 @@ -33,7 +33,7 @@ %if %{without obs_service_set_version} %define systemd_version 257.5 %define systemd_release 0 -%define archive_version +suse.8.gc10a66fb4d +%define archive_version +suse.11.g8e9840a289 %endif %define _testsuitedir %{_systemd_util_dir}/tests ++++++ files.uefi-boot ++++++ --- /var/tmp/diff_new_pack.syawc4/_old 2025-05-23 14:28:25.843193467 +0200 +++ /var/tmp/diff_new_pack.syawc4/_new 2025-05-23 14:28:25.847193638 +0200 @@ -15,6 +15,9 @@ %{_mandir}/man8/systemd-bless-boot-generator.8.gz %{_mandir}/man8/systemd-bless-boot.8.gz %{_mandir}/man8/systemd-bless-boot.service.8.gz +%if %{with upstream} +%{_mandir}/man8/systemd-boot-clear-sysfail.service.8.gz +%endif %{_mandir}/man8/systemd-boot-random-seed.service.8.gz %endif # These are the few exceptions where glob pattern is allowed. @@ -25,6 +28,9 @@ %{_systemdgeneratordir}/systemd-bless-boot-generator %{_unitdir}/sysinit.target.wants/systemd-boot-random-seed.service %{_unitdir}/systemd-bless-boot.service +%if %{with upstream} +%{_unitdir}/systemd-boot-clear-sysfail.service +%endif %{_unitdir}/systemd-boot-random-seed.service %{_unitdir}/systemd-boot-update.service ++++++ systemd-257.5+suse.8.gc10a66fb4d.tar.xz -> systemd-257.5+suse.11.g8e9840a289.tar.xz ++++++ /work/SRC/openSUSE:Factory/systemd/systemd-257.5+suse.8.gc10a66fb4d.tar.xz /work/SRC/openSUSE:Factory/.systemd.new.2732/systemd-257.5+suse.11.g8e9840a289.tar.xz differ: char 28, line 1 ++++++ systemd-update-helper ++++++ --- /var/tmp/diff_new_pack.syawc4/_old 2025-05-23 14:28:25.943197720 +0200 +++ /var/tmp/diff_new_pack.syawc4/_new 2025-05-23 14:28:25.947197889 +0200 @@ -82,7 +82,7 @@ user) systemctl --global disable --no-warn "${units[@]}" - [ -d /run/systemd/system ] || break + [ -d /run/systemd/system ] || return users=$(systemctl list-units 'user@*' --legend=no | sed -n -r 's/.*user@([0-9]+).service.*/\1/p') for user in $users; do