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-11-17 17:23:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd" Thu Nov 17 17:23:33 2022 rev:369 rq:1036151 version:252.1 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2022-11-10 14:21:36.450119789 +0100 +++ /work/SRC/openSUSE:Factory/.systemd.new.1597/systemd.changes 2022-11-17 17:23:38.700792628 +0100 @@ -1,0 +2,17 @@ +Mon Nov 14 11:15:06 UTC 2022 - Franck Bui <f...@suse.com> + +- Upgrade to v252.1 (commit 64dc546913525e33e734500055a62ed0e963c227) + + See https://github.com/openSUSE/systemd/blob/SUSE/v252/NEWS for details. + + * Rebased 0001-conf-parser-introduce-early-drop-ins.patch + 1000-Revert-getty-Pass-tty-to-use-by-agetty-via-stdin.patch + + * The new tools systemd-measure and systemd-pcrphase have been added to the + experimental sub-package for now. + + * Add temporarly + 6000-meson-install-test-kernel-install-only-when-Dkernel-.patch until this + patch is mainstreamed. + +------------------------------------------------------------------- Old: ---- systemd-v251.8+suse.38.g9cdd785850.tar.xz New: ---- 6000-meson-install-test-kernel-install-only-when-Dkernel-.patch systemd-v252.1+suse.21.g64dc546913.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.cOx2hA/_old 2022-11-17 17:23:39.648797643 +0100 +++ /var/tmp/diff_new_pack.cOx2hA/_new 2022-11-17 17:23:39.648797643 +0100 @@ -19,7 +19,7 @@ %global flavor @BUILD_FLAVOR@%{nil} %define min_kernel_version 4.5 -%define archive_version +suse.38.g9cdd785850 +%define archive_version +suse.21.g64dc546913 %define _testsuitedir /usr/lib/systemd/tests %define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit @@ -59,7 +59,7 @@ %bcond_without portabled %bcond_without resolved %ifarch %{ix86} x86_64 aarch64 -%bcond_without sd_boot +%bcond_with sd_boot %else %bcond_with sd_boot %endif @@ -72,7 +72,7 @@ Name: systemd%{?mini} URL: http://www.freedesktop.org/wiki/Software/systemd -Version: 251.8 +Version: 252.1 Release: 0 Summary: A System and Session Manager License: LGPL-2.1-or-later @@ -106,7 +106,7 @@ BuildRequires: libacl-devel BuildRequires: libcap-devel BuildRequires: libmount-devel >= 2.27.1 -BuildRequires: meson >= 0.43 +BuildRequires: meson >= 0.53.2 BuildRequires: pam-devel BuildRequires: python3-jinja2 # regenerate_initrd_post macro is expanded during build, hence this BR. Also @@ -211,12 +211,12 @@ # Temporary workaround until bsc#1197178 is addressed. Patch1000: 1000-Revert-getty-Pass-tty-to-use-by-agetty-via-stdin.patch -# Patches listed below are put in quarantine. Normally all changes -# must go to upstream first and then are cherry-picked in the SUSE git -# repository. But in very few cases, some stuff might be broken in -# upstream and need an urgent fix. Even in this case, the patches are -# temporary and should be removed as soon as a fix is merged by -# upstream. +# Patches listed below are put in quarantine. Normally all changes must go to +# upstream first and then are cherry-picked in the SUSE git repository. But for +# very few cases, some stuff might be broken in upstream and need to be fixed +# quickly. But even in these cases, the patches are temporary and should be +# removed as soon as a fix is merged by upstream. +Patch6000: 6000-meson-install-test-kernel-install-only-when-Dkernel-.patch %description Systemd is a system and service manager, compatible with SysV and LSB @@ -523,6 +523,7 @@ Requires: busybox-static Requires: cryptsetup Requires: dosfstools +Requires: jq Requires: libcap-progs Requires: libfido2 Requires: libtss2-esys0 @@ -570,10 +571,10 @@ $ %{_testsuitedir}/run-unit-tests.py To run the full extended testsuite do the following: -$ NO_BUILD=1 %{_testsuitedir}/test/run-integration-tests.sh +$ NO_BUILD=1 TEST_NESTED_VM=1 %{_testsuitedir}/test/run-integration-tests.sh Or to run one specific integration test: -$ NO_BUILD=1 make -C %{_testsuitedir}/test/TEST-01-BASIC clean setup run +$ NO_BUILD=1 TEST_NESTED_VM=1 make -C %{_testsuitedir}/test/TEST-01-BASIC clean setup run For more details on the available options to run the extended testsuite, please refer to %{_testsuitedir}/test/README.testsuite. @@ -610,7 +611,8 @@ Components that turn out to be stable and considered as fully supported will be merged into the main package or moved into a dedicated package. -Currently this package contains: homed, repart, userdbd, oomd. +Currently this package contains: homed, repart, userdbd, oomd, measure and +pcrphase. In case you want to create a user with systemd-homed quickly, here are the steps you can follow: @@ -1296,13 +1298,13 @@ %defattr(-,root,root) %license LICENSE.LGPL2.1 %{_libdir}/libsystemd.so.0 -%{_libdir}/libsystemd.so.0.34.0 +%{_libdir}/libsystemd.so.0.35.0 %files -n libudev%{?mini}1 %defattr(-,root,root) %license LICENSE.LGPL2.1 %{_libdir}/libudev.so.1 -%{_libdir}/libudev.so.1.7.4 +%{_libdir}/libudev.so.1.7.5 %if %{with coredump} %files coredump ++++++ 0001-conf-parser-introduce-early-drop-ins.patch ++++++ --- /var/tmp/diff_new_pack.cOx2hA/_old 2022-11-17 17:23:39.672797770 +0100 +++ /var/tmp/diff_new_pack.cOx2hA/_new 2022-11-17 17:23:39.676797792 +0100 @@ -1,7 +1,7 @@ -From a1c88ab7f5e5ad127833168bbb38340d1b582a88 Mon Sep 17 00:00:00 2001 +From 288be40eb94ddc1d549a98556baea71d20df224f Mon Sep 17 00:00:00 2001 From: Franck Bui <f...@suse.com> Date: Fri, 22 Jan 2021 14:57:08 +0100 -Subject: [PATCH 1/1] conf-parser: introduce 'early' drop-ins +Subject: [PATCH 1/8] conf-parser: introduce 'early' drop-ins MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -61,15 +61,15 @@ Fixes: #2121 --- - src/shared/conf-parser.c | 54 +++++++++++- - src/test/test-conf-parser.c | 163 ++++++++++++++++++++++++++++++++++++ - 2 files changed, 213 insertions(+), 4 deletions(-) + src/shared/conf-parser.c | 55 ++++++++++-- + src/test/test-conf-parser.c | 164 ++++++++++++++++++++++++++++++++++++ + 2 files changed, 214 insertions(+), 5 deletions(-) diff --git a/src/shared/conf-parser.c b/src/shared/conf-parser.c -index 6bd3ab38db..1722b90ca0 100644 +index 5cb41a39da..86dc1c95f6 100644 --- a/src/shared/conf-parser.c +++ b/src/shared/conf-parser.c -@@ -478,6 +478,7 @@ static int hashmap_put_stats_by_path(Hashmap **stats_by_path, const char *path, +@@ -478,6 +478,7 @@ int hashmap_put_stats_by_path(Hashmap **stats_by_path, const char *path, const s static int config_parse_many_files( const char* const* conf_files, @@ -149,30 +149,35 @@ ret_stats_by_path); } -@@ -590,6 +630,7 @@ int config_parse_many( - void *userdata, - Hashmap **ret_stats_by_path) { +@@ -591,6 +631,7 @@ int config_parse_many( + Hashmap **ret_stats_by_path, + char ***ret_dropin_files) { + _cleanup_strv_free_ char **early_files = NULL, **late_files = NULL; _cleanup_strv_free_ char **files = NULL; int r; -@@ -602,7 +643,12 @@ int config_parse_many( +@@ -603,12 +644,16 @@ int config_parse_many( if (r < 0) return r; -- return config_parse_many_files(conf_files, files, sections, lookup, table, flags, userdata, ret_stats_by_path); +- r = config_parse_many_files(conf_files, files, sections, lookup, table, flags, userdata, ret_stats_by_path); + r = config_parse_split_conf_files(files, &early_files, &late_files); -+ if (r < 0) -+ return r; + if (r < 0) + return r; + ++ r = config_parse_many_files(conf_files, early_files, late_files, ++ sections, lookup, table, flags, userdata, ret_stats_by_path); + -+ return config_parse_many_files(conf_files, early_files, late_files, -+ sections, lookup, table, flags, userdata, ret_stats_by_path); - } ++ + if (ret_dropin_files) +- *ret_dropin_files = TAKE_PTR(files); ++ *ret_dropin_files = TAKE_PTR(late_files); - static int config_get_stats_by_path_one( + return 0; + } diff --git a/src/test/test-conf-parser.c b/src/test/test-conf-parser.c -index e61932ab16..5a5c0d73ff 100644 +index 8c27dcac3f..745e4a127a 100644 --- a/src/test/test-conf-parser.c +++ b/src/test/test-conf-parser.c @@ -5,6 +5,9 @@ @@ -185,7 +190,7 @@ #include "string-util.h" #include "strv.h" #include "tests.h" -@@ -391,4 +394,164 @@ TEST(config_parse) { +@@ -391,4 +394,165 @@ TEST(config_parse) { test_config_parse_one(i, config_file[i]); } @@ -219,10 +224,10 @@ + *path); + + if (ret_conf_dirs) { -+ char *d; ++ _cleanup_free_ char *d = NULL; + -+ assert_se((d = dirname_malloc(abspath))); -+ assert_se(strv_push(ret_conf_dirs, d) == 0); ++ assert_se(path_extract_directory(abspath, &d) >= 0); ++ assert_se(strv_consume(ret_conf_dirs, TAKE_PTR(d)) == 0); + } + } + @@ -277,8 +282,9 @@ + "Section\0", + config_item_table_lookup, items, + CONFIG_PARSE_WARN, -+ NULL, -+ NULL); ++ NULL, /* userdata= */ ++ NULL, /* ret_stats_by_path= */ ++ NULL); /* ret_dropin_files= */ + } + + assert_se(r == 0); ++++++ 1000-Revert-getty-Pass-tty-to-use-by-agetty-via-stdin.patch ++++++ --- /var/tmp/diff_new_pack.cOx2hA/_old 2022-11-17 17:23:39.696797897 +0100 +++ /var/tmp/diff_new_pack.cOx2hA/_new 2022-11-17 17:23:39.700797919 +0100 @@ -1,7 +1,7 @@ -From 8f2cc8089304b769c25f871f28503fa1af7a468f Mon Sep 17 00:00:00 2001 +From 9e41b33e4e0d0fcc1dba654b485d6f5238e71ea8 Mon Sep 17 00:00:00 2001 From: Franck Bui <f...@suse.com> Date: Thu, 17 Mar 2022 11:35:33 +0100 -Subject: [PATCH 1/1] Revert "getty: Pass tty to use by agetty via stdin" +Subject: [PATCH 8/8] Revert "getty: Pass tty to use by agetty via stdin" This reverts commit b4bf9007cbee7dc0b1356897344ae2a7890df84c. --- @@ -12,13 +12,13 @@ 4 files changed, 4 insertions(+), 12 deletions(-) diff --git a/units/console-getty.service.in b/units/console-getty.service.in -index 73871d6f50..bb67541dce 100644 +index 606b7dbe16..54fd7c292d 100644 --- a/units/console-getty.service.in +++ b/units/console-getty.service.in -@@ -23,12 +23,10 @@ ConditionPathExists=/dev/console - # The '-o' option value tells agetty to replace 'login' arguments with an - # option to preserve environment (-p), followed by '--' for safety, and then - # the entered username. +@@ -22,12 +22,10 @@ ConditionPathExists=/dev/console + [Service] + # The '-o' option value tells agetty to replace 'login' arguments with an option to preserve environment (-p), + # followed by '--' for safety, and then the entered username. -ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM +ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud console 115200,38400,9600 $TERM Type=idle @@ -30,15 +30,15 @@ TTYReset=yes TTYVHangup=yes diff --git a/units/container-ge...@.service.in b/units/container-ge...@.service.in -index a6e3f94e2a..ed1eb7bde1 100644 +index 8d7e20d5ec..5dc75f769e 100644 --- a/units/container-ge...@.service.in +++ b/units/container-ge...@.service.in -@@ -28,13 +28,11 @@ Before=rescue.service - # The '-o' option value tells agetty to replace 'login' arguments with an - # option to preserve environment (-p), followed by '--' for safety, and then - # the entered username. --ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud - 115200,38400,9600 $TERM -+ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear --keep-baud pts/%I 115200,38400,9600 $TERM +@@ -27,13 +27,11 @@ Before=rescue.service + [Service] + # The '-o' option value tells agetty to replace 'login' arguments with an option to preserve environment (-p), + # followed by '--' for safety, and then the entered username. +-ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear - $TERM ++ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear pts/%I $TERM Type=idle Restart=always RestartSec=0 @@ -86,6 +86,6 @@ TTYReset=yes TTYVHangup=yes -- -2.34.1 +2.35.3 ++++++ 6000-meson-install-test-kernel-install-only-when-Dkernel-.patch ++++++ >From c34a72017fe66998f7bd40b5e90d27accd69376c Mon Sep 17 00:00:00 2001 From: Franck Bui <f...@suse.com> Date: Tue, 15 Nov 2022 09:04:42 +0100 Subject: [PATCH 6000/6000] meson: install test-kernel-install only when -Dkernel-install=true This patch fixes the following build failure: meson.build:3853:8: ERROR: Unknown variable "test_kernel_install_sh". --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 00daeac1b6..0fd0129820 100644 --- a/meson.build +++ b/meson.build @@ -3968,7 +3968,7 @@ exe = custom_target( install_dir : bindir) public_programs += exe -if want_tests != 'false' +if want_tests != 'false' and want_kernel_install test('test-kernel-install', test_kernel_install_sh, args : [exe.full_path(), loaderentry_install]) -- 2.35.3 ++++++ files.devel ++++++ --- /var/tmp/diff_new_pack.cOx2hA/_old 2022-11-17 17:23:39.792798405 +0100 +++ /var/tmp/diff_new_pack.cOx2hA/_new 2022-11-17 17:23:39.796798426 +0100 @@ -76,6 +76,7 @@ %{_mandir}/man3/SD_EVENT_PRIORITY_IMPORTANT.3.gz %{_mandir}/man3/SD_EVENT_PRIORITY_NORMAL.3.gz %{_mandir}/man3/SD_EVENT_RUNNING.3.gz +%{_mandir}/man3/SD_EVENT_SIGNAL_PROCMASK.3.gz %{_mandir}/man3/SD_HWDB_FOREACH_PROPERTY.3.gz %{_mandir}/man3/SD_ID128_ALLF.3.gz %{_mandir}/man3/SD_ID128_CONST_STR.3.gz @@ -215,6 +216,7 @@ %{_mandir}/man3/sd_bus_error_set_errnof.3.gz %{_mandir}/man3/sd_bus_error_set_errnofv.3.gz %{_mandir}/man3/sd_bus_error_setf.3.gz +%{_mandir}/man3/sd_bus_error_setfv.3.gz %{_mandir}/man3/sd_bus_flush.3.gz %{_mandir}/man3/sd_bus_flush_close_unref.3.gz %{_mandir}/man3/sd_bus_flush_close_unrefp.3.gz @@ -316,6 +318,7 @@ %{_mandir}/man3/sd_bus_message_read_array.3.gz %{_mandir}/man3/sd_bus_message_read_basic.3.gz %{_mandir}/man3/sd_bus_message_read_strv.3.gz +%{_mandir}/man3/sd_bus_message_read_strv_extend.3.gz %{_mandir}/man3/sd_bus_message_readv.3.gz %{_mandir}/man3/sd_bus_message_ref.3.gz %{_mandir}/man3/sd_bus_message_rewind.3.gz @@ -472,6 +475,7 @@ %{_mandir}/man3/sd_event_prepare.3.gz %{_mandir}/man3/sd_event_ref.3.gz %{_mandir}/man3/sd_event_run.3.gz +%{_mandir}/man3/sd_event_set_signal_exit.3.gz %{_mandir}/man3/sd_event_set_watchdog.3.gz %{_mandir}/man3/sd_event_signal_handler_t.3.gz %{_mandir}/man3/sd_event_source.3.gz @@ -534,6 +538,7 @@ %{_mandir}/man3/sd_hwdb_enumerate.3.gz %{_mandir}/man3/sd_hwdb_get.3.gz %{_mandir}/man3/sd_hwdb_new.3.gz +%{_mandir}/man3/sd_hwdb_new_from_path.3.gz %{_mandir}/man3/sd_hwdb_ref.3.gz %{_mandir}/man3/sd_hwdb_seek.3.gz %{_mandir}/man3/sd_hwdb_unref.3.gz @@ -550,6 +555,7 @@ %{_mandir}/man3/sd_id128_is_allf.3.gz %{_mandir}/man3/sd_id128_is_null.3.gz %{_mandir}/man3/sd_id128_randomize.3.gz +%{_mandir}/man3/sd_id128_string_equal.3.gz %{_mandir}/man3/sd_id128_t.3.gz %{_mandir}/man3/sd_id128_to_string.3.gz %{_mandir}/man3/sd_id128_to_uuid_string.3.gz ++++++ files.experimental ++++++ --- /var/tmp/diff_new_pack.cOx2hA/_old 2022-11-17 17:23:39.820798553 +0100 +++ /var/tmp/diff_new_pack.cOx2hA/_new 2022-11-17 17:23:39.824798575 +0100 @@ -3,6 +3,9 @@ # %config(noreplace) %{_sysconfdir}/systemd/homed.conf %config(noreplace) %{_sysconfdir}/systemd/oomd.conf +%if %{with sd_boot} +%dir %{_unitdir}/initrd.target.wants +%endif %{_bindir}/homectl %{_bindir}/oomctl %{_bindir}/systemd-repart @@ -22,6 +25,9 @@ %{_datadir}/zsh/site-functions/_oomctl %{_mandir}/man1/homectl.1.gz %{_mandir}/man1/oomctl.1.gz +%if %{with sd_boot} +%{_mandir}/man1/systemd-measure.1.gz +%endif %{_mandir}/man1/userdbctl.1.gz %{_mandir}/man5/homed.conf.5.gz %{_mandir}/man5/homed.conf.d.5.gz @@ -36,6 +42,12 @@ %{_mandir}/man8/systemd-homed.service.8.gz %{_mandir}/man8/systemd-oomd.8.gz %{_mandir}/man8/systemd-oomd.service.8.gz +%if %{with sd_boot} +%{_mandir}/man8/systemd-pcrphase-initrd.service.8.gz +%{_mandir}/man8/systemd-pcrphase-sysinit.service.8.gz +%{_mandir}/man8/systemd-pcrphase.8.gz +%{_mandir}/man8/systemd-pcrphase.service.8.gz +%endif %{_mandir}/man8/systemd-repart.8.gz %{_mandir}/man8/systemd-repart.service.8.gz %{_mandir}/man8/systemd-sysupdate-reboot.service.8.gz @@ -50,15 +62,31 @@ %{_systemd_util_dir}/system/sysinit.target.wants/systemd-repart.service %{_systemd_util_dir}/systemd-homed %{_systemd_util_dir}/systemd-homework +%if %{with sd_boot} +%{_systemd_util_dir}/systemd-measure +%endif %{_systemd_util_dir}/systemd-oomd +%if %{with sd_boot} +%{_systemd_util_dir}/systemd-pcrphase +%endif %{_systemd_util_dir}/systemd-sysupdate %{_systemd_util_dir}/systemd-userdbd %{_systemd_util_dir}/systemd-userwork %{_sysusersdir}/systemd-oom.conf +%if %{with sd_boot} +%{_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.service +%{_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.service +%{_unitdir}/sysinit.target.wants/systemd-pcrphase.service +%endif %{_unitdir}/systemd-homed-activate.service %{_unitdir}/systemd-homed.service %{_unitdir}/systemd-oomd.service %{_unitdir}/systemd-oomd.socket +%if %{with sd_boot} +%{_unitdir}/systemd-pcrphase-initrd.service +%{_unitdir}/systemd-pcrphase-sysinit.service +%{_unitdir}/systemd-pcrphase.service +%endif %{_unitdir}/systemd-repart.service %{_unitdir}/systemd-sysupdate-reboot.service %{_unitdir}/systemd-sysupdate-reboot.timer ++++++ files.systemd ++++++ --- /var/tmp/diff_new_pack.cOx2hA/_old 2022-11-17 17:23:39.864798786 +0100 +++ /var/tmp/diff_new_pack.cOx2hA/_new 2022-11-17 17:23:39.868798807 +0100 @@ -27,6 +27,7 @@ %endif %dir %{_environmentdir} %dir %{_journalcatalogdir} +%dir %{_libdir}/systemd %dir %{_localstatedir}/lib/systemd %dir %{_localstatedir}/lib/systemd/catalog %dir %{_modprobedir} @@ -136,6 +137,7 @@ %{_datadir}/bash-completion/completions/systemd-cat %{_datadir}/bash-completion/completions/systemd-cgls %{_datadir}/bash-completion/completions/systemd-cgtop +%{_datadir}/bash-completion/completions/systemd-cryptenroll %{_datadir}/bash-completion/completions/systemd-delta %{_datadir}/bash-completion/completions/systemd-detect-virt %{_datadir}/bash-completion/completions/systemd-id128 @@ -223,6 +225,10 @@ %if %{without bootstrap} %{_libdir}/libnss_myhostname.so.2 %{_libdir}/libnss_systemd.so.2 +%endif +%{_libdir}/systemd/libsystemd-core-252.so +%{_libdir}/systemd/libsystemd-shared-252.so +%if %{without bootstrap} %{_mandir}/man1/busctl.1.gz %{_mandir}/man1/hostnamectl.1.gz %{_mandir}/man1/init.1.gz @@ -327,6 +333,7 @@ %{_mandir}/man7/systemd.offline-updates.7.gz %{_mandir}/man7/systemd.special.7.gz %{_mandir}/man7/systemd.syntax.7.gz +%{_mandir}/man7/systemd.system-credentials.7.gz %{_mandir}/man7/systemd.time.7.gz %{_mandir}/man8/30-systemd-environment-d-generator.8.gz %{_mandir}/man8/halt.8.gz @@ -427,8 +434,6 @@ %{_sysconfdir}/xdg/systemd/user %{_sysctldir}/99-sysctl.conf %{_systemd_user_env_generator_dir}/30-systemd-environment-d-generator -%{_systemd_util_dir}/libsystemd-core-251.so -%{_systemd_util_dir}/libsystemd-shared-251.so %{_systemd_util_dir}/ntp-units.d/80-systemd-timesync.list %{_systemd_util_dir}/scripts/migrate-sysconfig-i18n.sh %{_systemd_util_dir}/scripts/upgrade-from-pre-210.sh @@ -453,6 +458,7 @@ %{_systemd_util_dir}/systemd-socket-proxyd %{_systemd_util_dir}/systemd-sulogin-shell %{_systemd_util_dir}/systemd-sysctl +%{_systemd_util_dir}/systemd-sysroot-fstab-check %{_systemd_util_dir}/systemd-time-wait-sync %{_systemd_util_dir}/systemd-timedated %{_systemd_util_dir}/systemd-timesyncd @@ -494,6 +500,7 @@ %{_sysusersdir}/systemd-journal.conf %{_sysusersdir}/systemd-timesync.conf %{_tmpfilesdir}/journal-nocow.conf +%{_tmpfilesdir}/provision.conf %{_tmpfilesdir}/suse.conf %{_tmpfilesdir}/systemd-nologin.conf %{_tmpfilesdir}/systemd-tmp.conf ++++++ systemd-v251.8+suse.38.g9cdd785850.tar.xz -> systemd-v252.1+suse.21.g64dc546913.tar.xz ++++++ /work/SRC/openSUSE:Factory/systemd/systemd-v251.8+suse.38.g9cdd785850.tar.xz /work/SRC/openSUSE:Factory/.systemd.new.1597/systemd-v252.1+suse.21.g64dc546913.tar.xz differ: char 26, line 1