[cacti/el5] properly bump release

Ken Dreyer ktdreyer at fedoraproject.org
Fri May 27 05:13:16 UTC 2011


commit 49c521fe5bd9ef25a766d4172583b08c23b0877b
Author: Ken Dreyer <ktdreyer at ktdreyer.com>
Date:   Thu May 26 23:10:19 2011 -0600

    properly bump release
    
    Bump the digit after the dist tag, per the Fedora packaging guidelines.
    Probably doesn't matter much for EPEL, since upgrades from EL5 -> EL6
    are not supported, but hey, might as well be consistent.

 cacti.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/cacti.spec b/cacti.spec
index 327ff9f..d1750ab 100644
--- a/cacti.spec
+++ b/cacti.spec
@@ -1,6 +1,6 @@
 Name: cacti
 Version: 0.8.7g
-Release: 2%{?dist}
+Release: 1%{?dist}.1
 Summary: An rrd based graphing tool
 
 Group: Applications/System
@@ -105,8 +105,8 @@ fi
 %attr(0644,root,root) %{_localstatedir}/lib/%{name}/lib
 
 %changelog
-* Thu May 26 2011 Ken Dreyer <ktdreyer at ktdreyer.com> 0.8.7g-2
-- Bump release for koji.
+* Thu May 26 2011 Ken Dreyer <ktdreyer at ktdreyer.com> 0.8.7g-1.el5.1
+- Bump dist for koji.
 
 * Mon Jul 12 2010 Mike McGrath <mmcgrath at redhat.com> 0.8.7g-1
 - Upstream released new version


More information about the scm-commits mailing list