From b122c35f1e810655550c97946417f3ccb9b7dded Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Sun, 21 Dec 2008 22:27:49 +0000 Subject: Update to 0.24.7 --- puppet.spec | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) (limited to 'puppet.spec') diff --git a/puppet.spec b/puppet.spec index 718df95..a4c8bf1 100644 --- a/puppet.spec +++ b/puppet.spec @@ -2,15 +2,14 @@ %define confdir conf/redhat Name: puppet -Version: 0.24.6 -Release: 1%{?dist} +Version: 0.24.7 +Release: 4%{?dist} Summary: A network tool for managing many disparate systems - -Group: System Environment/Base - License: GPLv2+ URL: http://puppet.reductivelabs.com/ Source0: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tgz +Group: System Environment/Base + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ruby >= 1.8.1 @@ -21,8 +20,14 @@ Requires: ruby(abi) = 1.8 Requires: ruby-shadow %endif +# Pull in libselinux-ruby where it is available +%if 0%{?fedora} >=9 +Requires: libselinux-ruby +%endif + Requires: facter >= 1.1.4 Requires: ruby >= 1.8.1 +Requires: ruby-augeas Requires(pre): shadow-utils Requires(post): chkconfig Requires(preun): chkconfig @@ -189,6 +194,15 @@ fi rm -rf %{buildroot} %changelog +* Tue Dec 16 2008 Todd Zullinger - 0.24.7-4 +- Remove redundant useradd from %%pre + +* Tue Dec 16 2008 Jeroen van Meeuwen - 0.24.7-3 +- New upstream version +- Set a static uid and gid (#472073, #471918, #471919) +- Add a conditional requirement on libselinux-ruby for Fedora >= 9 +- Add a dependency on ruby-augeas + * Wed Oct 22 2008 Todd Zullinger - 0.24.6-1 - Update to 0.24.6 - Require ruby-shadow on Fedora and RHEL >= 5 -- cgit