]> git.pld-linux.org Git - packages/ruby-ohai.git/commitdiff
up to 14.1.7
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 16 Jul 2018 13:13:19 +0000 (16:13 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 16 Jul 2018 13:15:17 +0000 (16:15 +0300)
platform-pld.patch
ruby-ohai.spec

index 85e8d971f3ce83bb156211c1c3dd899c4c6e90a1..5032da87677001f05485025a15562f17ed7bfefe 100644 (file)
@@ -3,14 +3,14 @@ set one in linux/platform
 
 [1] https://github.com/opscode/ohai/blob/7.4.0/lib/ohai/plugins/platform.rb#L26
 
---- ohai-8.16.0/lib/ohai/plugins/linux/platform.rb~    2016-05-12 01:13:29.000000000 +0300
-+++ ohai-8.16.0/lib/ohai/plugins/linux/platform.rb     2016-06-01 22:53:00.774030283 +0300
-@@ -199,6 +199,8 @@
-       platform_family "arch"
+--- ohai-14.1.7/lib/ohai/plugins/linux/platform.rb~    2018-05-29 19:14:33.000000000 +0300
++++ ohai-14.1.7/lib/ohai/plugins/linux/platform.rb     2018-07-16 16:13:58.058756979 +0300
+@@ -147,6 +147,8 @@
+       "arch"
      when /exherbo/
-       platform_family "exherbo"
+       "exherbo"
 +    when /pld/
-+      platform_family "pld"
++      "pld"
      when /alpine/
-       platform_family "alpine"
-     end
+       "alpine"
+     when /clearlinux/
index 37ccb7b3775c701139d557bfa6cf7ce232b0e40f..6df828a26f0382d07ba57ffd196d62daf20eaeb9 100644 (file)
@@ -7,14 +7,14 @@
 %define pkgname ohai
 Summary:       Profiles your system and emits JSON
 Name:          ruby-%{pkgname}
-Version:       8.16.0
-Release:       0.1
+Version:       14.1.7
+Release:       1
 License:       Apache v2.0
 Group:         Development/Languages
-Source0:       https://github.com/opscode/ohai/archive/%{version}/%{pkgname}-%{version}.tar.gz
-# Source0-md5: 7a2182e562bab7dcc48e0b68e07daf92
+Source0:       https://github.com/opscode/ohai/archive/v%{version}/%{pkgname}-%{version}.tar.gz
+# Source0-md5: 60da59482b6c812752449993288f3260
 Patch1:                platform-pld.patch
-URL:           http://docs.getchef.com/ohai.html
+URL:           https://docs.getchef.com/ohai.html
 BuildRequires: rpm-rubyprov
 BuildRequires: rpmbuild(macros) >= 1.665
 BuildRequires: ruby-rake
This page took 3.430566 seconds and 4 git commands to generate.