From 39935ff19bf4d2733c92596797461a8f9bf9bd5f Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 12 Aug 2016 09:29:23 -0600 Subject: [PATCH] No valgrind on MIPS --- libdap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libdap.spec b/libdap.spec index 4f05937..13213f3 100644 --- a/libdap.spec +++ b/libdap.spec @@ -1,7 +1,7 @@ Name: libdap Summary: The C++ DAP2 library from OPeNDAP Version: 3.17.2 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -22,7 +22,7 @@ BuildRequires: libuuid-devel BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pkgconfig -%ifnarch s390 +%ifnarch s390 %{mips} BuildRequires: valgrind %endif @@ -131,6 +131,9 @@ make check %changelog +* Thu Aug 11 2016 Michal Toman - 3.17.2-2 +- No valgrind on MIPS + * Fri Apr 15 2016 Than Ngo - 3.17.2-1 - update to 3.17.2