Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppetlabs-mysql / Add-gemspec.patch
1 --- /dev/null   2019-10-28 19:50:04.372284581 -0700
2 +++ b/puppetlabs-mysql.gemspec  2019-10-31 11:20:18.066704740 -0700
3 @@ -0,0 +1,12 @@
4 +Gem::Specification.new do |s|
5 +  s.name        = 'puppetlabs-mysql'
6 +  s.version     = '3.11.0'
7 +  s.date        = '2019-09-24'
8 +  s.summary     = "Installs, configures, and manages the MySQL service."
9 +  s.description = s.summary
10 +  s.authors     = ["Puppet Labs"]
11 +  s.email       = ''
12 +  s.files       = %w(LICENSE README.md Rakefile) + Dir.glob('{lib,spec}/**/*')
13 +  s.homepage    = 'https://github.com/puppetlabs/puppetlabs-mysql'
14 +  s.license     = 'Apache 2.0'
15 + end