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

Sam Kottler skottler at fedoraproject.org
Mon Jan 27 10:43:25 UTC 2014


commit 1e9ae12aaf87f91ef33e4c0b87105324a2b108e9
Author: Sam Kottler <shk at redhat.com>
Date:   Mon Jan 27 11:42:21 2014 +0100

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

 hiera.spec |    4 ++--
 1 files 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


More information about the scm-commits mailing list