From 840a50d1db2001fde687f4f79b2b923c8b762e59 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Wed, 27 Aug 2014 10:35:15 +0200 Subject: rpm: fix date in %changelog When building rpms, the following warning is printed: warning: bogus date in %changelog: Thu Jun 29 2014 Humble Chirammal This orginates from the following change: > Change-Id: I4988a025bd18716fd6d355431196540e140224b3 > Reviewed-on: http://review.gluster.org/8116 The date of the change was the 19th, not the 29th. Correcting the date and the order of the changelog entries prevents this warning. Change-Id: Ied2d25ae3c81c58ec8ab35ff54be169ba6428ed6 BUG: 1108669 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/8551 Reviewed-by: Lalatendu Mohanty Reviewed-by: Humble Devassy Chirammal Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- glusterfs.spec.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'glusterfs.spec.in') diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 52757262c90..2eb10911100 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1033,12 +1033,12 @@ fi * Wed Jul 16 2014 Luis Pabon - Added cmockery2 dependency -* Thu Jun 29 2014 Humble Chirammal -- Added dynamic loading of fuse module with glusterfs-fuse package installation in el5. - * Fri Jun 27 2014 Kaleb S. KEITHLEY - killall --wait in %%post server, (#1113543) +* Thu Jun 19 2014 Humble Chirammal +- Added dynamic loading of fuse module with glusterfs-fuse package installation in el5. + * Thu Jun 12 2014 Varun Shastry - Add bash completion config to the cli package -- cgit