From 58e329ec7963ebd8bb9e60632ed11a8ee7dd6fb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 15 Aug 2012 23:14:29 +0200 Subject: [PATCH] dyninst not available on s390(x) and arm --- systemtap.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/systemtap.spec b/systemtap.spec index e2cc746..510db79 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -17,11 +17,15 @@ %{!?with_publican: %global with_publican 1} %endif %{!?publican_brand: %global publican_brand fedora} +%ifnarch s390 s390x %{arm} %{!?with_dyninst: %global with_dyninst 0%{?fedora} >= 18} +%else +%global with_dyninst 0 +%endif Name: systemtap Version: 2.0 -Release: 0.1.git10c737f%{?dist} +Release: 0.2.git10c737f%{?dist} # for version, see also configure.ac @@ -597,6 +601,9 @@ exit 0 # ------------------------------------------------------------------------ %changelog +* Wed Aug 15 2012 Dan HorĂ¡k 2.0-0.2.git10c737f +- dyninst not available on s390(x) and arm + * Tue Aug 07 2012 Josh Stone 2.0-0.1.git10c737f - Update to a snapshot of the upcoming 2.0 release.