From 037b7346126b0f7aa03c9495852a13a029b836fa Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Mon, 11 Oct 2010 17:45:29 -0400 Subject: Ensure release stays less than EPEL --- puppet.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/puppet.spec b/puppet.spec index 4a5e703..4d1d1d8 100644 --- a/puppet.spec +++ b/puppet.spec @@ -6,7 +6,7 @@ Name: puppet Version: 0.25.5 -Release: 2%{?dist}.1 +Release: 1%{?dist}.1 Summary: A network tool for managing many disparate systems License: GPLv2+ URL: http://puppetlabs.com @@ -244,15 +244,13 @@ fi rm -rf %{buildroot} %changelog -* Mon Oct 11 2010 Todd Zullinger - 0.25.5-2.1 -- Capture stderr from exec resources (upstream #2359) - -* Sat Aug 21 2010 Todd Zullinger - 0.25.5-2 +* Mon Oct 11 2010 Todd Zullinger - 0.25.5-1.1 - Create and own /usr/share/puppet/modules (#615432) - Silence deprecation warnings in yumrepo type (#615175) - Consistently pass pidfile option to daemon, killproc, and status (#531116) - Handle CR/LF in puppet.conf (upstream #3514) - Cherry-pick dbconnections option from 2.6.x branch (upstream #2568) +- Capture stderr from exec resources (upstream #2359) * Mon May 17 2010 Todd Zullinger - 0.25.5-1 - Update to 0.25.5 -- cgit