Merge "yum-minimal: install fedora-release-cloud"

This commit is contained in:
Zuul 2019-08-30 04:24:00 +00:00 committed by Gerrit Code Review
commit 064f93acd8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function _install_repos {
packages="basesystem filesystem setup "
if [[ ${DISTRO_NAME} = fedora && ${DIB_RELEASE} -gt 29 ]]; then
packages+="${DISTRO_NAME}-release-common "
packages+="fedora-release-cloud fedora-release-common "
else
packages+="${DISTRO_NAME}-release "
fi