Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dracut for openSUSE:Factory checked in at 2026-06-04 18:54:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dracut (Old) and /work/SRC/openSUSE:Factory/.dracut.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dracut" Thu Jun 4 18:54:15 2026 rev:260 rq:1356924 version:110+suse.32.g36b00ba7 Changes: -------- --- /work/SRC/openSUSE:Factory/dracut/dracut.changes 2026-05-13 17:20:02.981070481 +0200 +++ /work/SRC/openSUSE:Factory/.dracut.new.2375/dracut.changes 2026-06-04 18:56:30.522306972 +0200 @@ -1,0 +2,6 @@ +Wed Jun 03 09:23:20 UTC 2026 - [email protected] + +- Update to version 110+suse.32.g36b00ba7: + * fix(systemd-*): add new dlopen dependencies to modules lists + +------------------------------------------------------------------- Old: ---- dracut-110+suse.31.ga81148a.tar.xz New: ---- dracut-110+suse.32.g36b00ba7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dracut.spec ++++++ --- /var/tmp/diff_new_pack.hEEGkK/_old 2026-06-04 18:56:32.162374713 +0200 +++ /var/tmp/diff_new_pack.hEEGkK/_new 2026-06-04 18:56:32.166374877 +0200 @@ -26,7 +26,7 @@ %endif Name: dracut -Version: 110+suse.31.ga81148a +Version: 110+suse.32.g36b00ba7 Release: 0 Summary: Event driven initramfs infrastructure License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.1-or-later ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.hEEGkK/_old 2026-06-04 18:56:32.230377521 +0200 +++ /var/tmp/diff_new_pack.hEEGkK/_new 2026-06-04 18:56:32.234377687 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/opensuse/dracut-ng.git</param> - <param name="changesrevision">a81148a387dd868462599746dc106d42ab8e1a89</param></service></servicedata> + <param name="changesrevision">36b00ba7230af6815c492fcb2f52493a9cdb4306</param></service></servicedata> (No newline at EOF) ++++++ dracut-110+suse.31.ga81148a.tar.xz -> dracut-110+suse.32.g36b00ba7.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-110+suse.31.ga81148a/modules.d/11systemd-creds/module-setup.sh new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-creds/module-setup.sh --- old/dracut-110+suse.31.ga81148a/modules.d/11systemd-creds/module-setup.sh 2026-05-12 15:56:32.000000000 +0200 +++ new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-creds/module-setup.sh 2026-06-03 09:28:33.000000000 +0200 @@ -27,6 +27,11 @@ } +# called by dracut +config() { + add_dlopen_features+=" libsystemd-shared-*.so:libcrypto " +} + # Install the required file(s) and directories for the module in the initramfs. install() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-110+suse.31.ga81148a/modules.d/11systemd-pcrextend/module-setup.sh new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-pcrextend/module-setup.sh --- old/dracut-110+suse.31.ga81148a/modules.d/11systemd-pcrextend/module-setup.sh 2026-05-12 15:56:32.000000000 +0200 +++ new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-pcrextend/module-setup.sh 2026-06-03 09:28:33.000000000 +0200 @@ -25,6 +25,11 @@ return 0 } +# called by dracut +config() { + add_dlopen_features+=" libsystemd-shared-*.so:libcrypto " +} + # Install the required file(s) and directories for the module in the initramfs. install() { inst_multiple -o \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-110+suse.31.ga81148a/modules.d/11systemd-repart/module-setup.sh new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-repart/module-setup.sh --- old/dracut-110+suse.31.ga81148a/modules.d/11systemd-repart/module-setup.sh 2026-05-12 15:56:32.000000000 +0200 +++ new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-repart/module-setup.sh 2026-06-03 09:28:33.000000000 +0200 @@ -13,7 +13,7 @@ # Config adjustments before installing anything. config() { - add_dlopen_features+=" libsystemd-shared-*.so:fdisk " + add_dlopen_features+=" libsystemd-shared-*.so:fdisk,libcrypto " } # Install the required file(s) for the module in the initramfs. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-110+suse.31.ga81148a/modules.d/11systemd-resolved/module-setup.sh new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-resolved/module-setup.sh --- old/dracut-110+suse.31.ga81148a/modules.d/11systemd-resolved/module-setup.sh 2026-05-12 15:56:32.000000000 +0200 +++ new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-resolved/module-setup.sh 2026-06-03 09:28:33.000000000 +0200 @@ -26,6 +26,11 @@ } +# called by dracut +config() { + add_dlopen_features+=" libsystemd-shared-*.so:libcrypto,libssl " +} + # Install the required file(s) and directories for the module in the initramfs. install() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-110+suse.31.ga81148a/modules.d/11systemd-veritysetup/module-setup.sh new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-veritysetup/module-setup.sh --- old/dracut-110+suse.31.ga81148a/modules.d/11systemd-veritysetup/module-setup.sh 2026-05-12 15:56:32.000000000 +0200 +++ new/dracut-110+suse.32.g36b00ba7/modules.d/11systemd-veritysetup/module-setup.sh 2026-06-03 09:28:33.000000000 +0200 @@ -28,7 +28,7 @@ # Config adjustments before installing anything. config() { - add_dlopen_features+=" libsystemd-shared-*.so:cryptsetup " + add_dlopen_features+=" libsystemd-shared-*.so:cryptsetup,libcrypto " } # Install kernel module(s). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-110+suse.31.ga81148a/modules.d/45systemd-import/module-setup.sh new/dracut-110+suse.32.g36b00ba7/modules.d/45systemd-import/module-setup.sh --- old/dracut-110+suse.31.ga81148a/modules.d/45systemd-import/module-setup.sh 2026-05-12 15:56:32.000000000 +0200 +++ new/dracut-110+suse.32.g36b00ba7/modules.d/45systemd-import/module-setup.sh 2026-06-03 09:28:33.000000000 +0200 @@ -16,7 +16,7 @@ } config() { - add_dlopen_features+=" libsystemd-shared-*.so:archive,lz4,lzma,zstd " + add_dlopen_features+=" libsystemd-shared-*.so:archive,curl,libcrypto,lz4,lzma,zstd " } installkernel() { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/dracut-110+suse.31.ga81148a/modules.d/71systemd-cryptsetup/module-setup.sh new/dracut-110+suse.32.g36b00ba7/modules.d/71systemd-cryptsetup/module-setup.sh --- old/dracut-110+suse.31.ga81148a/modules.d/71systemd-cryptsetup/module-setup.sh 2026-05-12 15:56:32.000000000 +0200 +++ new/dracut-110+suse.32.g36b00ba7/modules.d/71systemd-cryptsetup/module-setup.sh 2026-06-03 09:28:33.000000000 +0200 @@ -47,7 +47,7 @@ # called by dracut config() { - add_dlopen_features+=" libsystemd-shared-*.so:cryptsetup " + add_dlopen_features+=" libsystemd-shared-*.so:cryptsetup,libcrypto " } # called by dracut
