From 4ea0680e7d32926ced39fed23aba0729a552fd24 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sat, 28 Apr 2018 14:34:34 +0200 Subject: [PATCH] Disable valgrind for riscv64 (not available upstream) Signed-off-by: David Abdurachmanov --- jq.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/jq.spec b/jq.spec index 11d04e4..5fb3d5a 100644 --- a/jq.spec +++ b/jq.spec @@ -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 - 1.5-12.0.riscv64 +- Disable valgrind for riscv64 (not available upstream) + * Sun Apr 01 2018 Mamoru TASAKA - 1.5-12 - Rebuild against oniguruma 6.8.1