rhel5/ppc doesn't have systemtap, and we don't care about ppc

This commit is contained in:
Kaleb S. KEITHLEY 2013-07-17 21:03:22 -04:00
parent 00c4d51b9b
commit fb91b7d802

View File

@ -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} )