rhel5/ppc doesn't have systemtap, and we don't care about ppc
This commit is contained in:
parent
00c4d51b9b
commit
fb91b7d802
@ -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} )
|
||||
|
Loading…
Reference in New Issue
Block a user