From 763a50f37ce417d72b2d4e0d064e3e5a62eb151c Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 13 Feb 2012 17:16:04 -0500 Subject: [PATCH] Bump minimum ruby version to 1.8.5 now that EL-4 is all but dead Ruby 1.8.1 was only supported on a best-effort basis for agent use only, mostly for EL-4 support. With EL-4 going EOL in a few weeks, we can forget about 1.8.1 --- puppet.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/puppet.spec b/puppet.spec index 2292bb4..80a067c 100644 --- a/puppet.spec +++ b/puppet.spec @@ -23,7 +23,7 @@ Group: System Environment/Base BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: facter >= 1.5 -BuildRequires: ruby >= 1.8.1 +BuildRequires: ruby >= 1.8.5 %if 0%{?fedora} || 0%{?rhel} >= 5 BuildArch: noarch @@ -41,7 +41,7 @@ Requires: ruby-shadow %endif Requires: facter >= 1.5 -Requires: ruby >= 1.8.1 +Requires: ruby >= 1.8.5 %{!?_without_augeas:Requires: ruby-augeas} Requires(pre): shadow-utils @@ -265,6 +265,7 @@ rm -rf %{buildroot} %changelog * Mon Feb 13 2012 Todd Zullinger - 2.6.13-3 - Move rpmlint fixes to %%prep, add a few additional fixes +- Bump minimum ruby version to 1.8.5 now that EL-4 is all but dead * Thu Jan 05 2012 Todd Zullinger - 2.6.13-2 - Revert to minimal patch for augeas >= 0.10 (bz#771097)