New version 0.22.0

epel9
David Lutterkort 18 years ago
parent e58cbb0d73
commit fcff0e11c3

@ -1 +1 @@
puppet-0.20.1.tgz puppet-0.22.0.tgz

@ -2,9 +2,12 @@
%define pbuild %{_builddir}/%{name}-%{version} %define pbuild %{_builddir}/%{name}-%{version}
%define confdir conf/redhat %define confdir conf/redhat
%define has_ruby_abi 0%{?fedora:%fedora} >= 5 || 0%{?rhel:%rhel} >= 5
%define has_ruby_noarch %has_ruby_abi
Summary: A network tool for managing many disparate systems Summary: A network tool for managing many disparate systems
Name: puppet Name: puppet
Version: 0.20.1 Version: 0.22.0
Release: 1%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
@ -13,10 +16,14 @@ URL: http://reductivelabs.com/projects/puppet/
Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz Source: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz
Requires: ruby >= 1.8.1 Requires: ruby >= 1.8.1
%if %has_ruby_abi
Requires: ruby(abi) = 1.8 Requires: ruby(abi) = 1.8
%endif
Requires: facter >= 1.1.4 Requires: facter >= 1.1.4
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%if %has_ruby_noarch
BuildArchitectures: noarch BuildArchitectures: noarch
%endif
BuildRequires: ruby >= 1.8.1 BuildRequires: ruby >= 1.8.1
%description %description
@ -127,6 +134,13 @@ fi
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%changelog %changelog
* Fri Jan 5 2007 David Lutterkort <dlutter@redhat.com> - 0.22.0-1
- New version
* Mon Nov 20 2006 David Lutterkort <dlutter@redhat.com> - 0.20.1-2
- Make require ruby(abi) and buildarch: noarch conditional for fedora 5 or
later to allow building on older fedora releases
* Mon Nov 13 2006 David Lutterkort <dlutter@redhat.com> - 0.20.1-1 * Mon Nov 13 2006 David Lutterkort <dlutter@redhat.com> - 0.20.1-1
- New version - New version

@ -1 +1 @@
5d4a35b197f6342742bbd3561aac99e8 puppet-0.20.1.tgz 9d60a93ba44467f551088fc20686edba puppet-0.22.0.tgz

Loading…
Cancel
Save