]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Tidy up the Fedora mkosi Package list
authorJeremy Cline <jeremy@jcline.org>
Tue, 12 May 2020 14:12:57 +0000 (10:12 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 13 May 2020 06:23:51 +0000 (08:23 +0200)
libzstd is a new dependency for systemd that's not in a stable release
yet, so it's not pulled in by the RPM package dependency. Manually
include it in the package section so the image mkosi produces works. It
can be removed when the RPM depends on it.

Additionally, a number of packages in the list appear to be pulled in
because they're dependencies in the systemd rpm, so remove them.
Finally, mkosi v5 adds the proper fs utilities for bootable images type
so drop that dependency as well.

.mkosi/mkosi.fedora

index 8afaa3ce55398940becde53aabe62c9c8d071c2f..a26b36a163e7722dc8a47b17fe3e48743ae5a4e2 100644 (file)
@@ -66,14 +66,10 @@ BuildPackages=
         zstd
 
 Packages=
-        coreutils
-        cryptsetup-libs
-        kmod-libs
-        e2fsprogs
-        libidn2
-        libseccomp
+        # libzstd can be dropped once the Fedora RPM gets a dependency on it
+        libzstd
+        # procps-ng provides a set of useful utilies (ps, free, etc)
         procps-ng
-        util-linux
 
 BuildDirectory=mkosi.builddir
 Cache=mkosi.cache