[systemtap] Disable crash for ppc

fche fche at fedoraproject.org
Mon Jan 17 12:24:02 UTC 2011


commit ca3ac1bd774214cc60c73d3148024030af3eae2c
Author: Josh Stone <jistone at fedoraproject.org>
Date:   Wed Jul 21 23:30:08 2010 +0000

    Disable crash for ppc

 systemtap.spec |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/systemtap.spec b/systemtap.spec
index 5b6ea1f..94ed6ba 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -1,6 +1,10 @@
 %{!?with_sqlite: %global with_sqlite 1}
 %{!?with_docs: %global with_docs 1}
+%ifarch ppc # crash is not available
+%{!?with_crash: %global with_crash 0}
+%else
 %{!?with_crash: %global with_crash 1}
+%endif
 %{!?with_rpm: %global with_rpm 1}
 %{!?with_bundled_elfutils: %global with_bundled_elfutils 0}
 %{!?elfutils_version: %global elfutils_version 0.127}
@@ -510,6 +514,9 @@ exit 0
 
 
 %changelog
+* Wed Jul 21 2010 Josh Stone <jistone at redhat.com> - 1.3-2
+- Disable crash on ppc.
+
 * Wed Jul 21 2010 Josh Stone <jistone at redhat.com> - 1.3-1
 - Upstream release.
 


More information about the scm-commits mailing list