From 9abb332365a1c01dc75bd0d8a2cbf961ccf0e32f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 17 Feb 2017 15:40:25 +0000 Subject: [PATCH] Resolves: rhbz#1423727 I don't believe the ppc64le-only valgrind warning --- hyphen.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hyphen.spec b/hyphen.spec index f305c1b..3a8a21c 100644 --- a/hyphen.spec +++ b/hyphen.spec @@ -11,7 +11,8 @@ BuildRequires: perl, patch, autoconf, automake, libtool # s390 lacks valgrind support # no working valgrind built for MIPS yet # tests with valgrind fail on arm -%ifnarch s390 %{arm} %{mips} +# tests with valgrind fail on ppc64le +%ifnarch s390 %{arm} %{mips} ppc64le BuildRequires: valgrind %endif