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:
committed by
adamwill
parent
9e7435cee5
commit
678ee6243c
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user