[openstack-puppet-modules/icehouse-epel7] Added rubygem-json requirement

Martin Mágr mmagr at fedoraproject.org
Wed May 7 15:32:35 UTC 2014


commit a5f3d873e408510c42d95a89e575c3db40496ba1
Author: Martin Magr <mmagr at redhat.com>
Date:   Wed May 7 16:18:21 2014 +0200

    Added rubygem-json requirement
    
    In some corner-cases rubygem-json is not pulled in with package
    puppet. We need to make sure this rubygem is available because
    it is dependency of some modules.

 openstack-puppet-modules.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-puppet-modules.spec b/openstack-puppet-modules.spec
index bf535a0..66299d4 100644
--- a/openstack-puppet-modules.spec
+++ b/openstack-puppet-modules.spec
@@ -40,7 +40,7 @@
 
 Name:           openstack-puppet-modules
 Version:        2014.1
-Release:        9%{?dist}
+Release:        9.1%{?dist}
 Summary:        Puppet modules used to deploy OpenStack
 License:        ASL 2.0 and GPLv2 and GPLv3
 
@@ -95,7 +95,7 @@ Patch7:     0001-RHEL-should-have-default-provider.patch
 Patch8:     0001-Use-lioadm-as-iscsi-helper-on-RHEL-7.patch
 
 BuildArch:      noarch
-
+Requires:       rubygem-json
 
 %description
 A collection of Puppet modules used to install and configure OpenStack.
@@ -225,6 +225,9 @@ rm -f %{buildroot}/%{_datadir}/openstack-puppet/modules/nova/files/nova-novncpro
 
 
 %changelog
+* Wed May 7 2014 Martin Mágr <mmagr at redhat.com> - 2014.1-9.1
+- Added rubyjem-json requirement
+
 * Wed Apr 30 2014 Martin Mágr <mmagr at redhat.com> - 2014.1-9
 - Synchronized modules with current master branch of redhat-openstack/openstack-puppet-modules
 - Switched puppet-gluster for puppet-openstack-storage


More information about the scm-commits mailing list