Properly check valgrind arches

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

View File

@ -1,7 +1,7 @@
%global oqs_version 0.9.0
Name: liboqs
Version: %{oqs_version}
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
Summary: liboqs is an open source C library for quantum-safe cryptographic algorithms.
#liboqs uses MIT license by itself but includes several files licensed under different terms.
@ -25,7 +25,9 @@ BuildRequires: xsltproc
#BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: python3-yaml
%ifarch %{valgrind_arches}
BuildRequires: valgrind
%endif
%description
liboqs provides:
@ -97,6 +99,9 @@ done
#%doc %%{_datadir}/doc/oqs/xml/*
%changelog
* Mon Jan 08 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0.9.0-2.0.riscv64
- Properly check valgrind arches
* Mon Oct 30 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 0.9.0-2
- Skip code style tests