From 19fa9b4d6ee47e0f204b04abf9bc3adabbd9f0d4 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Thu, 22 Aug 2013 16:25:58 +0200 Subject: build: fix days and dates in the %changelog of the spec-file This prevents unneeded build warnings like: warning: bogus date in %changelog: Mon Apr 22 2008 ... Bug: 1000019 Change-Id: Ie584e5faf5d04672186eada718aba7e71bd82b42 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/5692 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfs.spec.in | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index a0bffc014..b6d173924 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -809,6 +809,9 @@ if [ $1 -ge 1 ]; then fi %changelog +* Thu Aug 22 2013 Niels de Vos +- Correct the day/date for some entries in this changelog (#1000019) + * Wed Aug 7 2013 Kaleb S. KEITHLEY - Sync with Fedora glusterfs.spec - add Requires @@ -891,13 +894,13 @@ fi * Wed Jul 13 2011 Joe Julian - 3.2.1-2 - fix hardcoded path to gsyncd in source to match the actual file location -* Mon Jun 21 2011 Joe Julian - 3.2.1 +* Tue Jun 21 2011 Joe Julian - 3.2.1 - Update to 3.2.1 * Mon Jun 20 2011 Joe Julian - 3.1.5 - Update to 3.1.5 -* Mon May 31 2011 Joe Julian - 3.1.5-qa1.4 +* Tue May 31 2011 Joe Julian - 3.1.5-qa1.4 - Current git * Sun May 29 2011 Joe Julian - 3.1.5-qa1.2 @@ -910,7 +913,7 @@ fi - Add patch to remove forced 64 bit compile - Obsolete glusterfs-core to allow for upgrading from gluster packaging -* Sun Mar 19 2011 Jonathan Steffan - 3.1.3-1 +* Sat Mar 19 2011 Jonathan Steffan - 3.1.3-1 - Update to 3.1.3 - Merge in more upstream SPEC changes - Remove patches from GlusterFS bugzilla #2309 and #2311 @@ -919,7 +922,7 @@ fi * Sun Feb 06 2011 Jonathan Steffan - 3.1.2-3 - Add back in legacy SPEC elements to support older branches -* Tue Feb 03 2011 Jonathan Steffan - 3.1.2-2 +* Thu Feb 03 2011 Jonathan Steffan - 3.1.2-2 - Add patches from CloudFS project * Tue Jan 25 2011 Jonathan Steffan - 3.1.2-1 @@ -955,7 +958,7 @@ fi * Sat Jan 2 2010 Jonathan Steffan - 2.0.9-1 - Update to 2.0.9 -* Sat Nov 8 2009 Jonathan Steffan - 2.0.8-1 +* Sun Nov 8 2009 Jonathan Steffan - 2.0.8-1 - Update to 2.0.8 - Remove install of glusterfs-volgen, it's properly added to automake upstream now @@ -1023,10 +1026,10 @@ fi * Fri May 9 2008 Matthias Saou 1.3.8-1 - Update to 1.3.8 final. -* Tue Apr 23 2008 Matthias Saou 1.3.8-0.10 +* Wed Apr 23 2008 Matthias Saou 1.3.8-0.10 - Include short patch to include fixes from latest TLA 751. -* Mon Apr 22 2008 Matthias Saou 1.3.8-0.9 +* Tue Apr 22 2008 Matthias Saou 1.3.8-0.9 - Update to 1.3.8pre6. - Include glusterfs binary in both the client and server packages, now that glusterfsd is a symlink to it instead of a separate binary. -- cgit