From b122c35f1e810655550c97946417f3ccb9b7dded Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Dec 21 2008 22:27:49 +0000 Subject: Update to 0.24.7 --- diff --git a/.cvsignore b/.cvsignore index ff5ea86..c26606c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -puppet-0.24.6.tgz +puppet-0.24.7.tgz 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 diff --git a/sources b/sources index 0a43dc7..79aeb04 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dcc84cd9bc5c411536ab88589079459b puppet-0.24.6.tgz +36f57de5c2e069d04752f0539034227d puppet-0.24.7.tgz