From c225b74c1f27743276562a4752fe936ca11cc53b Mon Sep 17 00:00:00 2001 From: Carl George Date: Apr 12 2021 19:10:46 +0000 Subject: Filter all centos-release-hyperscale packages from non-x86_64 arches The SIG added a centos-release-hyperscale-experimental subpackage that was leaking into other arches. --- diff --git a/extras.conf b/extras.conf index d4027aa..3e2303e 100644 --- a/extras.conf +++ b/extras.conf @@ -27,11 +27,11 @@ filter_packages = [ ('^extras$', { 'aarch64': [ # Hyperscale SIG is x86_64 only. - 'centos-release-hyperscale' + 'centos-release-hyperscale*' ], 'ppc64le': [ # Hyperscale SIG is x86_64 only. - 'centos-release-hyperscale' + 'centos-release-hyperscale*' ], }), ]