From 1b29836c467b345c7460004bbe14c961d83eb444 Mon Sep 17 00:00:00 2001 From: Alfredo Moralejo Date: Wed, 4 Dec 2019 16:59:26 +0000 Subject: [PATCH] Add rubygem-multi_json as dependency It's dependency upstream and without it fail to build modules in some cases, depending on the structure of metadata.json. [1] https://github.com/puppetlabs/puppet/blob/5.5.x/.gemspec#L41 [2] https://github.com/puppetlabs/puppet/blob/5.5.x/lib/puppet/util/json.rb#L18 --- puppet.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/puppet.spec b/puppet.spec index 484fc11..e603700 100644 --- a/puppet.spec +++ b/puppet.spec @@ -31,7 +31,7 @@ Name: puppet Version: 5.5.10 -Release: 8%{?dist} +Release: 9%{?dist} Summary: A network tool for managing many disparate systems License: ASL 2.0 URL: http://puppetlabs.com @@ -104,6 +104,7 @@ Requires: ruby(shadow) Requires: rubygem(json) Requires: rubygem(pathspec) Requires: rubygem(rgen) +Requires: rubygem(multi_json) # Prevents jruby from being pulled in by dependencies (BZ #985208) Requires: ruby # Pull in ruby selinux bindings where available @@ -389,6 +390,9 @@ fi exit 0 %changelog +* Wed Dec 04 2019 Alfrdo Moralejo - 5.5.10-9 +- Add rubygem-multi_json as dependency. + * Sun Sep 22 2019 Terje Rosten - 5.5.10-8 - Prefer /run over /var/run (rhbz#1710635)