From 6d50db17ba4c2ebe5eca6b0920e221408bccc61a Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 15 Nov 2022 09:06:08 +0200 Subject: [PATCH] Properly check valgrind arches Signed-off-by: David Abdurachmanov --- pypy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypy.spec b/pypy.spec index 1eb8855..e56bf8c 100644 --- a/pypy.spec +++ b/pypy.spec @@ -228,7 +228,7 @@ BuildRequires: chrpath BuildRequires: python-rpm-macros -%ifnarch s390 +%ifarch %{valgrind_arches} BuildRequires: valgrind-devel %endif