From 5aa606effe6e7f9418a1a98aacbebdf3bafb950d Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 12 Aug 2016 11:51:57 -0600 Subject: [PATCH] No valgrind on MIPS - Enable valgrind on arm --- netcdf.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/netcdf.spec b/netcdf.spec index b869815..929cb27 100644 --- a/netcdf.spec +++ b/netcdf.spec @@ -1,6 +1,6 @@ Name: netcdf Version: 4.4.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Libraries for the Unidata network Common Data Form Group: Applications/Engineering @@ -19,7 +19,7 @@ BuildRequires: gawk BuildRequires: libcurl-devel BuildRequires: m4 BuildRequires: zlib-devel -%ifnarch s390 s390x %{arm} +%ifnarch s390 s390x %{mips} BuildRequires: valgrind %endif #mpiexec segfaults if ssh is not present @@ -334,6 +334,10 @@ done %changelog +* Fri Aug 12 2016 Michal Toman - 4.4.1-3 +- No valgrind on MIPS +- Enable valgrind on arm + * Thu Jul 7 2016 Orion Poplawski - 4.4.1-2 - Add upstream patch to fix hashmap issue