Adjust configs for SwitchToDnf5 Change

dnf5 (in obsoleting-dnf mode) provides /usr/bin/yum and obsoletes
yum, so we should drop the 'dnf-yum' entries (which installed
yum). dnf5 also appears to provide and obsolete microdnf, so we
should replace microdnf with dnf5 in the minimal image, I guess.
dnf5-plugins seems the logical replacement for dnf-plugins-core
(which is not removed yet, but is specific to dnf4).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson
2024-05-09 06:10:06 +00:00
committed by adamwill
parent 9e7435cee5
commit 678ee6243c
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
</description>
<preferences>
<version>Rawhide</version>
<packagemanager>dnf</packagemanager>
<packagemanager>dnf5</packagemanager>
<locale>en_US</locale>
<keytable>us</keytable>
<timezone>UTC</timezone>