From f59d43b101e4b134ec3129f9ba89b915cc5169ed Mon Sep 17 00:00:00 2001 From: Carl George Date: Jun 17 2020 22:52:14 +0000 Subject: Allow building on armhfp on CentOS --- diff --git a/SPECS/pacemaker.spec b/SPECS/pacemaker.spec index 5c8b62a..457d58f 100644 --- a/SPECS/pacemaker.spec +++ b/SPECS/pacemaker.spec @@ -295,7 +295,11 @@ Requires: psmisc %endif %{?systemd_requires} +%if %{defined centos} +ExclusiveArch: aarch64 i686 ppc64le s390x x86_64 %{arm} +%else ExclusiveArch: aarch64 i686 ppc64le s390x x86_64 +%endif Requires: %{python_path} BuildRequires: %{python_name}-devel