Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package systemd for openSUSE:Factory checked in at 2023-10-06 21:12:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd" Fri Oct 6 21:12:39 2023 rev:404 rq:1115877 version:254.5 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2023-10-02 20:04:08.641793275 +0200 +++ /work/SRC/openSUSE:Factory/.systemd.new.28202/systemd.changes 2023-10-06 21:12:54.084512890 +0200 @@ -1,0 +2,14 @@ +Thu Oct 5 15:04:50 UTC 2023 - Franck Bui <f...@suse.com> + +- rpmlintrc: allow systemd-network and systemd-container sub-packages to ship + shared libs. These are actually NSS plugins and are not really subject to + shlib policy. + +------------------------------------------------------------------- +Wed Oct 4 09:00:32 UTC 2023 - Franck Bui <f...@suse.com> + +- Drop 5000-core-manager-run-generators-directly-when-we-are-in-.patch + + Since dracut-059+suse.447.g9d1fc722, this workaround is not needed anymore. + +------------------------------------------------------------------- @@ -590,0 +605,4 @@ + + This includes the following bug fixes: + + - upstream commit 3022916b4d2483452c3ddbbac9ee7c4372b1cb46 (bsc#1215241) Old: ---- 5000-core-manager-run-generators-directly-when-we-are-in-.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.Jl1eQ4/_old 2023-10-06 21:12:56.864613329 +0200 +++ /var/tmp/diff_new_pack.Jl1eQ4/_new 2023-10-06 21:12:56.868613474 +0200 @@ -206,7 +206,6 @@ # very few cases, some stuff might be broken in upstream and need to be fixed or # worked around quickly. In these cases, the patches are added temporarily and # will be removed as soon as a proper fix will be merged by upstream. -Patch5000: 5000-core-manager-run-generators-directly-when-we-are-in-.patch %description Systemd is a system and service manager, compatible with SysV and LSB ++++++ systemd-rpmlintrc ++++++ --- /var/tmp/diff_new_pack.Jl1eQ4/_old 2023-10-06 21:12:57.076620989 +0200 +++ /var/tmp/diff_new_pack.Jl1eQ4/_new 2023-10-06 21:12:57.080621133 +0200 @@ -12,4 +12,9 @@ # shlib policy does not cover multibuilds addFilter("libsystemd0-mini\..*: E: shlib-policy-name-error SONAME: libsystemd.so.0.*") +addFilter("libudev.*-mini\..*: E: shlib-policy-name-error SONAME: libudev.*") + +# These are NSS plugins and are not really subject to shlib policy. +addFilter("systemd-container\..*: E: shlib-policy-name-error .* libnss_mymachines") +addFilter("systemd-network\..*: E: shlib-policy-name-error .* libnss_resolve")