From beff5c345dbd6df590bd578eea680b19888bf02a Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: May 06 2021 20:39:53 +0000 Subject: Set disttag for Hyperscale configs --- diff --git a/mock/centos-stream-hyperscale-8-x86_64.cfg b/mock/centos-stream-hyperscale-8-x86_64.cfg index ff7b386..46936d9 100644 --- a/mock/centos-stream-hyperscale-8-x86_64.cfg +++ b/mock/centos-stream-hyperscale-8-x86_64.cfg @@ -6,6 +6,8 @@ config_opts['legal_host_arches'] = ('x86_64',) config_opts['chroot_setup_cmd'] += " centos-release-hyperscale" +config_opts['macros']['%dist'] = ".hs.el8" + config_opts['dnf.conf'] += """ [Stream-hyperscale] diff --git a/mock/centos-stream-hyperscale-experimental-8-x86_64.cfg b/mock/centos-stream-hyperscale-experimental-8-x86_64.cfg index 7eee726..3e0736b 100644 --- a/mock/centos-stream-hyperscale-experimental-8-x86_64.cfg +++ b/mock/centos-stream-hyperscale-experimental-8-x86_64.cfg @@ -6,6 +6,8 @@ config_opts['legal_host_arches'] = ('x86_64',) config_opts['chroot_setup_cmd'] += " centos-release-hyperscale-experimental" +config_opts['macros']['%dist'] = ".hsx.el8" + config_opts['dnf.conf'] += """ [Stream-hyperscale-experimental]