[hiera] New version 1.3.1

stevetraylen stevetraylen at fedoraproject.org
Thu Feb 13 16:32:33 UTC 2014


commit 27bf53b0af73dd76a4f010f3b7bd9293630700ba
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Thu Feb 13 16:32:39 2014 +0000

    New version 1.3.1

 .gitignore |    1 +
 hiera.spec |    7 ++++---
 sources    |    2 +-
 3 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a61ecb..212cfaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /hiera-1.0.0rc3.tar.gz
 /hiera-1.0.0.tar.gz
 /hiera-1.2.1.tar.gz
+/hiera-1.3.1.tar.gz
diff --git a/hiera.spec b/hiera.spec
index 6d90c93..182566e 100644
--- a/hiera.spec
+++ b/hiera.spec
@@ -3,7 +3,8 @@
 %endif
 
 #rspec seems broken(?) in epel5 and6, todo.
-%if 0%{?el5}%{?el6} || 0%{?rhel} >= 7
+#rubygem(mocha) not available yet on el7.
+%if 0%{?el5}%{?el6}%{?el7}
 %global with_checks 0
 %else
 %global with_checks 1
@@ -11,7 +12,7 @@
 
 Name:           hiera
 Version:        1.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A simple hierarchical database supporting plugin data sources
 
 Group:          System Environment/Base
@@ -70,7 +71,7 @@ rm -rf %{buildroot}
 
 
 %changelog
-* Wed Feb 13 2014 Steve Traylen <steve.traylen at cern.ch> - 1.3.1-1
+* Thu Feb 13 2014 Steve Traylen <steve.traylen at cern.ch> - 1.3.1-2
 - New version 1.3.1
 
 * Mon Sep 16 2013 Steve Traylen <steve.traylen at cern.ch> - 1.2.1-1
diff --git a/sources b/sources
index eb801f7..4f5a187 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3c8f60fab2a4a023fba8d3494b13a57d  hiera-1.2.1.tar.gz
+1c6b306d9d0dafdb7a0b151b56ce7029  hiera-1.3.1.tar.gz


More information about the scm-commits mailing list