facter 1.7.5.rc1 → 1.7.5.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/ext/build_defaults.yaml +1 -1
- data/ext/redhat/facter.spec.erb +4 -4
- data/lib/facter/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b3d08a4385d880bd9b8ef0b9176d1340fa5a7d32
|
|
4
|
+
data.tar.gz: cf165455b0d105d6b7d4c7463659b07d1a8b6ca2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5864e80859f161c5a0d1f8f07ee0d6f4a7552b570e0d3234d5e39e040a3d3adec08ebda2d34acee3dd15e4ec6cf411e94143db9531b4344b89f741be95b44992
|
|
7
|
+
data.tar.gz: 1849aeeb3947e83d62b03e2cd9dc093ea97ca20143f6d3a21f9f68b48dc075c909724c0e15f67ca93a52ec73bedea5995d510797a4fcbe741452df0810558a0a
|
data/ext/build_defaults.yaml
CHANGED
|
@@ -9,7 +9,7 @@ gpg_name: 'info@puppetlabs.com'
|
|
|
9
9
|
gpg_key: '4BD6EC30'
|
|
10
10
|
sign_tar: FALSE
|
|
11
11
|
# a space separated list of mock configs
|
|
12
|
-
final_mocks: 'pl-el-5-i386 pl-el-5-x86_64 pl-el-6-i386 pl-el-6-x86_64 pl-fedora-18-i386 pl-fedora-18-x86_64 pl-fedora-19-i386 pl-fedora-19-x86_64 pl-fedora-20-i386 pl-fedora-20-x86_64'
|
|
12
|
+
final_mocks: 'pl-el-5-i386 pl-el-5-x86_64 pl-el-6-i386 pl-el-6-x86_64 pl-el-7-x86_64 pl-fedora-18-i386 pl-fedora-18-x86_64 pl-fedora-19-i386 pl-fedora-19-x86_64 pl-fedora-20-i386 pl-fedora-20-x86_64'
|
|
13
13
|
yum_host: 'yum.puppetlabs.com'
|
|
14
14
|
yum_repo_path: '/opt/repository/yum/'
|
|
15
15
|
build_gem: TRUE
|
data/ext/redhat/facter.spec.erb
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Fedora 17 ships with ruby 1.9, which
|
|
1
|
+
# Fedora 17 ships with ruby 1.9, RHEL 7 with ruby 2.0, which use vendorlibdir instead
|
|
2
2
|
# of sitelibdir
|
|
3
|
-
%if 0%{?fedora} >= 17
|
|
3
|
+
%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7
|
|
4
4
|
%global facter_libdir %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["vendorlibdir"]')
|
|
5
5
|
%else
|
|
6
6
|
%global facter_libdir %(ruby -rrbconfig -e 'puts RbConfig::CONFIG["sitelibdir"]')
|
|
@@ -35,8 +35,8 @@ Requires: virt-what
|
|
|
35
35
|
Requires: ruby >= 1.8.5
|
|
36
36
|
BuildRequires: ruby >= 1.8.5
|
|
37
37
|
|
|
38
|
-
# In Fedora 17 ruby-rdoc is called rubygem-rdoc
|
|
39
|
-
%if 0%{?fedora} >= 17
|
|
38
|
+
# In Fedora 17+ or RHEL 7+ ruby-rdoc is called rubygem-rdoc
|
|
39
|
+
%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7
|
|
40
40
|
BuildRequires: rubygem-rdoc
|
|
41
41
|
%else
|
|
42
42
|
BuildRequires: ruby-rdoc
|
data/lib/facter/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: facter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.5.
|
|
4
|
+
version: 1.7.5.rc2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Puppet Labs
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-02-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: You can prove anything with facts!
|
|
14
14
|
email: info@puppetlabs.com
|