rpms/systemtap/F-12 systemtap.spec,1.59,1.60

Josh Stone jistone at fedoraproject.org
Wed Jul 21 23:30:08 UTC 2010


Author: jistone

Update of /cvs/pkgs/rpms/systemtap/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6778

Modified Files:
	systemtap.spec 
Log Message:
Disable crash for ppc




Index: systemtap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/systemtap/F-12/systemtap.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- systemtap.spec	21 Jul 2010 22:47:12 -0000	1.59
+++ systemtap.spec	21 Jul 2010 23:30:08 -0000	1.60
@@ -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}
@@ -12,7 +16,7 @@
 
 Name: systemtap
 Version: 1.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 # for version, see also configure.ac
 Summary: Instrumentation System
 Group: Development/System
@@ -507,6 +511,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