Properly check valgrind arches

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-03-01 10:24:46 +02:00
parent 6e2a4fa2cf
commit 78177ba5d3
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 5 additions and 2 deletions

View File

@ -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 <davidlt@rivosinc.com> - 3.20.10-3.0.riscv64
- Properly check valgrind arches
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild