[Pkg-puppet-devel] [SCM] Packaging of Facter for debian branch,	upstream, updated. 3a39dd8353b6308cf49522990104cc63e55d7cda
    James Turnbull 
    james at lovedthanlost.net
       
    Fri Jan 29 17:22:28 UTC 2010
    
    
  
The following commit has been merged in the upstream branch:
commit 7995d053aa95047b7e1d842c156bb73fbbee4545
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue May 19 08:08:20 2009 +1000
    Bumped release to 1.5.5rc2
diff --git a/Rakefile b/Rakefile
index 5fa7c48..636c9ea 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,6 +1,6 @@
 # Rakefile for facter
 
-require 'facter'
+require './lib/facter.rb'
 require 'rake'
 require 'rake/packagetask'
 require 'rake/gempackagetask'
diff --git a/lib/facter.rb b/lib/facter.rb
index b395372..a6a7e29 100644
--- a/lib/facter.rb
+++ b/lib/facter.rb
@@ -27,7 +27,7 @@ module Facter
     include Comparable
     include Enumerable
 
-    FACTERVERSION = '1.5.4'
+    FACTERVERSION = '1.5.5'
     # = Facter
     # Functions as a hash of 'facts' you might care about about your
     # system, such as mac address, IP address, Video card, etc.
-- 
Packaging of Facter for debian
    
    
More information about the Pkg-puppet-devel
mailing list