From 6cbbb1e463c9d41faf3291625c70397dcc61859e Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 5 Jun 2018 19:32:28 +0200 Subject: [PATCH] Switch to use %{valgrind_arches} Signed-off-by: David Abdurachmanov --- libdap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libdap.spec b/libdap.spec index a6c0a45..ffb88af 100644 --- a/libdap.spec +++ b/libdap.spec @@ -1,7 +1,7 @@ Name: libdap Summary: The C++ DAP2 library from OPeNDAP Version: 3.18.3 -Release: 5%{?dist} +Release: 5.0.riscv64%{?dist} License: LGPLv2+ Group: Development/Libraries @@ -22,7 +22,7 @@ BuildRequires: libuuid-devel BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pkgconfig -%ifnarch s390 %{mips} +%ifarch %{valgrind_arches} BuildRequires: valgrind %endif @@ -131,6 +131,9 @@ make check %changelog +* Tue Jun 05 2018 David Abdurachmanov - 3.18.3-5.0.riscv64 +- Switch to use %{valgrind_arches} + * Wed Feb 07 2018 Fedora Release Engineering - 3.18.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild