From ca1cc8130df1dbc1754b557c8afb8d3e219afb12 Mon Sep 17 00:00:00 2001 From: Jason Montleon Date: Sun, 28 Jul 2024 18:09:46 -0400 Subject: [PATCH] Fix valgrind conditional Signed-off-by: Jason Montleon --- pypy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypy.spec b/pypy.spec index a5a535b..f048ba2 100644 --- a/pypy.spec +++ b/pypy.spec @@ -255,7 +255,7 @@ BuildRequires: chrpath BuildRequires: python-rpm-macros -%ifnarch %{valgrind_arches} +%ifarch %{valgrind_arches} BuildRequires: valgrind-devel %endif