X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-ldap%2FAdd-gemspec.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-support%2Fpuppet%2Ffiles%2Fpuppet-ldap%2FAdd-gemspec.patch;h=b8aa1207d7a6f23cad60660fb6896788437e6da3;hb=e0634c6eaf2fe2641a0fb90e84a5defb880b1335;hp=0000000000000000000000000000000000000000;hpb=210d0f78485e760dffcdd3f630f59cec797f3f11;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-ldap/Add-gemspec.patch b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-ldap/Add-gemspec.patch new file mode 100644 index 0000000..b8aa120 --- /dev/null +++ b/meta-starlingx/meta-stx-cloud/recipes-support/puppet/files/puppet-ldap/Add-gemspec.patch @@ -0,0 +1,15 @@ +--- /dev/null 2019-10-28 19:50:04.372284581 -0700 ++++ b/puppet-ldap.gemspec 2019-10-30 21:04:14.309536996 -0700 +@@ -0,0 +1,12 @@ ++Gem::Specification.new do |s| ++ s.name = 'puppet-ldap' ++ s.version = '0.2.4' ++ s.date = '2014-09-13' ++ s.summary = "OpenLDAP module for Puppet." ++ s.description = s.summary ++ s.authors = ["Emiliano Castagnari ecastag@gmail.com (aka Torian)"] ++ s.email = '' ++ s.files = %w(Modulefile README.md) + Dir.glob('{lib,spec}/**/*') ++ s.homepage = 'https://github.com/torian/puppet-ldap' ++ s.license = 'GPL-2.0' ++ end