[puppetlabs-stdlib] Make sure metadata.json gets installed correctly for Puppet to actually recognize the module release

averi averi at fedoraproject.org
Wed Feb 4 18:03:36 UTC 2015


commit 4297d2198e5b41416a001a60e08b572d85e18a06
Author: Andrea Veri <av at gnome.org>
Date:   Wed Feb 4 19:03:08 2015 +0100

    Make sure metadata.json gets installed correctly for Puppet to actually recognize the module release version.

 puppetlabs-stdlib.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/puppetlabs-stdlib.spec b/puppetlabs-stdlib.spec
index 9c6e5f3..323f65b 100644
--- a/puppetlabs-stdlib.spec
+++ b/puppetlabs-stdlib.spec
@@ -3,7 +3,7 @@
 
 Name:		puppetlabs-stdlib
 Version:	4.5.1
-Release:	1.20150121git%{shortcommit}%{?dist}
+Release:	2.20150121git%{shortcommit}%{?dist}
 Summary:	Puppet Labs Standard Library
 License:	ASL 2.0
 URL:		https://github.com/puppetlabs/puppetlabs-stdlib
@@ -34,6 +34,10 @@ cp -p metadata.json %{buildroot}/%{_datadir}/puppet/modules/stdlib/
 %{_datadir}/puppet/modules/stdlib
 
 %changelog
+* Wed Feb 04 2015 Andrea Veri <averi at fedoraproject.org> - 4.5.1-2.20150121git7a91f20
+- Make sure metadata.json gets installed correctly for Puppet to actually
+  recognize the module release version.
+
 * Wed Jan 21 2015 Andrea Veri <averi at fedoraproject.org> - 4.5.1-1.20150121git7a91f20
 - New upstream release. (Fixes CVE-2015-1029, Red Hat's BZ #1182578)
 


More information about the scm-commits mailing list