From fb91b7d80252e38db007b36dd1bfa22c44078672 Mon Sep 17 00:00:00 2001 From: "Kaleb S. KEITHLEY" Date: Wed, 17 Jul 2013 21:03:22 -0400 Subject: [PATCH] rhel5/ppc doesn't have systemtap, and we don't care about ppc --- glusterfs.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/glusterfs.spec b/glusterfs.spec index d301f78..798a478 100644 --- a/glusterfs.spec +++ b/glusterfs.spec @@ -35,6 +35,10 @@ # rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@tar.gz --without ufo %{?_without_ufo:%global _without_ufo true} +%if ( 0%{?rhel} && 0%{?rhel} < 6 ) +ExcludeArch: ppc +%endif + %if ( 0%{?fedora} ) || ( 0%{?rhel} && 0%{?rhel} >= 6 ) %global SWIFTVER 1.8.0 %if ( 0%{_for_fedora_koji_builds} )