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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a3fc8d44493b3305d2a7cd17a5575a26e22e07b7
4
- data.tar.gz: b25972153d23ae4ee4fa8f148e3f812aee624eb4
3
+ metadata.gz: b3d08a4385d880bd9b8ef0b9176d1340fa5a7d32
4
+ data.tar.gz: cf165455b0d105d6b7d4c7463659b07d1a8b6ca2
5
5
  SHA512:
6
- metadata.gz: b1af1b9c237a35e5c5095a73ea6c5c31c39f18b06946120578cfefdedad9d598943788a5c23e5b87a01ac53b9e8113fa88d42b11f71cc92c0f6cd9eb71c294a5
7
- data.tar.gz: 69096694148f153e9228de797c2740c32e45a24ffcb3abdd7dd0e33721334125b64982aca790020f0827a52f95cc1a2c93b2d4170112a50c6762c2426d23b801
6
+ metadata.gz: 5864e80859f161c5a0d1f8f07ee0d6f4a7552b570e0d3234d5e39e040a3d3adec08ebda2d34acee3dd15e4ec6cf411e94143db9531b4344b89f741be95b44992
7
+ data.tar.gz: 1849aeeb3947e83d62b03e2cd9dc093ea97ca20143f6d3a21f9f68b48dc075c909724c0e15f67ca93a52ec73bedea5995d510797a4fcbe741452df0810558a0a
@@ -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
@@ -1,6 +1,6 @@
1
- # Fedora 17 ships with ruby 1.9, which uses vendorlibdir instead
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
@@ -1,6 +1,6 @@
1
1
  module Facter
2
2
  if not defined? FACTERVERSION then
3
- FACTERVERSION = '1.7.5-rc1'
3
+ FACTERVERSION = '1.7.5-rc2'
4
4
  end
5
5
 
6
6
  ##
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.rc1
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-01-16 00:00:00.000000000 Z
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