[DRE-commits] r5224 - in trunk/ohai/debian: . patches

Joshua Timberman jtimberman-guest at alioth.debian.org
Fri May 7 06:24:02 UTC 2010


Author: jtimberman-guest
Date: 2010-05-07 06:23:58 +0000 (Fri, 07 May 2010)
New Revision: 5224

Modified:
   trunk/ohai/debian/changelog
   trunk/ohai/debian/ohai-doc.doc-base
   trunk/ohai/debian/patches/remove_rubygems.patch
   trunk/ohai/debian/watch
Log:
new upstream release 0.5.2

Modified: trunk/ohai/debian/changelog
===================================================================
--- trunk/ohai/debian/changelog	2010-05-07 06:04:09 UTC (rev 5223)
+++ trunk/ohai/debian/changelog	2010-05-07 06:23:58 UTC (rev 5224)
@@ -1,12 +1,26 @@
+ohai (0.5.2-1) unstable; urgency=low
+
+  * New upstream release (0.5.2).
+    * [OHAI-170] - Rackspace cloud detection fails on machines with strictly intracloud traffic
+    * [OHAI-171] - executable script-without-shebang
+    * [OHAI-174] - ohai problems with dropping privileges
+    * [OHAI-159] - php plugin
+    * [OHAI-160] - lua plugin
+    * [OHAI-161] - mono plugin
+    * [OHAI-162] - groovy plugin
+    * [OHAI-178] - don't use ruby plugin to guess OS
+
+ -- Joshua Timberman <joshua at opscode.com>  Thu, 06 May 2010 23:09:49 -0600
+
 ohai (0.5.0-2) unstable; urgency=low
 
   * Remove rubygems patch missed bin/ohai. 
-  * ohai needs to depend on 'ruby' or it fails to process plugins
+  * ohai needs to depend on 'ruby' or it fails to process plugins.
     (Closes: #575067)
 
  -- Joshua Timberman <joshua at opscode.com>  Tue, 09 Mar 2010 19:21:06 -0700
 
-ohai (0.5.0-1) unstable; urgency=low
+ohai (0.5.0-1) lucid; urgency=low
 
   * New upstream release (0.5.0).
     * [OHAI-155] - Chef summons army of dmidecode Zombies

Modified: trunk/ohai/debian/ohai-doc.doc-base
===================================================================
--- trunk/ohai/debian/ohai-doc.doc-base	2010-05-07 06:04:09 UTC (rev 5223)
+++ trunk/ohai/debian/ohai-doc.doc-base	2010-05-07 06:23:58 UTC (rev 5224)
@@ -6,4 +6,3 @@
 Format: HTML
 Index: /usr/share/doc/ohai-doc/rdoc/index.html
 Files: /usr/share/doc/ohai-doc/rdoc/*
-

Modified: trunk/ohai/debian/patches/remove_rubygems.patch
===================================================================
--- trunk/ohai/debian/patches/remove_rubygems.patch	2010-05-07 06:04:09 UTC (rev 5223)
+++ trunk/ohai/debian/patches/remove_rubygems.patch	2010-05-07 06:23:58 UTC (rev 5224)
@@ -14,15 +14,3 @@
  $: << File.join(File.dirname(__FILE__), "..", "lib")
  begin
    require 'rubygems'
-Index: opscode-ohai-68e07be/lib/ohai/system.rb
-===================================================================
---- opscode-ohai-68e07be.orig/lib/ohai/system.rb	2010-03-09 19:19:53.000000000 -0700
-+++ opscode-ohai-68e07be/lib/ohai/system.rb	2010-03-09 19:19:57.000000000 -0700
-@@ -16,7 +16,6 @@
- # limitations under the License.
- #
- 
--require 'rubygems'
- require 'extlib'
- require 'ohai/log'
- require 'ohai/mixin/from_file'

Modified: trunk/ohai/debian/watch
===================================================================
--- trunk/ohai/debian/watch	2010-05-07 06:04:09 UTC (rev 5223)
+++ trunk/ohai/debian/watch	2010-05-07 06:23:58 UTC (rev 5224)
@@ -4,4 +4,4 @@
 # See uscan(1) for format
 
 version=3
-http://githubredir.debian.net/github/opscode/ohai/([0-9.]*).tar.gz
+http://githubredir.debian.net/github/opscode/ohai/([0-9].*).tar.gz




More information about the Pkg-ruby-extras-commits mailing list