From 03b8bdcb217794ed1b9619be14e802fb73cbe3a9 Mon Sep 17 00:00:00 2001 From: Philip Kovacs Date: Thu, 6 Aug 2020 15:55:44 -0400 Subject: [PATCH] Restore armv7hl without post-build checks --- pmix.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pmix.spec b/pmix.spec index 83ed666..87ee2f3 100644 --- a/pmix.spec +++ b/pmix.spec @@ -1,6 +1,6 @@ Name: pmix Version: 3.1.5 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Process Management Interface Exascale (PMIx) License: BSD URL: https://pmix.org/ @@ -16,8 +16,6 @@ BuildRequires: libtool BuildRequires: munge-devel BuildRequires: perl-interpreter -ExcludeArch: armv7hl - %description The Process Management Interface (PMI) has been used for quite some time as a means of exchanging wireup information needed for interprocess @@ -91,7 +89,9 @@ find src -name \*.l -print -exec touch --no-create {} \; %make_build %check +%ifnarch armv7hl %make_build check +%endif %install %make_install @@ -133,6 +133,9 @@ find %{buildroot} -name '*.la' | xargs rm -f %{_bindir}/* %changelog +* Thu Aug 6 2020 Philip Kovacs - 3.1.5-5 +- Restore armv7hl without post-build checks + * Tue Aug 4 2020 Philip Kovacs - 3.1.5-4 - Exclude armv7hl