Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package systemd for openSUSE:Factory checked in at 2022-02-26 17:01:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd" Sat Feb 26 17:01:59 2022 rev:350 rq:957371 version:249.10 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2022-02-23 16:26:28.079508868 +0100 +++ /work/SRC/openSUSE:Factory/.systemd.new.1958/systemd.changes 2022-02-26 17:02:27.291539448 +0100 @@ -1,0 +2,16 @@ +Thu Feb 24 13:23:35 UTC 2022 - Franck Bui <f...@suse.com> + +- Fix a regression caused by the split of the sysusers config files shipped by + systemd (bsc#1196322) + + Calls to %sysusers_create were not updated accordingly. + +------------------------------------------------------------------- +Wed Feb 23 17:46:12 UTC 2022 - Franck Bui <f...@suse.com> + +- spec: fix dependencies for mini variants (follow-up) + + systemd-mini-container is one of the sub-package that relies systemd-mini to + conflict with kiwi and to not be installed on real systems. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.P3P5IF/_old 2022-02-26 17:02:28.195539591 +0100 +++ /var/tmp/diff_new_pack.P3P5IF/_new 2022-02-26 17:02:28.199539591 +0100 @@ -388,10 +388,8 @@ Provides: systemd-container = %{version}-%{release} Provides: systemd:%{_bindir}/systemd-nspawn %if 0%{?bootstrap} -Conflicts: kiwi Conflicts: systemd-container Provides: systemd-container = %{version}-%{release} -Requires: this-is-only-for-build-envs %endif %description container @@ -951,7 +949,9 @@ # systemd-sysusers is not available in %pre so this needs to be done # in %%post. However this shouldn't be an issue since all files the # main package ships are owned by root. -%sysusers_create systemd.conf +%sysusers_create systemd-journal.conf +%sysusers_create systemd-network.conf +%sysusers_create systemd-timesync.conf [ -e %{_localstatedir}/lib/random-seed ] && mv %{_localstatedir}/lib/random-seed %{_localstatedir}/lib/systemd/ || : /usr/lib/systemd/systemd-random-seed save || : @@ -1171,6 +1171,7 @@ %endif %if %{with resolved} %ldconfig +%sysusers_create systemd-resolve.conf %service_add_post systemd-resolved.service %endif