diff options
author | Niels de Vos <ndevos@redhat.com> | 2014-08-27 10:35:15 +0200 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-08-27 09:54:26 -0700 |
commit | 840a50d1db2001fde687f4f79b2b923c8b762e59 (patch) | |
tree | a4e306c891516ca0841c68491a517d620a072c1c | |
parent | aa0891b796809e3a932c709e1406298b4d5f0416 (diff) |
rpm: fix date in %changelog
When building rpms, the following warning is printed:
warning: bogus date in %changelog: Thu Jun 29 2014 Humble Chirammal <hchiramm@redhat.com>
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 <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/8551
Reviewed-by: Lalatendu Mohanty <lmohanty@redhat.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
-rw-r--r-- | glusterfs.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 <lpabon@redhat.com> - Added cmockery2 dependency -* Thu Jun 29 2014 Humble Chirammal <hchiramm@redhat.com> -- Added dynamic loading of fuse module with glusterfs-fuse package installation in el5. - * Fri Jun 27 2014 Kaleb S. KEITHLEY <kkeithle@redhat.com> - killall --wait in %%post server, (#1113543) +* Thu Jun 19 2014 Humble Chirammal <hchiramm@redhat.com> +- Added dynamic loading of fuse module with glusterfs-fuse package installation in el5. + * Thu Jun 12 2014 Varun Shastry <vshastry@redhat.com> - Add bash completion config to the cli package |