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.
This commit is contained in:
Jeremy Cline 2020-05-12 10:12:57 -04:00 committed by Zbigniew Jędrzejewski-Szmek
parent 7d85383edb
commit 8284f81bf7
1 changed files with 3 additions and 7 deletions

View 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