From 4edc85a6c9a81265c12ae34e56f38749e16a0fc0 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sat, 20 Apr 2024 14:22:27 +0200 Subject: [PATCH] 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. --- mkosi.images/system/mkosi.conf.d/10-arch/mkosi.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.47.3