[systemtap/f17] disable publican/fop/java on ppc(64) similar to ARM until we have java-1.7 (RHBZ 804136)

Karsten Hopp karsten at fedoraproject.org
Fri Mar 16 17:42:44 UTC 2012


commit cc320921c70e5480ed66e72a97b43685286c5370
Author: Karsten Hopp <karsten at redhat.com>
Date:   Fri Mar 16 18:42:20 2012 +0100

    disable publican/fop/java on ppc(64) similar to ARM until we have java-1.7 (RHBZ 804136)

 systemtap.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/systemtap.spec b/systemtap.spec
index 89f6b4d..e6db00c 100644
--- a/systemtap.spec
+++ b/systemtap.spec
@@ -11,7 +11,7 @@
 %{!?pie_supported: %global pie_supported 1}
 %{!?with_grapher: %global with_grapher 1}
 %{!?with_boost: %global with_boost 0}
-%ifarch %{arm} # Broken fop/java on ARM.
+%ifarch %{arm} ppc ppc64 # Broken fop/java on ARM.
 %{!?with_publican: %global with_publican 0}
 %else
 %{!?with_publican: %global with_publican 1}
@@ -20,7 +20,7 @@
 
 Name: systemtap
 Version: 1.7
-Release: 4%{?dist}
+Release: 5%{?dist}
 # for version, see also configure.ac
 
 
@@ -607,6 +607,10 @@ exit 0
 # ------------------------------------------------------------------------
 
 %changelog
+* Fri Mar 16 2012 Karsten Hopp <karsten at redhat.com> 1.7-5
+- disable publican/fop/java on ppc(64) similar to ARM until we have java-1.7 
+ (RHBZ 804136)
+
 * Thu Mar 01 2012 Mark Wielaard <mjw at redhat.com> - 1.7-4
 - ARM currently doesn't have publican/fop/java and no prelink.
 


More information about the scm-commits mailing list