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
epel9
Todd Zullinger 13 years ago
parent 18da23901d
commit 763a50f37c

@ -23,7 +23,7 @@ Group: System Environment/Base
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: facter >= 1.5 BuildRequires: facter >= 1.5
BuildRequires: ruby >= 1.8.1 BuildRequires: ruby >= 1.8.5
%if 0%{?fedora} || 0%{?rhel} >= 5 %if 0%{?fedora} || 0%{?rhel} >= 5
BuildArch: noarch BuildArch: noarch
@ -41,7 +41,7 @@ Requires: ruby-shadow
%endif %endif
Requires: facter >= 1.5 Requires: facter >= 1.5
Requires: ruby >= 1.8.1 Requires: ruby >= 1.8.5
%{!?_without_augeas:Requires: ruby-augeas} %{!?_without_augeas:Requires: ruby-augeas}
Requires(pre): shadow-utils Requires(pre): shadow-utils
@ -265,6 +265,7 @@ rm -rf %{buildroot}
%changelog %changelog
* Mon Feb 13 2012 Todd Zullinger <tmz@pobox.com> - 2.6.13-3 * Mon Feb 13 2012 Todd Zullinger <tmz@pobox.com> - 2.6.13-3
- Move rpmlint fixes to %%prep, add a few additional fixes - 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 <tmz@pobox.com> - 2.6.13-2 * Thu Jan 05 2012 Todd Zullinger <tmz@pobox.com> - 2.6.13-2
- Revert to minimal patch for augeas >= 0.10 (bz#771097) - Revert to minimal patch for augeas >= 0.10 (bz#771097)

Loading…
Cancel
Save