mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
mkosi: explicitly pull in libz1 on OpenSUSE
Otherwise it pulls in libz-ng-compat1 which isn't 100% compatible with libz1, and more importantly it requires an ldconfig drop-in in /etc/ (/etc/ld.so.conf.d/zlib-ng-compat-x86_64.conf) which breaks hermetic-usr and TEST-07-PID1: systemd[5582]: /usr/lib/systemd/systemd: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
This commit is contained in:
committed by
Luca Boccassi
parent
1df624422a
commit
f50e6fd897
@@ -61,6 +61,7 @@ Packages=
|
||||
libdw-devel
|
||||
libdw1
|
||||
libtss2-tcti-device0
|
||||
libz1
|
||||
man
|
||||
multipath-tools
|
||||
ncat
|
||||
|
||||
Reference in New Issue
Block a user