commit systemd for openSUSE:Factory
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-02 20:04:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "systemd" Mon Oct 2 20:04:02 2023 rev:403 rq:1113906 version:254.5 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2023-09-26 22:14:33.104331659 +0200 +++ /work/SRC/openSUSE:Factory/.systemd.new.28202/systemd.changes 2023-10-02 20:04:08.641793275 +0200 @@ -1,0 +2,34 @@ +Wed Sep 27 13:14:12 UTC 2023 - Franck Bui <fbui@suse.com> + +- Import commit 9674bb256205e6c643feadbcccfd1ee8feeee684 (merge of v254.5) + + For a complete list of changes, visit: + https://github.com/openSUSE/systemd/compare/6ed5b11298005e07509832881a0c5ff1... + +------------------------------------------------------------------- +Wed Sep 27 10:12:48 UTC 2023 - Franck Bui <fbui@suse.com> + +- Make sure to call %sysusers_create only when transfiletrigger is disabled. + +------------------------------------------------------------------- +Wed Sep 27 09:52:33 UTC 2023 - Franck Bui <fbui@suse.com> + +- systemd.spec: switch to %ldconfig_scriptlets + +------------------------------------------------------------------- +Wed Sep 27 07:31:06 UTC 2023 - Franck Bui <fbui@suse.com> + +- systemd.spec: add `%tmpfiles_create systemd-resolve` + + It's only needed by SLE distros since systemd packages rely on + transtriggerfiles in Factory. + +------------------------------------------------------------------- +Mon Sep 25 08:05:21 UTC 2023 - Franck Bui <fbui@suse.com> + +- Import commit 6ed5b11298005e07509832881a0c5ff1a80bf225 (merge of v254.4) + + For a complete list of changes, visit: + https://github.com/openSUSE/systemd/compare/b6b4e5a8a82d1f13f265a4ef170f2d13... + +------------------------------------------------------------------- Old: ---- systemd-v254.3+suse.3.gb6b4e5a8a8.tar.xz New: ---- systemd-v254.5+suse.5.g9674bb2562.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.qquK6H/_old 2023-10-02 20:04:11.649901455 +0200 +++ /var/tmp/diff_new_pack.qquK6H/_new 2023-10-02 20:04:11.653901600 +0200 @@ -19,7 +19,7 @@ %global flavor @BUILD_FLAVOR@%{nil} %define min_kernel_version 4.5 -%define archive_version +suse.3.gb6b4e5a8a8 +%define archive_version +suse.5.g9674bb2562 %define _testsuitedir %{_systemd_util_dir}/tests %define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit @@ -67,7 +67,7 @@ Name: systemd%{?mini} URL: http://www.freedesktop.org/wiki/Software/systemd -Version: 254.3 +Version: 254.5 Release: 0 Summary: A System and Session Manager License: LGPL-2.1-or-later @@ -440,7 +440,7 @@ %if %{with networkd} || %{with resolved} %package network -Summary: systemd network and Network Name Resolution managers +Summary: Systemd Network And Network Name Resolution Managers License: LGPL-2.1-or-later Requires: %{name} = %{version}-%{release} %systemd_requires @@ -782,7 +782,11 @@ -Doomd=%{when experimental} \ -Drepart=%{when experimental} \ -Dsysupdate=%{when experimental} \ +%if %{with sd_boot} -Dukify=%{when experimental} \ +%else + -Dukify=false \ +%endif \ -Dtests=%{when testsuite unsafe} \ -Dinstall-tests=%{when testsuite} @@ -1126,11 +1130,8 @@ %posttrans -n udev%{?mini} %regenerate_initrd_posttrans -%post -n libudev%{?mini}1 -p %ldconfig -%post -n libsystemd0%{?mini} -p %ldconfig - -%postun -n libudev%{?mini}1 -p %ldconfig -%postun -n libsystemd0%{?mini} -p %ldconfig +%ldconfig_scriptlets -n libsystemd0%{?mini} +%ldconfig_scriptlets -n libudev%{?mini}1 %if %{with machined} %pre container @@ -1140,24 +1141,26 @@ %systemd_preun machines.target %postun container -%systemd_postun machines.target %ldconfig +%systemd_postun machines.target %endif %post container %if %{with machined} +%ldconfig %if %{without filetriggers} %tmpfiles_create systemd-nspawn.conf %endif %systemd_post machines.target -%ldconfig %{_systemd_util_dir}/rpm/fixlet-container-post.sh $1 || : %endif %if %{with coredump} %post coredump +%if %{without filetriggers} %sysusers_create systemd-coredump.conf %endif +%endif %if %{with journal_remote} %pre journal-remote @@ -1167,7 +1170,9 @@ %post journal-remote # Assume that all files shipped by systemd-journal-remove are owned by root. +%if %{without filetriggers} %sysusers_create systemd-remote.conf +%endif %systemd_post systemd-journal-gatewayd.service %systemd_post systemd-journal-remote.service %systemd_post systemd-journal-upload.service @@ -1204,7 +1209,10 @@ %endif %if %{with resolved} %ldconfig +%if %{without filetriggers} %sysusers_create systemd-resolve.conf +%tmpfiles_create systemd-resolve.conf +%endif %systemd_post systemd-resolved.service %endif @@ -1271,7 +1279,9 @@ %systemd_pre systemd-oomd.service systemd-oomd.socket %post experimental +%if %{without filetriggers} %sysusers_create systemd-oom.conf +%endif %systemd_post systemd-homed.service %systemd_post systemd-oomd.service systemd-oomd.socket ++++++ systemd-v254.3+suse.3.gb6b4e5a8a8.tar.xz -> systemd-v254.5+suse.5.g9674bb2562.tar.xz ++++++ /work/SRC/openSUSE:Factory/systemd/systemd-v254.3+suse.3.gb6b4e5a8a8.tar.xz /work/SRC/openSUSE:Factory/.systemd.new.28202/systemd-v254.5+suse.5.g9674bb2562.tar.xz differ: char 27, line 1
participants (1)
-
Source-Sync