meta-stx: re-name and re-org to align with upstream
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-certmonger / Add-gemspec.patch
diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-certmonger/Add-gemspec.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-certmonger/Add-gemspec.patch
new file mode 100644 (file)
index 0000000..b8fdce4
--- /dev/null
@@ -0,0 +1,15 @@
+--- /dev/null  2019-10-23 20:19:32.602763995 -0700
++++ b/puppet-certmonger.gemspec        2019-10-28 07:51:11.303843437 -0700
+@@ -0,0 +1,12 @@
++Gem::Specification.new do |s|
++  s.name        = 'puppet-certmonger'
++  s.version     = '1.1.1'
++  s.date        = '2016-10-10'
++  s.summary     = "Puppet certmonger module"
++  s.description = s.summary
++  s.authors     = ["Puppet saz "]
++  s.email       = ''
++  s.files       = %w(LICENSE README.md Rakefile) + Dir.glob('{lib,spec}/**/*')
++  s.homepage    = 'https://github.com/earsdown/puppet-certmonger'
++  s.license     = 'Apache 2.0'
++ end