]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
feat(systemd-journald): remove libgcrypt from add_dlopen_features main
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Wed, 29 Jul 2026 08:19:22 +0000 (10:19 +0200)
committerdevkontrol <dev@kontrol.dev>
Mon, 10 Aug 2026 12:57:17 +0000 (08:57 -0400)
0406aa64a788c63a0bb2fd9d60a2d3d2d96320cb only removed the fallback if dlopen
notes are not being parsed. Moreover, libgcrypt survives only in unit tests
after https://github.com/systemd/systemd/pull/42695.

Follow-up for 0406aa64a788c63a0bb2fd9d60a2d3d2d96320cb

modules.d/11systemd-journald/module-setup.sh

index 72fee7f096c760fe276edbd793c77b96a2e4e4cd..b1b72b48e677a51eb4f7ab868f8ccce5ff31188a 100755 (executable)
@@ -28,7 +28,7 @@ depends() {
 
 # Config adjustments before installing anything.
 config() {
 
 # Config adjustments before installing anything.
 config() {
-    add_dlopen_features+=" libsystemd-shared-*.so:gcrypt,lz4,lzma,zstd "
+    add_dlopen_features+=" libsystemd-shared-*.so:lz4,lzma,zstd "
 }
 
 # Install the required file(s) and directories for the module in the initramfs.
 }
 
 # Install the required file(s) and directories for the module in the initramfs.