[Pkg-puppet-devel] [facter] 342/352: (FACT-447) Require Ruby 1.8.7 in redhat rpm spec
Stig Sandbeck Mathisen
ssm at debian.org
Sun Apr 6 22:21:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
ssm pushed a commit to branch master
in repository facter.
commit aa2b9560b8c87e1dcb5288f0737008bf6e1321e9
Author: Adrien Thebo <git at somethingsinistral.net>
Date: Wed Mar 26 12:21:25 2014 -0700
(FACT-447) Require Ruby 1.8.7 in redhat rpm spec
---
ext/redhat/facter.spec.erb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ext/redhat/facter.spec.erb b/ext/redhat/facter.spec.erb
index aeb1289..288426b 100644
--- a/ext/redhat/facter.spec.erb
+++ b/ext/redhat/facter.spec.erb
@@ -24,7 +24,7 @@ Source0: http://puppetlabs.com/downloads/%{name}/%{name}-%{realversion}.t
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires: ruby >= 1.8.5
+Requires: ruby >= 1.8.7
Requires: which
# dmidecode and pciutils are not available on all arches
%ifarch %ix86 x86_64 ia64
@@ -32,8 +32,8 @@ Requires: dmidecode
Requires: pciutils
%endif
Requires: virt-what
-Requires: ruby >= 1.8.5
-BuildRequires: ruby >= 1.8.5
+Requires: ruby >= 1.8.7
+BuildRequires: ruby >= 1.8.7
# In Fedora 17+ or RHEL 7+ ruby-rdoc is called rubygem-rdoc
%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7
--
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