From bcd60251f30b5a4a61daff182d6265b6d74463bd Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: May 24 2019 18:36:13 +0000 Subject: Fix build on armhfp --- diff --git a/SPECS/pcs.spec b/SPECS/pcs.spec index 62fa301..c7928fd 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 @@ -462,6 +462,9 @@ run_all_tests %license pyagentx_LICENSE.txt %changelog +* Thu May 23 2019 Pablo Greco - 0.10.1-4 +- Fix build on armhfp + * Wed Jan 30 2019 Ivan Devat - 0.10.1-4 - Fixed crash when using unsupported options in commands `pcs status` and `pcs config` - Resolves: rhbz#1668422