]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Make sure systemd-libs is updated on Arch
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 20 Apr 2024 12:22:27 +0000 (14:22 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 22 Apr 2024 07:09:32 +0000 (09:09 +0200)
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

index 2ea81c83b298d17f91c3e826b4c9f29dad12453c..da59e0469f907e46b731c567b075697de27d1862 100644 (file)
@@ -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