Resolves: rhbz#1423727 I don't believe the ppc64le-only valgrind warning

This commit is contained in:
Caolán McNamara 2017-02-17 15:40:25 +00:00
parent 0f17e5400a
commit 9abb332365

View File

@ -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