[systemtap/f13] Correct the exclusion of crash-devel for arm.

William Eden Cohen wcohen at fedoraproject.org
Fri Jul 15 15:33:40 UTC 2011


commit 1c152d2d2f1af5d1aac059f557824ed0d7f81b83
Author: William Cohen <wcohen at redhat.com>
Date:   Fri Jul 15 11:29:15 2011 -0400

    Correct the exclusion of crash-devel for arm.

 systemtap.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/systemtap.spec b/systemtap.spec
index b3af13a..ca462ef 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -1,6 +1,6 @@
 %{!?with_sqlite: %global with_sqlite 1}
 %{!?with_docs: %global with_docs 0}
-%ifarch ppc %{sparc} %{arm}# 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.5
-Release: 1%{?dist}
+Release: 6%{?dist}
 # for version, see also configure.ac
 Summary: Instrumentation System
 Group: Development/System
@@ -498,6 +498,9 @@ exit 0
 
 
 %changelog
+* Mon Jul 11 2011 William Cohen <wcohen at redhat.com> - 1.5-6
+- there is no crash available on arm arches
+
 * Mon May 23 2011 Stan Cox <scox at redhat.com> - 1.5-1
 - Upstream release.
 


More information about the scm-commits mailing list