[PATCH 1 of 2] rpm: Fixed incorrect change log day of the week

khara at sios.com khara at sios.com
Wed Dec 14 04:38:37 UTC 2016


# HG changeset patch
# User Kazuhisa Hara <khara at sios.com>
# Date 1481688313 -32400
#      Wed Dec 14 13:05:13 2016 +0900
# Node ID 9c4a4bd4be50d4002300dee737d9c0e610dbf898
# Parent  349953fceb547fa665faedc42127f61fa4d598d3
rpm: Fixed incorrect change log day of the week.

rpmbuild warns of bogus dates.
May 24, 2016 is Tuesday.

diff -r 349953fceb54 -r 9c4a4bd4be50 rpm/SPECS/nginx.spec.in
--- a/rpm/SPECS/nginx.spec.in	Tue Dec 13 19:34:23 2016 +0300
+++ b/rpm/SPECS/nginx.spec.in	Wed Dec 14 13:05:13 2016 +0900
@@ -328,7 +328,7 @@
 * Tue May 31 2016 Konstantin Pavlov <thresh at nginx.com>
 - 1.11.1
 
-* Wed May 24 2016 Sergey Budnevitch <sb at nginx.com>
+* Tue May 24 2016 Sergey Budnevitch <sb at nginx.com>
 - Fixed logrotate error if nginx is not running
 - 1.11.0
 


More information about the nginx-devel mailing list