From 3f1a64ad1569ed3c84928e91fcc7f021c26ac30f Mon Sep 17 00:00:00 2001 From: Lokesh Mandvekar Date: Thu, 13 Apr 2023 10:02:34 -0400 Subject: [PATCH] include centos conditional for copr rhcontainerbot/qm Signed-off-by: Lokesh Mandvekar --- catatonit.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/catatonit.spec b/catatonit.spec index d72669e..a3365a4 100644 --- a/catatonit.spec +++ b/catatonit.spec @@ -7,7 +7,11 @@ Version: %{gen_version} Summary: A signal-forwarding process manager for containers License: GPL-3.0-or-later Release: %autorelease +%if 0%{?fedora} ExclusiveArch: %{golang_arches_future} +%else +ExclusiveArch: aarch64 ppc64le s390x x86_64 +%endif URL: https://github.com/openSUSE/%{name} # Tarball fetched from upstream Source0: %{url}/archive/%{built_tag}.tar.gz