From d7325bd878922d4c0173d333cc61039a87c8446c Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Thu, 28 Jul 2022 14:42:44 -0700 Subject: [PATCH] exclude packages from extras for certain arches --- extra.cfg | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/extra.cfg b/extra.cfg index 4fd5526..64aa185 100644 --- a/extra.cfg +++ b/extra.cfg @@ -83,9 +83,9 @@ package { } } -# s390x, ppc64le, x86_64 are not considered altarch. s390x does not have +# s390x, ppc64le, x86_64 are never considered altarch. s390x does not have # rpmfusion packages for obvious reasons. elrepo does not exist for -# aarch64 yet, but will. +# aarch64 yet, but will. aarch64 is a blend of altarch and primary. exclude_filter { repo_match: "^extras$" arch { @@ -103,4 +103,9 @@ exclude_filter { glob_match: "rocky-release-altarch" glob_match: "elrepo-release" } + arch { + key: "x86_64" + glob_match: "rocky-release-rpi" + glob_match: "rocky-release-altarch" + } }