From 78177ba5d33e65d53a6646dc002e94753448dda2 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 1 Mar 2023 10:24:46 +0200 Subject: [PATCH] Properly check 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 a1e0cd0..10e5efd 100644 --- a/libdap.spec +++ b/libdap.spec @@ -1,7 +1,7 @@ Name: libdap Summary: The C++ DAP2 library from OPeNDAP Version: 3.20.10 -Release: 3%{?dist} +Release: 3.0.riscv64%{?dist} License: LGPL-2.1-or-later URL: http://www.opendap.org/ @@ -29,7 +29,7 @@ BuildRequires: libuuid-devel BuildRequires: libxml2-devel BuildRequires: openssl-devel BuildRequires: pkgconfig -%ifnarch s390 %{mips} +%ifarch %{valgrind_arches} BuildRequires: valgrind %endif @@ -134,6 +134,9 @@ make check || : %changelog +* Wed Mar 01 2023 David Abdurachmanov - 3.20.10-3.0.riscv64 +- Properly check valgrind arches + * Thu Jan 19 2023 Fedora Release Engineering - 3.20.10-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild