diff options
| author | 2024-04-25 14:19:35 -0700 | |
|---|---|---|
| committer | 2024-05-09 06:10:06 +0000 | |
| commit | 678ee6243cb73f0f668d123ac904643d2c02b39d (patch) | |
| tree | 86c3913ff8a5c3043e43004fa32f5f025aeb8cbc /teams/cloud/vagrant.xml | |
| parent | 9e7435cee58527788febd8aa07a9dad943f24296 (diff) | |
| download | kiwi-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 'teams/cloud/vagrant.xml')
| -rw-r--r-- | teams/cloud/vagrant.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/teams/cloud/vagrant.xml b/teams/cloud/vagrant.xml index ebccf93..624f4ef 100644 --- a/teams/cloud/vagrant.xml +++ b/teams/cloud/vagrant.xml @@ -58,7 +58,6 @@ <user password="$1$wYJUgpM5$RXMMeASDc035eX.NbYWFl0" home="/root" name="root" groups="root"/> </users> <packages type="image" patternType="plusRecommended" profiles="VagrantCore"> - <package name="dnf-yum"/> <package name="rsync"/> <package name="fuse-sshfs"/> <package name="gdisk"/> |