From 1416480431c1a63f3d443c2f400492039bba7cb7 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: May 10 2021 18:27:18 +0000 Subject: Add %centos_hs macro to Hyperscale build environments Reference: https://pagure.io/centos-infra/issue/321 --- diff --git a/mock/centos-stream-hyperscale-8-x86_64.cfg b/mock/centos-stream-hyperscale-8-x86_64.cfg index 46936d9..6f9e8eb 100644 --- a/mock/centos-stream-hyperscale-8-x86_64.cfg +++ b/mock/centos-stream-hyperscale-8-x86_64.cfg @@ -7,6 +7,7 @@ config_opts['legal_host_arches'] = ('x86_64',) config_opts['chroot_setup_cmd'] += " centos-release-hyperscale" config_opts['macros']['%dist'] = ".hs.el8" +config_opts['macros']['%centos_hs'] = "1" config_opts['dnf.conf'] += """ diff --git a/mock/centos-stream-hyperscale-experimental-8-x86_64.cfg b/mock/centos-stream-hyperscale-experimental-8-x86_64.cfg index 3e0736b..6d62399 100644 --- a/mock/centos-stream-hyperscale-experimental-8-x86_64.cfg +++ b/mock/centos-stream-hyperscale-experimental-8-x86_64.cfg @@ -7,6 +7,7 @@ config_opts['legal_host_arches'] = ('x86_64',) config_opts['chroot_setup_cmd'] += " centos-release-hyperscale-experimental" config_opts['macros']['%dist'] = ".hsx.el8" +config_opts['macros']['%centos_hs'] = "1" config_opts['dnf.conf'] += """