aboutsummaryrefslogtreecommitdiff
path: root/config.xml
diff options
from:
to:
context:
space:
mode:
authorGravatar Adam Williamson <awilliam@redhat.com> 2024-04-25 14:19:35 -0700
committerGravatar adamwill <adamwill@fedoraproject.org> 2024-05-09 06:10:06 +0000
commit678ee6243cb73f0f668d123ac904643d2c02b39d (patch)
tree86c3913ff8a5c3043e43004fa32f5f025aeb8cbc /config.xml
parent9e7435cee58527788febd8aa07a9dad943f24296 (diff)
downloadkiwi-descriptions-678ee6243cb73f0f668d123ac904643d2c02b39d.tar.gz
kiwi-descriptions-678ee6243cb73f0f668d123ac904643d2c02b39d.zip
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>
Diffstat (limited to 'config.xml')
-rw-r--r--config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.xml b/config.xml
index 04b15f5..393d333 100644
--- a/config.xml
+++ b/config.xml
@@ -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>