diff --git a/roles/copr/backend/files/provision/files/mock/epel-7-ppc64le.cfg b/roles/copr/backend/files/provision/files/mock/epel-7-ppc64le.cfg index e10aee8f54..fe64c93050 100644 --- a/roles/copr/backend/files/provision/files/mock/epel-7-ppc64le.cfg +++ b/roles/copr/backend/files/provision/files/mock/epel-7-ppc64le.cfg @@ -1,9 +1,9 @@ -include('templates/centos-7.tpl') +include('templates/rhel-7.tpl') include('templates/epel-7.tpl') config_opts["use_bootstrap_image"] = False -config_opts['root'] = 'centos+epel-7-ppc64le' -config_opts['description'] = 'CentOS 7 + EPEL' +config_opts['root'] = 'rhel+epel-7-ppc64le' +config_opts['description'] = 'RHEL 7 + EPEL' config_opts['target_arch'] = 'ppc64le' config_opts['legal_host_arches'] = ('ppc64le',) diff --git a/roles/copr/backend/files/provision/files/mock/epel-7-x86_64.cfg b/roles/copr/backend/files/provision/files/mock/epel-7-x86_64.cfg new file mode 100644 index 0000000000..58aab42cdf --- /dev/null +++ b/roles/copr/backend/files/provision/files/mock/epel-7-x86_64.cfg @@ -0,0 +1,7 @@ +include('templates/rhel-7.tpl') +include('templates/epel-7.tpl') + +config_opts['root'] = 'rhel+epel-7-x86_64' +config_opts['description'] = 'RHEL 7 + EPEL' +config_opts['target_arch'] = 'x86_64' +config_opts['legal_host_arches'] = ('x86_64',)