You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
779 B

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