1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-23 10:50:16 +03:00

mkosi: Install systemd in Fedora build image

rpm pulls in systemd-standalone-sysusers now by default to get
systemd-sysusers which causes a conflict later on during the prepare
script when systemd is pulled in as a dependency of device-mapper so
let's install systemd in the initial transaction so systemd provides
systemd-sysusers and systemd-standalone-sysusers is never installed
in the first place.
This commit is contained in:
Daan De Meyer 2025-02-15 21:47:50 +01:00 committed by Luca Boccassi
parent 24af6a0d0a
commit 034f027be4

View File

@ -7,3 +7,4 @@ Distribution=fedora
Packages=
erofs-utils
rpmautospec
systemd