From 7f33b56edcdf7dcee8c6cabe160a063dd5021764 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 4 May 2011 15:11:27 -0500 Subject: [PATCH] there is no crash available on arm arches --- systemtap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/systemtap.spec b/systemtap.spec index 554bc5a..aa7de3a 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,6 +1,6 @@ %{!?with_sqlite: %global with_sqlite 1} %{!?with_docs: %global with_docs 1} -%ifarch ppc %{sparc} # crash is not available +%ifarch ppc %{sparc} %{arm}# crash is not available %{!?with_crash: %global with_crash 0} %else %{!?with_crash: %global with_crash 1} @@ -16,7 +16,7 @@ Name: systemtap Version: 1.4 -Release: 5%{?dist} +Release: 6%{?dist} # for version, see also configure.ac Summary: Instrumentation System Group: Development/System @@ -521,6 +521,9 @@ exit 0 %changelog +* Wed May 04 2011 Dennis Gilmore - 1.4-6 +- no crash on arm + * Sun Feb 13 2011 Dennis Gilmore - 1.4-5 - no crash on sparc