summaryrefslogtreecommitdiffstats
path: root/puppet.spec
diff options
context:
space:
mode:
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)