[systemtap] No crash on arm architecture

William Eden Cohen wcohen at fedoraproject.org
Tue Jul 12 03:22:41 UTC 2011


commit 8ae282f493417b9a6822f174c25555ac8c21b7ee
Author: William Cohen <wcohen at redhat.com>
Date:   Mon Jul 11 23:21:15 2011 -0400

    No crash on arm architecture

 systemtap.spec |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/systemtap.spec b/systemtap.spec
index b230f6f..5ad2314 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: 5%{?dist}
+Release: 6%{?dist}
 # for version, see also configure.ac
 Summary: Instrumentation System
 Group: Development/System
@@ -504,9 +504,8 @@ exit 0
 
 
 %changelog
-* Thu Jun 23 2011 Stan Cox <scox at redhat.com> - 1.5-5
-- PR 12927
-- Remove explicit 'Requires python' dependency
+* Mon Jul 11 2011 William Cohen <wcohen at redhat.com> - 1.5-6
+- there is no crash available on arm arches
 
 * Fri Jun 10 2011 Stan Cox <scox at redhat.com> - 1.5-4
 - PR 12899


More information about the scm-commits mailing list