[PATCH 1 of 2] rpm: Fixed incorrect change log day of the week
Sergey Budnevitch
sb at nginx.com
Wed Dec 14 17:10:07 UTC 2016
This patch committed, thanks, second one was not as we have no
plans to support fedora.
> On 14 Dec 2016, at 07:38, khara at sios.com wrote:
>
> # 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
>
> _______________________________________________
> nginx-devel mailing list
> nginx-devel at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx-devel
More information about the nginx-devel
mailing list