From 7ce77ea61f184d5ddae4bce4ca672fd439089eaf Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Fri, 5 Aug 2016 13:27:26 +0200 Subject: build: correct date in the %changelog Building RPMs failed for me because of an incorrect date in the %changelog in the .spec. It seems that rpmlint identifies is as well: $ rpmlint glusterfs.spec ... (snipped non critical errors) glusterfs.spec: E: specfile-error warning: bogus date in %changelog: Wed Jul 15 2016 Aravinda VK Changed the date in the .spec to the date of the latest version (v16) of the patch that adds eventing (commit 5ed781ecf). BUG: 1334044 Change-Id: I5ef5003e227a83479f24103fc67139d7287fbc39 Signed-off-by: Niels de Vos Reviewed-on: http://review.gluster.org/15099 Reviewed-by: Kaleb KEITHLEY Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System --- glusterfs.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 6e681ee6c83..b3fe0d5fb87 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -1241,7 +1241,7 @@ exit 0 * Sun Jul 31 2016 Soumya Koduri - Add dependency on portblock resource agent for ganesha package (#1354439) -* Wed Jul 15 2016 Aravinda VK +* Mon Jul 18 2016 Aravinda VK - Added new subpackage events(glusterfs-events) (#1334044) * Fri Jul 15 2016 Aravinda VK -- cgit