# HG changeset patch # User Kazuhisa Hara <[email protected]> # 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 <[email protected]> - 1.11.1 -* Wed May 24 2016 Sergey Budnevitch <[email protected]> +* Tue May 24 2016 Sergey Budnevitch <[email protected]> - Fixed logrotate error if nginx is not running - 1.11.0 _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
