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.
This commit is contained in:
Jonathan Lebon 2024-09-15 23:05:14 -04:00
parent 684ea928c2
commit a85de9b2e0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ include:
packages: packages:
# needed for building derived container images # 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 # Even in tier-0, we have this. If you don't want SELinux today, you'll need
# to build a custom image. # to build a custom image.
- selinux-policy-targeted - selinux-policy-targeted