X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet%2F4.8.2%2Fadd_puppet_gemspec.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet%2F4.8.2%2Fadd_puppet_gemspec.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=50c215cf8da481643606f91b02a8be69b6b4e76b;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet/4.8.2/add_puppet_gemspec.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet/4.8.2/add_puppet_gemspec.patch deleted file mode 100644 index 50c215c..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet/4.8.2/add_puppet_gemspec.patch +++ /dev/null @@ -1,23 +0,0 @@ -diff -urN puppet-3.7.3_ori/puppet.gemspec puppet-3.7.3/puppet.gemspec ---- puppet-3.7.3_ori/puppet.gemspec 1970-01-01 08:00:00.000000000 +0800 -+++ puppet-3.7.3/puppet.gemspec 2014-11-12 14:30:07.000000000 +0800 -@@ -0,0 +1,19 @@ -+$:.unshift(File.dirname(__FILE__) + '/lib') -+require 'puppet/version' -+ -+Gem::Specification.new do |s| -+ s.name = 'puppet' -+ s.version = Puppet::PUPPETVERSION -+ s.platform = Gem::Platform::RUBY -+ s.summary = 'Open source Puppet is a configuration management system' -+ s.description = s.summary -+ s.author = 'Yang Haibo' -+ s.email = 'b40869@freescale.com' -+ s.homepage = 'https://puppetlabs.com/puppet/puppet-open-source' -+ s.license = 'Apache 2.0' -+ -+ s.bindir = 'bin' -+ s.executables = ['puppet'] -+ s.require_path = 'lib' -+ s.files = %w(LICENSE README.md Rakefile) + Dir.glob('{lib,spec}/**/*') -+end