From 8284f81bf7607755ce0bfbeb8a1141a7cf32e9bf Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 12 May 2020 10:12:57 -0400 Subject: [PATCH] Tidy up the Fedora mkosi Package list 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 | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.mkosi/mkosi.fedora b/.mkosi/mkosi.fedora index 8afaa3ce55..a26b36a163 100644 --- a/.mkosi/mkosi.fedora +++ b/.mkosi/mkosi.fedora @@ -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