X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-oslo%2FAdd-gemspec.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-oslo%2FAdd-gemspec.patch;h=6af8a150f0f1b75cb3c4283256e522fa79bc27ec;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-oslo/Add-gemspec.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-oslo/Add-gemspec.patch new file mode 100644 index 0000000..6af8a15 --- /dev/null +++ b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-oslo/Add-gemspec.patch @@ -0,0 +1,15 @@ +--- /dev/null 2019-10-23 20:19:32.602763995 -0700 ++++ b/puppet-oslo.gemspec 2019-10-28 08:59:29.609410185 -0700 +@@ -0,0 +1,12 @@ ++Gem::Specification.new do |s| ++ s.name = 'puppet-oslo' ++ s.version = '11.3.0' ++ s.date = '2016-08-21' ++ s.summary = "Puppet oslo module" ++ s.description = s.summary ++ s.authors = ["OpenStack Contributors"] ++ s.email = '' ++ s.files = %w(LICENSE README.md Rakefile) + Dir.glob('{lib,spec}/**/*') ++ s.homepage = 'https://github.com/openstack/puppet-oslo.git' ++ s.license = 'Apache 2.0' ++ end