Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dracut for openSUSE:Factory checked in at 2024-12-13 22:31:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dracut (Old) and /work/SRC/openSUSE:Factory/.dracut.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dracut" Fri Dec 13 22:31:43 2024 rev:234 rq:1230159 version:059+suse.669.g60f5981b Changes: -------- --- /work/SRC/openSUSE:Factory/dracut/dracut.changes 2024-11-25 23:19:36.673948770 +0100 +++ /work/SRC/openSUSE:Factory/.dracut.new.29675/dracut.changes 2024-12-13 22:32:37.467775671 +0100 @@ -1,0 +2,6 @@ +Wed Dec 11 15:49:33 UTC 2024 - [email protected] + +- Update to version 059+suse.669.g60f5981b: + * fix(systemd): copy 20-systemd-stub.conf into the initrd + +------------------------------------------------------------------- Old: ---- dracut-059+suse.665.gd2af7028.obscpio New: ---- dracut-059+suse.669.g60f5981b.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dracut.spec ++++++ --- /var/tmp/diff_new_pack.cr8HBH/_old 2024-12-13 22:32:38.215806869 +0100 +++ /var/tmp/diff_new_pack.cr8HBH/_new 2024-12-13 22:32:38.219807036 +0100 @@ -25,7 +25,7 @@ %endif Name: dracut -Version: 059+suse.665.gd2af7028 +Version: 059+suse.669.g60f5981b Release: 0 Summary: Event driven initramfs infrastructure License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ README.susemaint ++++++ --- /var/tmp/diff_new_pack.cr8HBH/_old 2024-12-13 22:32:38.255808537 +0100 +++ /var/tmp/diff_new_pack.cr8HBH/_new 2024-12-13 22:32:38.259808703 +0100 @@ -387,4 +387,5 @@ a1c51af1 fix(dracut): don't apply aggressive strip to kernel modules ad36b61e fix(dracut.sh): omit compressed kernel modules from find searching exec files bfa00c2a fix(pcsc): add libpcsclite_real.so.* +0df92885 fix(systemd-tmpfiles): copy 20-systemd-stub.conf into the initrd ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.cr8HBH/_old 2024-12-13 22:32:38.287809871 +0100 +++ /var/tmp/diff_new_pack.cr8HBH/_new 2024-12-13 22:32:38.291810038 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/opensuse/dracut.git</param> - <param name="changesrevision">721fccd2a4517d7a1cf86838b6496339c6458e4c</param></service></servicedata> + <param name="changesrevision">4a31103183e58c13a61c1a3adf5af8e57e84a34a</param></service></servicedata> (No newline at EOF) ++++++ dracut-059+suse.665.gd2af7028.obscpio -> dracut-059+suse.669.g60f5981b.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-059+suse.665.gd2af7028/modules.d/00systemd/module-setup.sh new/dracut-059+suse.669.g60f5981b/modules.d/00systemd/module-setup.sh --- old/dracut-059+suse.665.gd2af7028/modules.d/00systemd/module-setup.sh 2024-11-06 17:22:15.000000000 +0100 +++ new/dracut-059+suse.669.g60f5981b/modules.d/00systemd/module-setup.sh 2024-12-11 12:30:33.000000000 +0100 @@ -131,6 +131,7 @@ "$systemdsystemunitdir"/system.slice \ "$systemdsystemunitdir"/-.slice \ "$tmpfilesdir"/systemd.conf \ + "$tmpfilesdir"/20-systemd-stub.conf \ journalctl systemctl \ echo swapoff \ kmod insmod rmmod modprobe modinfo depmod lsmod \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-059+suse.665.gd2af7028/modules.d/01systemd-tmpfiles/module-setup.sh new/dracut-059+suse.669.g60f5981b/modules.d/01systemd-tmpfiles/module-setup.sh --- old/dracut-059+suse.665.gd2af7028/modules.d/01systemd-tmpfiles/module-setup.sh 2024-11-06 17:22:15.000000000 +0100 +++ new/dracut-059+suse.669.g60f5981b/modules.d/01systemd-tmpfiles/module-setup.sh 2024-12-11 12:30:33.000000000 +0100 @@ -38,6 +38,7 @@ "$tmpfilesdir/static-nodes-permissions.conf" \ "$tmpfilesdir/systemd-tmp.conf" \ "$tmpfilesdir/systemd.conf" \ + "$tmpfilesdir/20-systemd-stub.conf" \ "$tmpfilesdir/var.conf" \ "$systemdsystemunitdir"/systemd-tmpfiles-clean.service \ "$systemdsystemunitdir/systemd-tmpfiles-clean.service.d/*.conf" \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-059+suse.665.gd2af7028/suse/README.susemaint new/dracut-059+suse.669.g60f5981b/suse/README.susemaint --- old/dracut-059+suse.665.gd2af7028/suse/README.susemaint 2024-11-06 17:22:15.000000000 +0100 +++ new/dracut-059+suse.669.g60f5981b/suse/README.susemaint 2024-12-11 12:30:33.000000000 +0100 @@ -387,3 +387,4 @@ a1c51af1 fix(dracut): don't apply aggressive strip to kernel modules ad36b61e fix(dracut.sh): omit compressed kernel modules from find searching exec files bfa00c2a fix(pcsc): add libpcsclite_real.so.* +0df92885 fix(systemd-tmpfiles): copy 20-systemd-stub.conf into the initrd ++++++ dracut.obsinfo ++++++ --- /var/tmp/diff_new_pack.cr8HBH/_old 2024-12-13 22:32:38.583822217 +0100 +++ /var/tmp/diff_new_pack.cr8HBH/_new 2024-12-13 22:32:38.587822384 +0100 @@ -1,5 +1,5 @@ name: dracut -version: 059+suse.665.gd2af7028 -mtime: 1730910135 -commit: d2af702867555a0c2765c57a2bf48e52f7eed51c +version: 059+suse.669.g60f5981b +mtime: 1733916633 +commit: 60f5981b9f46541c96d0955b5553da2eaba6dc2c
