Fix Yum repositories and GPG keys for CentOS 8.1

CentOS 8.1 split repositories and GPG keys out into subpackages. This
broke DIB support for CentOS 8.

7e41cef418?branch=c8
26a0d73ced?branch=c8

Change-Id: If3de6efa6074e059dc9fdd47c7bdc19d26d4d7f2
This commit is contained in:
Carlos Goncalves 2020-01-15 19:37:03 +01:00
parent 87e7f7b869
commit ae2be0b464
1 changed files with 5 additions and 0 deletions

View File

@ -89,6 +89,11 @@ function _install_repos {
packages+="fedora-gpg-keys "
fi
# CentOS 8.1 split repositories and GPG keys out into subpackages
if [[ ${DISTRO_NAME} = centos && ${DIB_RELEASE} -ge 8 ]]; then
packages+="centos-repos centos-gpg-keys "
fi
# By default, parent elements (fedora-minimal, centos-minimal)
# have a yum.repos.d directory in the element with a default repo;
# this is copied to TMP_HOOK_PATH by the usual hook-copying