From c3f38a927f8d158d2be3cf3d524863e5f8d2051c Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 17 Oct 2016 13:55:05 +0100 Subject: [PATCH] No valgrind on riscv64. (No bump or rebuild is required for this change) --- libseccomp.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libseccomp.spec b/libseccomp.spec index af580e9..b010372 100644 --- a/libseccomp.spec +++ b/libseccomp.spec @@ -7,7 +7,7 @@ License: LGPLv2 Group: System Environment/Libraries Source: https://github.com/seccomp/libseccomp/releases/download/v%{version}/%{name}-%{version}.tar.gz URL: https://github.com/seccomp/libseccomp -%ifnarch s390 +%ifnarch riscv64 s390 BuildRequires: valgrind %endif