From ab52cf7b640d6f3a895d7ab7c3f6c5c198a67f12 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Aug 05 2018 12:21:58 +0000 Subject: Use the %{valgrind_arches} macro instead of hardcoding unsupported arches --- diff --git a/python34.spec b/python34.spec index 28550fb..8544c78 100644 --- a/python34.spec +++ b/python34.spec @@ -57,7 +57,7 @@ %global with_systemtap 1 # some arches don't have valgrind so we need to disable its support on them -%ifnarch s390 +%ifarch %{valgrind_arches} %global with_valgrind 1 %else %global with_valgrind 0