X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-stx%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-keystone%2FAdd-gemspec.patch;fp=meta-stx%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-keystone%2FAdd-gemspec.patch;h=5df931b9edb3cb3631b0fc92acb7293b644afbbb;hb=57fdea704bd62af847872c40508f00aa1d7cac60;hp=0000000000000000000000000000000000000000;hpb=f23f21bccfb750b9e30141fd9676515215ffbc4e;p=pti%2Frtp.git diff --git a/meta-stx/recipes-support/puppet/files/puppet-keystone/Add-gemspec.patch b/meta-stx/recipes-support/puppet/files/puppet-keystone/Add-gemspec.patch new file mode 100644 index 0000000..5df931b --- /dev/null +++ b/meta-stx/recipes-support/puppet/files/puppet-keystone/Add-gemspec.patch @@ -0,0 +1,15 @@ +--- /dev/null 2019-10-23 20:19:32.602763995 -0700 ++++ b/puppet-keystone.gemspec 2019-10-28 15:09:10.705761083 -0700 +@@ -0,0 +1,12 @@ ++Gem::Specification.new do |s| ++ s.name = 'puppet-keystone' ++ s.version = '11.3.0' ++ s.date = '2017-08-21' ++ s.summary = "Puppet module for OpenStack Keystone." ++ s.description = s.summary ++ s.authors = ["Puppet Labs and OpenStack Contributors"] ++ s.email = '' ++ s.files = %w(LICENSE) + Dir.glob('{lib,spec}/**/*') ++ s.homepage = 'https://launchpad.net/puppet-keystone' ++ s.license = 'Apache 2.0' ++ end