From: Daan De Meyer Date: Sat, 20 Apr 2024 12:22:27 +0000 (+0200) Subject: mkosi: Make sure systemd-libs is updated on Arch X-Git-Tag: v256-rc1~89^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4edc85a6c9a81265c12ae34e56f38749e16a0fc0;p=thirdparty%2Fsystemd.git mkosi: Make sure systemd-libs is updated on Arch The Arch Linux PKGBUILD does not (yet) have versioned dependencies between the systemd packages, causing systemd-libs to not get updated to 256-devel if systemd 256-devel is installed. Let's explicitly install the newer version of systemd-libs as well for now until this problem is fixed. --- diff --git a/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf b/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf index 2ea81c83b29..da59e0469f9 100644 --- a/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf +++ b/mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf @@ -6,10 +6,11 @@ Distribution=arch [Content] VolatilePackages= systemd - systemd-ukify - systemd-sysvcompat + systemd-libs systemd-resolvconf + systemd-sysvcompat systemd-tests + systemd-ukify Packages= bpf @@ -46,4 +47,5 @@ InitrdPackages= InitrdVolatilePackages= systemd + systemd-libs systemd-sysvcompat