[Pkg-puppet-devel] [facter] 22/61: (Bug #21762) Update facter to support F19

Stig Sandbeck Mathisen ssm at debian.org
Mon Nov 4 15:01:49 UTC 2013


This is an automated email from the git hooks/post-receive script.

ssm pushed a commit to branch master
in repository facter.

commit 18522b4d923134a2b75a4c2ae98a8450f9b5f984
Author: Melissa <melissa at puppetlabs.com>
Date:   Fri Jul 12 15:57:20 2013 -0700

    (Bug #21762) Update facter to support F19
    
    This commit modifies the bild_defaults file to include fedora 19 in
    the final mocks list. It also removes the ruby(abi) requirement, as
    F19 no longer provides it.
---
 ext/build_defaults.yaml    |    2 +-
 ext/redhat/facter.spec.erb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/build_defaults.yaml b/ext/build_defaults.yaml
index 74c8842..fb68296 100644
--- a/ext/build_defaults.yaml
+++ b/ext/build_defaults.yaml
@@ -9,7 +9,7 @@ gpg_name: 'info at puppetlabs.com'
 gpg_key: '4BD6EC30'
 sign_tar: FALSE
 # a space separated list of mock configs
-final_mocks: 'pl-el-5-i386 pl-el-5-x86_64 pl-el-6-i386 pl-el-6-x86_64 pl-fedora-17-i386 pl-fedora-17-x86_64 pl-fedora-18-i386 pl-fedora-18-x86_64'
+final_mocks: 'pl-el-5-i386 pl-el-5-x86_64 pl-el-6-i386 pl-el-6-x86_64 pl-fedora-17-i386 pl-fedora-17-x86_64 pl-fedora-18-i386 pl-fedora-18-x86_64 pl-fedora-19-i386 pl-fedora-19-x86_64'
 yum_host: 'burji.puppetlabs.com'
 yum_repo_path: '/opt/repository/yum/'
 build_gem: TRUE
diff --git a/ext/redhat/facter.spec.erb b/ext/redhat/facter.spec.erb
index 1a04b1d..9e3321a 100644
--- a/ext/redhat/facter.spec.erb
+++ b/ext/redhat/facter.spec.erb
@@ -32,7 +32,7 @@ Requires:       dmidecode
 Requires:       pciutils
 %endif
 Requires:       virt-what
-Requires:       ruby(abi) >= 1.8
+Requires:       ruby >= 1.8.5
 BuildRequires:  ruby >= 1.8.5
 
 # In Fedora 17 ruby-rdoc is called rubygem-rdoc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-puppet/facter.git



More information about the Pkg-puppet-devel mailing list