summaryrefslogtreecommitdiffstats
path: root/puppet.spec
diff options
context:
space:
mode:
authorTodd Zullinger <tmz@fedoraproject.org>2010-01-31 15:17:29 +0000
committerTodd Zullinger <tmz@fedoraproject.org>2010-01-31 15:17:29 +0000
commit04e7441eef517a330ff8ba73c2a19d74e5b32707 (patch)
tree5d0f8249b8144bd6d86cbd10cfd48af68a5ed0f2 /puppet.spec
parentd182290f286c3257ea35314acf304c5212393ead (diff)
downloadpuppet-package-04e7441eef517a330ff8ba73c2a19d74e5b32707.tar.gz
puppet-package-04e7441eef517a330ff8ba73c2a19d74e5b32707.tar.xz
puppet-package-04e7441eef517a330ff8ba73c2a19d74e5b32707.zip
Update to 0.25.4puppet-0_25_4-1_el5
Diffstat (limited to 'puppet.spec')
-rw-r--r--puppet.spec10
1 files changed, 5 insertions, 5 deletions
diff --git a/puppet.spec b/puppet.spec
index 59db0dc..b499a75 100644
--- a/puppet.spec
+++ b/puppet.spec
@@ -5,8 +5,8 @@
%global confdir conf/redhat
Name: puppet
-Version: 0.25.3
-Release: 2%{?dist}
+Version: 0.25.4
+Release: 1%{?dist}
Summary: A network tool for managing many disparate systems
License: GPLv2+
URL: http://puppet.reductivelabs.com/
@@ -14,8 +14,6 @@ Source0: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tar
Source1: http://reductivelabs.com/downloads/puppet/%{name}-%{version}.tar.gz.sign
# https://bugzilla.redhat.com/495096
Patch0: puppet-0.25.1-0002-Correct-rundir-permissions.patch
-# http://projects.reductivelabs.com/issues/show/2845
-Patch1: 0001-Revert-Fix-2845-Cron-entries-using-special-parameter.patch
Group: System Environment/Base
@@ -71,7 +69,6 @@ The server can also function as a certificate authority and file server.
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%build
# Fix some rpmlint complaints
@@ -226,6 +223,9 @@ fi
rm -rf %{buildroot}
%changelog
+* Fri Jan 29 2010 Todd Zullinger <tmz@pobox.com> - 0.25.4-1
+- Update to 0.25.4
+
* Tue Jan 19 2010 Todd Zullinger <tmz@pobox.com> - 0.25.3-2
- Apply upstream patch to fix cron resources (upstream #2845)