meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-oslo / Add-gemspec.patch
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 (file)
index 0000000..6af8a15
--- /dev/null
@@ -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