From 00cf29697d99db5332e433643d906c4d138eed72 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: May 24 2019 18:37:53 +0000 Subject: Fix build on armhfp --- diff --git a/SPECS/pcs.spec b/SPECS/pcs.spec index 26faff4..5a99bb4 100644 --- a/SPECS/pcs.spec +++ b/SPECS/pcs.spec @@ -10,7 +10,7 @@ URL: https://github.com/ClusterLabs/pcs Group: System Environment/Base Summary: Pacemaker Configuration System #building only for architectures with pacemaker and corosync available -ExclusiveArch: i686 x86_64 s390x ppc64le aarch64 +ExclusiveArch: i686 x86_64 s390x ppc64le aarch64 %{arm} %global pcs_snmp_pkg_name pcs-snmp @@ -465,6 +465,9 @@ run_all_tests %license pyagentx_LICENSE.txt %changelog +* Thu May 23 2019 Pablo Greco - 0.10.1-4.el8_0.2 +- Fix build on armhfp + * Mon Apr 8 2019 Ondrej Mular - 0.10.1-4.el8_0.2 - Fixed web UI dashboard data loading - Resolves: rhbz#1690304