From bfcbca87b306e5976eb3186c8ac175169f33cd65 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Sat, 15 Jun 2024 14:23:21 +0200 Subject: [PATCH] configs: allow c10s extras to be non-existing in s390x --- mock-core-configs/etc/mock/templates/centos-stream-10.tpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mock-core-configs/etc/mock/templates/centos-stream-10.tpl b/mock-core-configs/etc/mock/templates/centos-stream-10.tpl index 0bae9f98a..4d80eb7af 100644 --- a/mock-core-configs/etc/mock/templates/centos-stream-10.tpl +++ b/mock-core-configs/etc/mock/templates/centos-stream-10.tpl @@ -72,7 +72,9 @@ metalink=https://mirrors.centos.org/metalink?repo=centos-extras-sig-extras-commo gpgkey=file:///usr/share/distribution-gpg-keys/centos/RPM-GPG-KEY-CentOS-Official-SHA256 gpgcheck=1 enabled=1 -skip_if_unavailable=False +{% if repo_arch == 's390x' %} +skip_if_unavailable=True +{% endif %} [baseos-debuginfo] name=CentOS Stream $releasever - BaseOS - Debug