meta-starlingx: remove the upstream layer
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / puppet / files / puppet-etcd / Add-gemspec.patch
diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-etcd/Add-gemspec.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-etcd/Add-gemspec.patch
deleted file mode 100644 (file)
index 91b4982..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
---- /dev/null  2019-10-23 20:19:32.602763995 -0700
-+++ b/puppet-etcd.gemspec      2019-10-28 10:02:42.678631063 -0700
-@@ -0,0 +1,12 @@
-+Gem::Specification.new do |s|
-+  s.name        = 'puppet-etcd'
-+  s.version     = '1.11.0'
-+  s.date        = '2016-08-21'
-+  s.summary     = "Installs and configures etcd"
-+  s.description = s.summary
-+  s.authors     = ["Cristian Falcas"]
-+  s.email       = ''
-+  s.files       = %w(LICENSE README.md Rakefile) + Dir.glob('{lib,spec}/**/*')
-+  s.homepage    = 'https://github.com/cristifalcas/puppet-etcd'
-+  s.license     = 'Apache 2.0'
-+ end