From 1e9ae12aaf87f91ef33e4c0b87105324a2b108e9 Mon Sep 17 00:00:00 2001 From: Sam Kottler Date: Mon, 27 Jan 2014 11:42:21 +0100 Subject: [PATCH] Disable check on EL7 for now since the deps aren't available yet --- hiera.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hiera.spec b/hiera.spec index c894961..15c3785 100644 --- a/hiera.spec +++ b/hiera.spec @@ -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} %endif #rspec seems broken(?) in epel5 and6, todo. -%if 0%{?el5}%{?el6} +%if 0%{?el5}%{?el6} || 0%{?rhel} >= 7 %global with_checks 0 %else %global with_checks 1