From ebf1032ee5382593bc0218f124423f4be1dd066f Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Mon, 7 Jul 2014 10:11:05 -0700 Subject: [PATCH] Flip with_dyninst to an %ifarch whitelist --- systemtap.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index 0475ade39..f6dde7037 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -21,7 +21,7 @@ %else %{!?publican_brand: %global publican_brand fedora} %endif -%ifnarch s390 s390x %{arm} aarch64 ppc64le +%ifarch %{ix86} x86_64 ppc ppc64 %{!?with_dyninst: %global with_dyninst 0%{?fedora} >= 18 || 0%{?rhel} >= 7} %else %{!?with_dyninst: %global with_dyninst 0} @@ -1020,6 +1020,9 @@ done # http://sourceware.org/systemtap/wiki/SystemTapReleases %changelog +* Mon Jul 07 2014 Josh Stone +- Flip with_dyninst to an %ifarch whitelist. + * Wed Apr 30 2014 Jonathan Lebon - 2.5-1 - Upstream release. -- 2.43.5