Properly check valgrind arches

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2024-01-08 11:24:45 +02:00
parent 8a6830d9f8
commit bb67860ff2
Signed by: davidlt
GPG Key ID: 7A5F42FAF91FACC3
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Name: %{basen}
Version: 1.12.0
Release: 4%{?dist}
Release: 4.0.riscv64%{?dist}
# The entire source code is MIT except xxHash-0.6.5/ which is BSD
License: MIT and BSD
Source0: https://fc-solve.shlomifish.org/downloads/fc-solve/%{basen}-%{version}.tar.xz
@ -41,7 +41,9 @@ BuildRequires: perl(warnings)
BuildRequires: perl-devel
BuildRequires: python3
BuildRequires: rinutils-devel
%ifarch %{valgrind_arches}
BuildRequires: valgrind
%endif
BuildRequires: xxhash-devel
%description
@ -113,6 +115,9 @@ perl "$src"/run-tests.pl
%__rm -f %{buildroot}/%{_libdir}/*.a
%changelog
* Mon Jan 08 2024 David Abdurachmanov <davidlt@rivosinc.com> - 1.12.0-4.0.riscv64
- Properly check valgrind arches
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild