[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1456-g2f0b1e5

James Turnbull james at lovedthanlost.net
Tue Oct 27 17:04:33 UTC 2009


The following commit has been merged in the upstream branch:
commit a5c56fcb79b45568b592111959ebda6b11c4c43e
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue Sep 8 12:33:05 2009 +1000

    Fixed #2607 - Added Facter dependency for Puppet Gem

diff --git a/Rakefile b/Rakefile
index 711c547..31771a0 100644
--- a/Rakefile
+++ b/Rakefile
@@ -33,6 +33,7 @@ spec = Gem::Specification.new do |spec|
     spec.name = 'puppet'
     spec.files = FILES.to_a
     spec.version = Puppet::PUPPETVERSION
+    spec.add_dependency('facter', '>= 1.5.1')
     spec.summary = 'Puppet, an automated configuration management tool'
     spec.author = 'Reductive Labs'
     spec.email = 'puppet at reductivelabs.com'

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list