Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package systemd for openSUSE:Factory checked in at 2026-06-10 15:45:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd" Wed Jun 10 15:45:40 2026 rev:469 rq:1356344 version:260.2 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2026-05-21 18:27:18.378479856 +0200 +++ /work/SRC/openSUSE:Factory/.systemd.new.2375/systemd.changes 2026-06-10 15:46:20.451780237 +0200 @@ -1,0 +2,19 @@ +Fri May 29 11:28:32 UTC 2026 - Franck Bui <[email protected]> + +- Temporarily add + 1001-units-drop-Before-sockets.target-from-networkd-resol.patch until upstream + releases it. + +------------------------------------------------------------------- +Wed May 27 09:13:53 UTC 2026 - Franck Bui <[email protected]> + +- Import commit a1ca0edbe97b747694600671445c19aa565f7b7e (merge of v260.2) + + For a complete list of changes, visit: + https://github.com/openSUSE/systemd/compare/1e45daa2fb423eb95ad00dcc389e03cfea8f86dc...a1ca0edbe97b747694600671445c19aa565f7b7e + + This update includes the following fix: + + a2c799878a logind: keep lingering users at startup-time GC (bsc#1262305) + +------------------------------------------------------------------- @@ -83 +102 @@ -- Import commit (merge of v259.5) +- Import commit 58a9b1726da0e2c89665897ca7e107315b2389e0 (merge of v259.5) Old: ---- systemd-260.1+suse.7.g1e45daa2fb.tar.xz New: ---- 1001-units-drop-Before-sockets.target-from-networkd-resol.patch systemd-260.2+suse.8.ga1ca0edbe9.tar.xz ----------(New B)---------- New:- Temporarily add 1001-units-drop-Before-sockets.target-from-networkd-resol.patch until upstream releases it. ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.jz7YcN/_old 2026-06-10 15:46:22.943883508 +0200 +++ /var/tmp/diff_new_pack.jz7YcN/_new 2026-06-10 15:46:22.947883674 +0200 @@ -31,9 +31,9 @@ %bcond_with obs_service_set_version %if %{without obs_service_set_version} -%define systemd_version 260.1 +%define systemd_version 260.2 %define systemd_release 0 -%define archive_version +suse.7.g1e45daa2fb +%define archive_version +suse.8.ga1ca0edbe9 %endif %define _testsuitedir %{_systemd_util_dir}/tests @@ -239,6 +239,7 @@ # %if %{without upstream} Patch: 0001-Drop-or-soften-some-upstream-warnings.patch +Patch: 1001-units-drop-Before-sockets.target-from-networkd-resol.patch # The patches listed below are in quarantine. Normally, all changes must be # pushed to upstream first and then cherry-picked into the SUSE git ++++++ 1001-units-drop-Before-sockets.target-from-networkd-resol.patch ++++++ >From 20572a8938dd017a23478a66c04f5768b763cb56 Mon Sep 17 00:00:00 2001 From: Yu Watanabe <[email protected]> Date: Fri, 29 May 2026 01:12:29 +0900 Subject: [PATCH 1001/1001] units: drop Before=sockets.target from networkd resolve hook Otherwise, it introduces cyclic dependencies: ``` systemd[1]: sockets.target: Found ordering cycle: systemd-networkd-resolve-hook.socket/start after network-pre.target/start after iptables.service/start after basic.target/start after sockets.target/start - after systemd-networkd-resolve-hook.socket systemd[1]: sockets.target: Job systemd-networkd-resolve-hook.socket/start deleted to break ordering cycle starting with sockets.target/start ``` Follow-up for 37adb410a2b62716b666dbf8359edf8a6546ff94. Fixes #42353. --- units/systemd-networkd-resolve-hook.socket | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-networkd-resolve-hook.socket b/units/systemd-networkd-resolve-hook.socket index 8a724bbc0c..07b596319b 100644 --- a/units/systemd-networkd-resolve-hook.socket +++ b/units/systemd-networkd-resolve-hook.socket @@ -13,7 +13,7 @@ Documentation=man:systemd-networkd.service(8) ConditionCapability=CAP_NET_ADMIN DefaultDependencies=no After=network-pre.target -Before=sockets.target shutdown.target +Before=shutdown.target Conflicts=shutdown.target [Socket] -- 2.51.0 ++++++ files.experimental ++++++ --- /var/tmp/diff_new_pack.jz7YcN/_old 2026-06-10 15:46:23.103890139 +0200 +++ /var/tmp/diff_new_pack.jz7YcN/_new 2026-06-10 15:46:23.107890305 +0200 @@ -29,7 +29,7 @@ %dir %{_unitdir}/system-install.target.wants %endif # Main config files have been replaced in favor of drop-ins. -%ghost %{_sysconfdir}/systemd/oomd.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/oomd.conf %if %{without bootstrap} %{_bindir}/oomctl %endif @@ -129,6 +129,9 @@ %{_mandir}/man8/systemd-pcrlock-make-policy.service.8.gz %{_mandir}/man8/systemd-pcrlock-secureboot-authority.service.8.gz %{_mandir}/man8/systemd-pcrlock-secureboot-policy.service.8.gz +%if %{with upstream} +%{_mandir}/man8/[email protected] +%endif %{_mandir}/man8/systemd-pcrmachine.service.8.gz %{_mandir}/man8/systemd-pcrnvdone.service.8.gz %endif @@ -179,6 +182,9 @@ %if %{with sd_boot} %{_prefix}/lib/nvpcr/cryptsetup.nvpcr %{_prefix}/lib/nvpcr/hardware.nvpcr +%if %{with upstream} +%{_prefix}/lib/nvpcr/login.nvpcr +%endif %{_prefix}/lib/nvpcr/verity.nvpcr %if %{with upstream} %{_prefix}/lib/pcrlock.d/750-os-separator.pcrlock @@ -351,6 +357,9 @@ %{_unitdir}/systemd-pcrlock-secureboot-authority.service %{_unitdir}/systemd-pcrlock-secureboot-policy.service %{_unitdir}/[email protected] +%if %{with upstream} +%{_unitdir}/[email protected] +%endif %{_unitdir}/systemd-pcrmachine.service %{_unitdir}/systemd-pcrnvdone.service %if %{with upstream} ++++++ files.journal-remote ++++++ --- /var/tmp/diff_new_pack.jz7YcN/_old 2026-06-10 15:46:23.155892294 +0200 +++ /var/tmp/diff_new_pack.jz7YcN/_new 2026-06-10 15:46:23.159892459 +0200 @@ -12,8 +12,8 @@ %dir %{_sysconfdir}/systemd/journal-remote.conf.d %dir %{_sysconfdir}/systemd/journal-upload.conf.d # Main config files have been replaced in favor of drop-ins. -%ghost %{_sysconfdir}/systemd/journal-remote.conf -%ghost %{_sysconfdir}/systemd/journal-upload.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/journal-remote.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/journal-upload.conf %{_datadir}/systemd/gatewayd/browse.html %if %{with docs} %{_mandir}/man5/journal-remote.conf.5.gz ++++++ files.networkd ++++++ --- /var/tmp/diff_new_pack.jz7YcN/_old 2026-06-10 15:46:23.199894118 +0200 +++ /var/tmp/diff_new_pack.jz7YcN/_new 2026-06-10 15:46:23.215894780 +0200 @@ -12,7 +12,7 @@ %dir %{_sysconfdir}/systemd/networkd.conf.d %dir %{_systemd_util_dir}/network # Main config files have been replaced in favor of drop-ins. -%ghost %{_sysconfdir}/systemd/networkd.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/networkd.conf %{_bindir}/networkctl %{_datadir}/bash-completion/completions/networkctl %{_datadir}/dbus-1/interfaces/org.freedesktop.network1.DHCPServer.xml ++++++ files.systemd ++++++ --- /var/tmp/diff_new_pack.jz7YcN/_old 2026-06-10 15:46:23.287897764 +0200 +++ /var/tmp/diff_new_pack.jz7YcN/_new 2026-06-10 15:46:23.291897930 +0200 @@ -99,10 +99,10 @@ %ghost %config(noreplace) %{_sysconfdir}/machine-info %ghost %dir %attr(2755, root, systemd-journal) %{_localstatedir}/log/journal # Main config files have been replaced in favor of drop-ins. -%ghost %{_sysconfdir}/systemd/journald.conf -%ghost %{_sysconfdir}/systemd/logind.conf -%ghost %{_sysconfdir}/systemd/system.conf -%ghost %{_sysconfdir}/systemd/user.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/journald.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/logind.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/system.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/user.conf %license LICENSE.GPL2 %license LICENSE.LGPL2.1 %{_bindir}/busctl ++++++ files.udev ++++++ --- /var/tmp/diff_new_pack.jz7YcN/_old 2026-06-10 15:46:23.327899422 +0200 +++ /var/tmp/diff_new_pack.jz7YcN/_new 2026-06-10 15:46:23.335899753 +0200 @@ -52,10 +52,10 @@ %ghost %attr(644, root, root) %{_prefix}/lib/udev/compat-symlink-generation %ghost %config(noreplace) %{_sysconfdir}/vconsole.conf # Main config files have been replaced in favor of drop-ins. -%ghost %{_sysconfdir}/systemd/pstore.conf -%ghost %{_sysconfdir}/systemd/sleep.conf -%ghost %{_sysconfdir}/systemd/timesyncd.conf -%ghost %{_sysconfdir}/udev/iocost.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/pstore.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/sleep.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/systemd/timesyncd.conf +%ghost %attr(0644,root,root) %{_sysconfdir}/udev/iocost.conf %{_bindir}/bootctl %if %{without bootstrap} %{_bindir}/kernel-install @@ -69,9 +69,7 @@ %{_datadir}/bash-completion/completions/bootctl %{_datadir}/bash-completion/completions/kernel-install %{_datadir}/bash-completion/completions/systemd-cryptenroll -%if %{with upstream} %{_datadir}/bash-completion/completions/systemd-hwdb -%endif %{_datadir}/bash-completion/completions/udevadm %endif %{_datadir}/dbus-1/system-services/org.freedesktop.timesync1.service @@ -81,9 +79,7 @@ %if %{without bootstrap} %{_datadir}/zsh/site-functions/_bootctl %{_datadir}/zsh/site-functions/_kernel-install -%if %{with upstream} %{_datadir}/zsh/site-functions/_systemd-hwdb -%endif %{_datadir}/zsh/site-functions/_udevadm %{_libdir}/cryptsetup/libcryptsetup-token-systemd-fido2.so %{_libdir}/cryptsetup/libcryptsetup-token-systemd-pkcs11.so ++++++ systemd-260.1+suse.7.g1e45daa2fb.tar.xz -> systemd-260.2+suse.8.ga1ca0edbe9.tar.xz ++++++ /work/SRC/openSUSE:Factory/systemd/systemd-260.1+suse.7.g1e45daa2fb.tar.xz /work/SRC/openSUSE:Factory/.systemd.new.2375/systemd-260.2+suse.8.ga1ca0edbe9.tar.xz differ: char 15, line 1
