Disable valgrind for riscv64 (not available upstream)

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-04-28 14:34:34 +02:00
parent 2b3e078cd8
commit 4ea0680e7d
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: jq
Version: 1.5
Release: 12%{?dist}
Release: 12.0.riscv64%{?dist}
Summary: Command-line JSON processor
License: MIT and ASL 2.0 and CC-BY and GPLv3
@ -12,7 +12,7 @@ BuildRequires: flex
BuildRequires: bison
BuildRequires: oniguruma-devel
%ifnarch s390
%ifnarch s390 riscv64
BuildRequires: valgrind
%endif
@ -90,6 +90,9 @@ make check
%changelog
* Sat Apr 28 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 1.5-12.0.riscv64
- Disable valgrind for riscv64 (not available upstream)
* Sun Apr 01 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.5-12
- Rebuild against oniguruma 6.8.1