From a85de9b2e0cadce9c09747ad5582f47e5b1db7fc Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Sun, 15 Sep 2024 23:05:14 -0400 Subject: [PATCH] tier-0: pull in dnf5, not dnf Currently, there is both dnf and dnf5 in Fedora. dnf5 provides `dnf`, but matching a package name is stronger and so requesting `dnf` here still pulls in the legacy one. This notably drops out Python from tier 0. --- tier-0/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tier-0/manifest.yaml b/tier-0/manifest.yaml index 5ddfbbb..4bc5ca5 100644 --- a/tier-0/manifest.yaml +++ b/tier-0/manifest.yaml @@ -58,7 +58,7 @@ include: packages: # needed for building derived container images - - dnf + - dnf5 # Even in tier-0, we have this. If you don't want SELinux today, you'll need # to build a custom image. - selinux-policy-targeted