Disable check on EL7 for now since the deps aren't available yet

epel9
Sam Kottler 11 years ago
parent fce0298b45
commit 1e9ae12aaf

@ -1,9 +1,9 @@
%if 0%{?el5}%{?el6}%{?fc16} %if 0%{?el5}%{?el6}
%{!?ruby_vendorlibdir: %global ruby_vendorlibdir /usr/lib/ruby/site_ruby/1.8} %{!?ruby_vendorlibdir: %global ruby_vendorlibdir /usr/lib/ruby/site_ruby/1.8}
%endif %endif
#rspec seems broken(?) in epel5 and6, todo. #rspec seems broken(?) in epel5 and6, todo.
%if 0%{?el5}%{?el6} %if 0%{?el5}%{?el6} || 0%{?rhel} >= 7
%global with_checks 0 %global with_checks 0
%else %else
%global with_checks 1 %global with_checks 1

Loading…
Cancel
Save