1 commit 86860896dc1841eb59cb95832d76a8093e8dc8c5
2 Author: Christopher Faulet <cfaulet@haproxy.com>
3 Date: Tue Apr 30 10:55:38 2019 +0200
5 MINOR: examples: Use right locale for the last changelog date in haproxy.spec
7 The last changelog entry was stamped with the wrong locale.
9 No need to backport, it is specific to 1.8
11 diff --git a/examples/haproxy.spec b/examples/haproxy.spec
12 index f3e0c7e0..fe5215d7 100644
13 --- a/examples/haproxy.spec
14 +++ b/examples/haproxy.spec
16 %attr(0755,root,root) %config %{_sysconfdir}/rc.d/init.d/%{name}
19 -* jeu. avril 25 2019 Christopher Faulet <cfaulet@haproxy.com>
20 +* Thu Apr 25 2019 Christopher Faulet <cfaulet@haproxy.com>
23 * Mon Feb 11 2019 Willy Tarreau <w@1wt.eu>