From d0f28235832263cb5a18469957cbbacb9d6cf397 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Thu, 10 May 2018 18:37:48 -0500 Subject: [PATCH] dist/spec: exclusively build on x86_64 to avoid needless builds and OBS bugs. Related to openSUSE/open-build-service#4373 as disabling s390x leaves old binaries in repo-md while publishing new ones :(((((((. --- dist/package/openSUSE-release-tools.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dist/package/openSUSE-release-tools.spec b/dist/package/openSUSE-release-tools.spec index ad272153..88b522be 100644 --- a/dist/package/openSUSE-release-tools.spec +++ b/dist/package/openSUSE-release-tools.spec @@ -84,6 +84,10 @@ plugins, and automation aids. Summary: Development requirements for openSUSE-release-tools Group: Development/Tools/Other BuildArch: noarch +# Avoid needlessly building on s390x and such in various repos. +# Must include noarch for older systems even though it makes no sense due to +# https://bugzilla.redhat.com/show_bug.cgi?id=1298668. +ExclusiveArch: noarch x86_64 Requires: libxml2-tools Requires: python-httpretty Requires: python-mock