From f3804c58fa097973d5a20ebc8b9940b00b5ae16b Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: May 20 2019 15:59:59 +0000 Subject: Allow building in armhfp --- diff --git a/SPECS/pacemaker.spec b/SPECS/pacemaker.spec index 51320b8..0766f89 100644 --- a/SPECS/pacemaker.spec +++ b/SPECS/pacemaker.spec @@ -226,7 +226,7 @@ Requires: psmisc %endif %{?systemd_requires} -ExclusiveArch: aarch64 i686 ppc64le s390x x86_64 +ExclusiveArch: aarch64 i686 ppc64le s390x x86_64 %{arm} Requires: %{python_path} BuildRequires: %{python_name}-devel @@ -880,6 +880,9 @@ exit 0 %license %{nagios_name}-%{nagios_hash}/COPYING %changelog +* Mon May 20 2019 Pablo Greco - 2.0.1-4 +- Allow building in armhfp + * Tue Jan 29 2019 Ken Gaillot - 2.0.1-4 - Remove duplicate fence history state listing in crm_mon XML output - Resolves: rhbz#1667191