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.

28 lines
1.0 KiB

  1. From e726fd6571f684d0e92b8d97de8ca7a68d30f708 Mon Sep 17 00:00:00 2001
  2. From: Willy Tarreau <w@1wt.eu>
  3. Date: Thu, 26 Jun 2014 08:20:38 +0200
  4. Subject: [PATCH 7/9] BUILD: remove TODO from the spec file and add README
  5. This used to cause a build failure since 1.5.0, as reported by
  6. Timothy Shelton. The proxy protocol doc was also added.
  7. (cherry picked from commit ca3094d0b1531ce62fc1970aa7396a01330bb5c1)
  8. ---
  9. examples/haproxy.spec | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/examples/haproxy.spec b/examples/haproxy.spec
  12. index 4ee3aa5..2fdb1a7 100644
  13. --- a/examples/haproxy.spec
  14. +++ b/examples/haproxy.spec
  15. @@ -67,7 +67,7 @@ fi
  16. %files
  17. %defattr(-,root,root)
  18. -%doc CHANGELOG TODO examples/*.cfg doc/haproxy-en.txt doc/haproxy-fr.txt doc/architecture.txt doc/configuration.txt
  19. +%doc CHANGELOG README examples/*.cfg doc/haproxy-en.txt doc/haproxy-fr.txt doc/architecture.txt doc/configuration.txt doc/proxy-protocol.txt
  20. %doc %{_mandir}/man1/%{name}.1*
  21. %attr(0755,root,root) %{_sbindir}/%{name}
  22. --
  23. 1.8.5.5