Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2024-03-20 21:13:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Wed Mar 20 21:13:40 2024 rev:418 rq:1159582 version:255.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2024-03-14 
17:42:59.564830729 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new.1905/systemd.changes        
2024-03-20 21:15:23.408279381 +0100
@@ -1,0 +2,33 @@
+Mon Mar 18 20:14:57 UTC 2024 - Franck Bui <f...@suse.com>
+
+- Import commit be772961ada05afab21a72e225d28c26ef9fb1ea (merge of v255.4)
+
+  For a complete list of changes, visit:
+  
https://github.com/openSUSE/systemd/compare/3986ed5117e1563adfce3f5a8e088a77016c0aee...be772961ada05afab21a72e225d28c26ef9fb1ea
+
+-------------------------------------------------------------------
+Mon Mar 18 19:18:33 UTC 2024 - Franck Bui <f...@suse.com>
+
+- Import commit 3986ed5117e1563adfce3f5a8e088a77016c0aee
+
+  3986ed5117 test: drop route from test-functions
+
+-------------------------------------------------------------------
+Mon Mar 18 15:30:26 UTC 2024 - Daan De Meyer <daan.j.deme...@gmail.com>
+
+- Account for upstream changes to the quotaon and quotacheck services
+
+-------------------------------------------------------------------
+Mon Mar 18 11:32:09 UTC 2024 - Michal Vyskocil <mvysko...@opensuse.org>
+
+- Create /etc/sysusers.d as expected by sysusers.d(5)
+
+-------------------------------------------------------------------
+Fri Mar  1 18:13:35 UTC 2024 - Jan Engelhardt <jeng...@inai.de>
+
+- Move C API manual pages to systemd-doc, this saves buildroots
+  770+ files and time (mandb is run in %posttrans).
+- Delete supplements on base-documentation from that.
+- Courtesy of spec formatters, remove redundant %defattr.
+
+-------------------------------------------------------------------

Old:
----
  systemd-v255.3+suse.15.g96edf7ad18.tar.xz

New:
----
  files.devel-doc
  systemd-v255.4+suse.17.gbe772961ad.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.oGF17u/_old  2024-03-20 21:15:25.444355687 +0100
+++ /var/tmp/diff_new_pack.oGF17u/_new  2024-03-20 21:15:25.444355687 +0100
@@ -26,10 +26,9 @@
 %define systemd_release    %{?release_override}%{!?release_override:0}
 %define archive_version    %{nil}
 %else
-# Fallback required for OBS source validator
-%define systemd_version    255.3
+%define systemd_version    255.4
 %define systemd_release    0
-%define archive_version    +suse.15.g96edf7ad18
+%define archive_version    +suse.17.gbe772961ad
 %endif
 
 %define systemd_major      %{sub %systemd_version 1 3}
@@ -215,6 +214,7 @@
 Source210:      files.lang
 Source211:      files.journal-remote
 Source212:      files.portable
+Source213:      files.devel-doc
 
 #
 # All changes backported from upstream are tracked by the git repository, which
@@ -638,6 +638,7 @@
 Requires:       cryptsetup
 Requires:       dhcp-client
 Requires:       dosfstools
+Requires:       iproute2
 Requires:       jq
 Requires:       libcap-progs
 Requires:       libfido2
@@ -647,7 +648,6 @@
 Requires:       lz4
 Requires:       make
 Requires:       mtools
-Requires:       net-tools-deprecated
 Requires:       netcat
 Requires:       python3-pexpect
 Requires:       qemu
@@ -734,12 +734,12 @@
 %lang_package
 
 %package doc
-Summary:        HTML documentation for systemd
+Summary:        Additional documentation or doc formats for systemd
 License:        LGPL-2.1-or-later
-Supplements:    (systemd and patterns-base-documentation)
 
 %description doc
-The HTML documentation for systemd.
+A HTML version of the systemd documentation, plus the manual pages
+for the C APIs.
 %endif
 
 %prep
@@ -998,6 +998,8 @@
 mkdir -p %{buildroot}%{_sysconfdir}/systemd/network
 mkdir -p %{buildroot}%{_sysconfdir}/systemd/nspawn
 
+mkdir -p %{buildroot}%{_sysconfdir}/sysusers.d/
+
 # This dir must be owned (and thus created) by systemd otherwise the build
 # system will complain. This is odd since we simply own a ghost file in it...
 mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d
@@ -1411,55 +1413,45 @@
 %endif
 
 %files
-%defattr(-,root,root)
 %include %{SOURCE200}
 
 %files -n udev%{?mini}
-%defattr(-,root,root)
 %include %{SOURCE201}
 
 %if %{with sd_boot}
 %files boot
-%defattr(-,root,root)
 %include %{SOURCE206}
 %endif
 
 %files container
-%defattr(-,root,root)
 %include %{SOURCE202}
 
 %if %{with networkd} || %{with resolved}
 %files network
-%defattr(-,root,root)
 %include %{SOURCE203}
 %endif
 
 %files devel
-%defattr(-,root,root,-)
 %license LICENSE.LGPL2.1
 %include %{SOURCE204}
 
 %if %{with sysvcompat}
 %files sysvcompat
-%defattr(-,root,root,-)
 %include %{SOURCE205}
 %endif
 
 %files -n libsystemd0%{?mini}
-%defattr(-,root,root)
 %license LICENSE.LGPL2.1
 %{_libdir}/libsystemd.so.0
 %{_libdir}/libsystemd.so.0.*.0
 
 %files -n libudev%{?mini}1
-%defattr(-,root,root)
 %license LICENSE.LGPL2.1
 %{_libdir}/libudev.so.1
 %{_libdir}/libudev.so.1.7.*
 
 %if %{with coredump}
 %files coredump
-%defattr(-,root,root)
 %include %{SOURCE208}
 %endif
 
@@ -1468,38 +1460,33 @@
 %include %{SOURCE210}
 
 %files doc
-%defattr(-,root,root,-)
 %{_docdir}/systemd/
+%include %{SOURCE213}
 %endif
 
 %if %{with journal_remote}
 %files journal-remote
-%defattr(-, root, root)
 %include %{SOURCE211}
 %endif
 
 %if %{with homed}
 %files homed
-%defattr(-,root,root)
 %include %{SOURCE209}
 %endif
 
 %if %{with portabled}
 %files portable
-%defattr(-,root,root)
 %include %{SOURCE212}
 %endif
 
 %if %{with testsuite}
 %files testsuite
-%defattr(-,root,root)
 %doc %{_testsuitedir}/integration-tests/README.testsuite
 %{_testsuitedir}
 %endif
 
 %if %{with experimental}
 %files experimental
-%defattr(-,root,root)
 %include %{SOURCE207}
 %endif
 

++++++ files.devel ++++++
++++ 787 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/systemd/files.devel
++++ and /work/SRC/openSUSE:Factory/.systemd.new.1905/files.devel

++++++ files.devel-doc ++++++
++++ 784 lines (skipped)

++++++ files.experimental ++++++
--- /var/tmp/diff_new_pack.oGF17u/_old  2024-03-20 21:15:25.680364532 +0100
+++ /var/tmp/diff_new_pack.oGF17u/_new  2024-03-20 21:15:25.684364682 +0100
@@ -1,12 +1,26 @@
 #
 # Please keep the list sorted (with `LC_ALL=C sort`).
 #
+%dir %{_prefix}/lib/pcrlock.d
+%dir %{_prefix}/lib/pcrlock.d/400-secureboot-separator.pcrlock.d
+%dir %{_prefix}/lib/pcrlock.d/500-separator.pcrlock.d
+%dir %{_prefix}/lib/pcrlock.d/700-action-efi-exit-boot-services.pcrlock.d
 %dir %{_sysconfdir}/systemd/oomd.conf.d
+%dir %{_systemd_util_dir}/repart
+%dir %{_systemd_util_dir}/repart/definitions
+%dir %{_systemd_util_dir}/repart/definitions/confext.repart.d
+%dir %{_systemd_util_dir}/repart/definitions/portable.repart.d
+%dir %{_systemd_util_dir}/repart/definitions/sysext.repart.d
 %if %{with sd_boot}
 %dir %{_unitdir}/initrd.target.wants
 %endif
 %{_bindir}/oomctl
 %{_bindir}/systemd-repart
+%{_bindir}/systemd-vmspawn
+%if %{with sd_boot}
+%{_bindir}/ukify
+%endif
+%{_bindir}/varlinkctl
 %{_datadir}/bash-completion/completions/oomctl
 %{_datadir}/dbus-1/interfaces/org.freedesktop.oom1.Manager.xml
 %{_datadir}/dbus-1/interfaces/org.freedesktop.portable1.Image.xml
@@ -16,20 +30,36 @@
 %{_datadir}/zsh/site-functions/_oomctl
 %{_mandir}/man1/oomctl.1.gz
 %{_mandir}/man1/systemd-measure.1.gz
+%{_mandir}/man1/systemd-vmspawn.1.gz
 %if %{with sd_boot}
 %{_mandir}/man1/ukify.1.gz
 %endif
+%{_mandir}/man1/varlinkctl.1.gz
 %{_mandir}/man5/oomd.conf.5.gz
 %{_mandir}/man5/oomd.conf.d.5.gz
 %{_mandir}/man5/org.freedesktop.oom1.5.gz
 %{_mandir}/man5/repart.d.5.gz
+%{_mandir}/man5/systemd.pcrlock.5.gz
+%{_mandir}/man5/systemd.pcrlock.d.5.gz
 %{_mandir}/man5/sysupdate.d.5.gz
+%{_mandir}/man8/systemd-bsod.8.gz
+%{_mandir}/man8/systemd-bsod.service.8.gz
 %{_mandir}/man8/systemd-oomd.8.gz
 %{_mandir}/man8/systemd-oomd.service.8.gz
 %if %{with sd_boot}
 %{_mandir}/man8/systemd-pcrextend.8.gz
 %{_mandir}/man8/systemd-pcrfs-root.service.8.gz
 %{_mandir}/man8/systemd-pc...@.service.8.gz
+%endif
+%{_mandir}/man8/systemd-pcrlock-file-system.service.8.gz
+%{_mandir}/man8/systemd-pcrlock-firmware-code.service.8.gz
+%{_mandir}/man8/systemd-pcrlock-firmware-config.service.8.gz
+%{_mandir}/man8/systemd-pcrlock-machine-id.service.8.gz
+%{_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
+%{_mandir}/man8/systemd-pcrlock.8.gz
+%if %{with sd_boot}
 %{_mandir}/man8/systemd-pcrmachine.service.8.gz
 %{_mandir}/man8/systemd-pcrphase-initrd.service.8.gz
 %{_mandir}/man8/systemd-pcrphase-sysinit.service.8.gz
@@ -37,134 +67,102 @@
 %endif
 %{_mandir}/man8/systemd-repart.8.gz
 %{_mandir}/man8/systemd-repart.service.8.gz
+%{_mandir}/man8/systemd-storagetm.8.gz
+%{_mandir}/man8/systemd-storagetm.service.8.gz
 %{_mandir}/man8/systemd-sysupdate-reboot.service.8.gz
 %{_mandir}/man8/systemd-sysupdate-reboot.timer.8.gz
 %{_mandir}/man8/systemd-sysupdate.8.gz
 %{_mandir}/man8/systemd-sysupdate.service.8.gz
 %{_mandir}/man8/systemd-sysupdate.timer.8.gz
 %if %{with sd_boot}
+%{_mandir}/man8/systemd-tpm2-setup-early.service.8.gz
+%{_mandir}/man8/systemd-tpm2-setup.8.gz
+%{_mandir}/man8/systemd-tpm2-setup.service.8.gz
 %{_prefix}/lib/kernel/install.d/60-ukify.install
 %endif
+%{_prefix}/lib/pcrlock.d/350-action-efi-application.pcrlock
+%{_prefix}/lib/pcrlock.d/400-secureboot-separator.pcrlock.d/300-0x00000000.pcrlock
+%{_prefix}/lib/pcrlock.d/400-secureboot-separator.pcrlock.d/600-0xffffffff.pcrlock
+%{_prefix}/lib/pcrlock.d/500-separator.pcrlock.d/300-0x00000000.pcrlock
+%{_prefix}/lib/pcrlock.d/500-separator.pcrlock.d/600-0xffffffff.pcrlock
+%{_prefix}/lib/pcrlock.d/700-action-efi-exit-boot-services.pcrlock.d/300-present.pcrlock
+%{_prefix}/lib/pcrlock.d/700-action-efi-exit-boot-services.pcrlock.d/600-absent.pcrlock
+%{_prefix}/lib/pcrlock.d/750-enter-initrd.pcrlock
+%{_prefix}/lib/pcrlock.d/800-leave-initrd.pcrlock
+%{_prefix}/lib/pcrlock.d/850-sysinit.pcrlock
+%{_prefix}/lib/pcrlock.d/900-ready.pcrlock
+%{_prefix}/lib/pcrlock.d/950-shutdown.pcrlock
+%{_prefix}/lib/pcrlock.d/990-final.pcrlock
 %{_systemd_util_dir}/oomd.conf
+%{_systemd_util_dir}/repart/definitions/confext.repart.d/10-root.conf
+%{_systemd_util_dir}/repart/definitions/confext.repart.d/20-root-verity.conf
+%{_systemd_util_dir}/repart/definitions/confext.repart.d/30-root-verity-sig.conf
+%{_systemd_util_dir}/repart/definitions/portable.repart.d/10-root.conf
+%{_systemd_util_dir}/repart/definitions/portable.repart.d/20-root-verity.conf
+%{_systemd_util_dir}/repart/definitions/portable.repart.d/30-root-verity-sig.conf
+%{_systemd_util_dir}/repart/definitions/sysext.repart.d/10-root.conf
+%{_systemd_util_dir}/repart/definitions/sysext.repart.d/20-root-verity.conf
+%{_systemd_util_dir}/repart/definitions/sysext.repart.d/30-root-verity-sig.conf
 %{_systemd_util_dir}/system/initrd-root-fs.target.wants/systemd-repart.service
 %{_systemd_util_dir}/system/sysinit.target.wants/systemd-repart.service
+%{_systemd_util_dir}/systemd-bsod
 %{_systemd_util_dir}/systemd-measure
 %{_systemd_util_dir}/systemd-oomd
 %if %{with sd_boot}
 %{_systemd_util_dir}/systemd-pcrextend
 %endif
+%{_systemd_util_dir}/systemd-pcrlock
+%{_systemd_util_dir}/systemd-storagetm
 %{_systemd_util_dir}/systemd-sysupdate
+%if %{with sd_boot}
+%{_systemd_util_dir}/systemd-tpm2-setup
+%endif
 %{_systemd_util_dir}/systemd-userwork
 %if %{with sd_boot}
 %{_systemd_util_dir}/ukify
-%{_bindir}/ukify
 %endif
 %{_sysusersdir}/systemd-oom.conf
+%{_unitdir}/initrd.target.wants/systemd-bsod.service
 %if %{with sd_boot}
 %{_unitdir}/initrd.target.wants/systemd-pcrphase-initrd.service
+%{_unitdir}/sockets.target.wants/systemd-pcrextend.socket
+%endif
+%{_unitdir}/storage-target-mode.target
+%if %{with sd_boot}
 %{_unitdir}/sysinit.target.wants/systemd-pcrmachine.service
 %{_unitdir}/sysinit.target.wants/systemd-pcrphase-sysinit.service
 %{_unitdir}/sysinit.target.wants/systemd-pcrphase.service
+%{_unitdir}/sysinit.target.wants/systemd-tpm2-setup-early.service
+%{_unitdir}/sysinit.target.wants/systemd-tpm2-setup.service
 %endif
+%{_unitdir}/systemd-bsod.service
 %{_unitdir}/systemd-oomd.service
 %{_unitdir}/systemd-oomd.socket
 %if %{with sd_boot}
+%{_unitdir}/systemd-pcrextend.socket
+%{_unitdir}/systemd-pcrextend@.service
 %{_unitdir}/systemd-pcrfs-root.service
 %{_unitdir}/systemd-pcrfs@.service
+%{_unitdir}/systemd-pcrlock-file-system.service
+%{_unitdir}/systemd-pcrlock-firmware-code.service
+%{_unitdir}/systemd-pcrlock-firmware-config.service
+%{_unitdir}/systemd-pcrlock-machine-id.service
+%{_unitdir}/systemd-pcrlock-make-policy.service
+%{_unitdir}/systemd-pcrlock-secureboot-authority.service
+%{_unitdir}/systemd-pcrlock-secureboot-policy.service
 %{_unitdir}/systemd-pcrmachine.service
 %{_unitdir}/systemd-pcrphase-initrd.service
 %{_unitdir}/systemd-pcrphase-sysinit.service
 %{_unitdir}/systemd-pcrphase.service
 %endif
 %{_unitdir}/systemd-repart.service
+%{_unitdir}/systemd-storagetm.service
 %{_unitdir}/systemd-sysupdate-reboot.service
 %{_unitdir}/systemd-sysupdate-reboot.timer
 %{_unitdir}/systemd-sysupdate.service
 %{_unitdir}/systemd-sysupdate.timer
-
-%{_prefix}/lib/pcrlock.d/350-action-efi-application.pcrlock
-%{_prefix}/lib/pcrlock.d/400-secureboot-separator.pcrlock.d/300-0x00000000.pcrlock
-%{_prefix}/lib/pcrlock.d/400-secureboot-separator.pcrlock.d/600-0xffffffff.pcrlock
-%{_prefix}/lib/pcrlock.d/500-separator.pcrlock.d/300-0x00000000.pcrlock
-%{_prefix}/lib/pcrlock.d/500-separator.pcrlock.d/600-0xffffffff.pcrlock
-%{_prefix}/lib/pcrlock.d/700-action-efi-exit-boot-services.pcrlock.d/300-present.pcrlock
-%{_prefix}/lib/pcrlock.d/700-action-efi-exit-boot-services.pcrlock.d/600-absent.pcrlock
-%{_prefix}/lib/pcrlock.d/750-enter-initrd.pcrlock
-%{_prefix}/lib/pcrlock.d/800-leave-initrd.pcrlock
-%{_prefix}/lib/pcrlock.d/850-sysinit.pcrlock
-%{_prefix}/lib/pcrlock.d/900-ready.pcrlock
-%{_prefix}/lib/pcrlock.d/950-shutdown.pcrlock
-%{_prefix}/lib/pcrlock.d/990-final.pcrlock
-%{_mandir}/man5/systemd.pcrlock.5.gz
-%{_mandir}/man5/systemd.pcrlock.d.5.gz
-%{_mandir}/man8/systemd-pcrlock-file-system.service.8.gz
-%{_mandir}/man8/systemd-pcrlock-firmware-code.service.8.gz
-%{_mandir}/man8/systemd-pcrlock-firmware-config.service.8.gz
-%{_mandir}/man8/systemd-pcrlock-machine-id.service.8.gz
-%{_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
-%{_mandir}/man8/systemd-pcrlock.8.gz
-%if %{with sd_boot}
-%{_unitdir}/systemd-pcrextend.socket
-%{_unitdir}/systemd-pcrextend@.service
-%{_unitdir}/sockets.target.wants/systemd-pcrextend.socket
-%{_unitdir}/systemd-pcrlock-file-system.service
-%{_unitdir}/systemd-pcrlock-firmware-code.service
-%{_unitdir}/systemd-pcrlock-firmware-config.service
-%{_unitdir}/systemd-pcrlock-machine-id.service
-%{_unitdir}/systemd-pcrlock-make-policy.service
-%{_unitdir}/systemd-pcrlock-secureboot-authority.service
-%{_unitdir}/systemd-pcrlock-secureboot-policy.service
-%endif
-%{_systemd_util_dir}/systemd-pcrlock
-
-%{_systemd_util_dir}/repart/definitions/confext.repart.d/10-root.conf
-%{_systemd_util_dir}/repart/definitions/confext.repart.d/20-root-verity.conf
-%{_systemd_util_dir}/repart/definitions/confext.repart.d/30-root-verity-sig.conf
-%{_systemd_util_dir}/repart/definitions/portable.repart.d/10-root.conf
-%{_systemd_util_dir}/repart/definitions/portable.repart.d/20-root-verity.conf
-%{_systemd_util_dir}/repart/definitions/portable.repart.d/30-root-verity-sig.conf
-%{_systemd_util_dir}/repart/definitions/sysext.repart.d/10-root.conf
-%{_systemd_util_dir}/repart/definitions/sysext.repart.d/20-root-verity.conf
-%{_systemd_util_dir}/repart/definitions/sysext.repart.d/30-root-verity-sig.conf
-
-%{_mandir}/man8/systemd-storagetm.8.gz
-%{_mandir}/man8/systemd-storagetm.service.8.gz
-%{_unitdir}/systemd-storagetm.service
-%{_unitdir}/storage-target-mode.target
-%{_systemd_util_dir}/systemd-storagetm
-
-%{_unitdir}/initrd.target.wants/systemd-bsod.service
-%{_systemd_util_dir}/systemd-bsod
-%{_unitdir}/systemd-bsod.service
-%{_mandir}/man8/systemd-bsod.8.gz
-%{_mandir}/man8/systemd-bsod.service.8.gz
-
-%{_bindir}/varlinkctl
-%{_mandir}/man1/varlinkctl.1.gz
-
-%{_bindir}/systemd-vmspawn
-%{_mandir}/man1/systemd-vmspawn.1.gz
-
-%dir %{_prefix}/lib/pcrlock.d
-%dir %{_prefix}/lib/pcrlock.d/400-secureboot-separator.pcrlock.d
-%dir %{_prefix}/lib/pcrlock.d/500-separator.pcrlock.d
-%dir %{_prefix}/lib/pcrlock.d/700-action-efi-exit-boot-services.pcrlock.d
-%dir %{_systemd_util_dir}/repart
-%dir %{_systemd_util_dir}/repart/definitions
-%dir %{_systemd_util_dir}/repart/definitions/confext.repart.d
-%dir %{_systemd_util_dir}/repart/definitions/portable.repart.d
-%dir %{_systemd_util_dir}/repart/definitions/sysext.repart.d
-
 %if %{with sd_boot}
-%{_unitdir}/sysinit.target.wants/systemd-tpm2-setup-early.service
-%{_unitdir}/sysinit.target.wants/systemd-tpm2-setup.service
 %{_unitdir}/systemd-tpm2-setup-early.service
 %{_unitdir}/systemd-tpm2-setup.service
-%{_systemd_util_dir}/systemd-tpm2-setup
-%{_mandir}/man8/systemd-tpm2-setup-early.service.8.gz
-%{_mandir}/man8/systemd-tpm2-setup.8.gz
-%{_mandir}/man8/systemd-tpm2-setup.service.8.gz
 %endif
 

++++++ files.systemd ++++++
--- /var/tmp/diff_new_pack.oGF17u/_old  2024-03-20 21:15:25.764367680 +0100
+++ /var/tmp/diff_new_pack.oGF17u/_new  2024-03-20 21:15:25.768367830 +0100
@@ -37,6 +37,7 @@
 %dir %{_sysconfdir}/systemd/system.conf.d
 %dir %{_sysconfdir}/systemd/user
 %dir %{_sysconfdir}/systemd/user.conf.d
+%dir %{_sysconfdir}/sysusers.d
 %dir %{_sysconfdir}/tmpfiles.d
 %dir %{_sysconfdir}/xdg/systemd
 %dir %{_sysctldir}
@@ -535,7 +536,15 @@
 %{_unitdir}/printer.target
 %{_unitdir}/proc-sys-fs-binfmt_misc.automount
 %{_unitdir}/proc-sys-fs-binfmt_misc.mount
+%if %{with upstream}
+%{_unitdir}/quotaon-root.service
+%endif
+%if %{without upstream}
 %{_unitdir}/quotaon.service
+%endif
+%if %{with upstream}
+%{_unitdir}/quotaon@.service
+%endif
 %{_unitdir}/reboot.target
 %{_unitdir}/remote-fs-pre.target
 %{_unitdir}/remote-fs.target

++++++ files.udev ++++++
--- /var/tmp/diff_new_pack.oGF17u/_old  2024-03-20 21:15:25.796368879 +0100
+++ /var/tmp/diff_new_pack.oGF17u/_new  2024-03-20 21:15:25.800369029 +0100
@@ -330,7 +330,15 @@
 %endif
 %{_unitdir}/systemd-network-generator.service
 %{_unitdir}/systemd-pstore.service
+%if %{with upstream}
+%{_unitdir}/systemd-quotacheck-root.service
+%endif
+%if %{without upstream}
 %{_unitdir}/systemd-quotacheck.service
+%endif
+%if %{with upstream}
+%{_unitdir}/systemd-quotacheck@.service
+%endif
 %{_unitdir}/systemd-random-seed.service
 %{_unitdir}/systemd-remount-fs.service
 %{_unitdir}/systemd-rfkill.service

++++++ systemd-v255.3+suse.15.g96edf7ad18.tar.xz -> 
systemd-v255.4+suse.17.gbe772961ad.tar.xz ++++++
/work/SRC/openSUSE:Factory/systemd/systemd-v255.3+suse.15.g96edf7ad18.tar.xz 
/work/SRC/openSUSE:Factory/.systemd.new.1905/systemd-v255.4+suse.17.gbe772961ad.tar.xz
 differ: char 26, line 1

Reply via email to