mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-28 09:38:29 -04:00
BUILD: remove TODO from the spec file and add README
This used to cause a build failure since 1.5.0, as reported by Timothy Shelton. The proxy protocol doc was also added.
This commit is contained in:
parent
1b71eb581e
commit
ca3094d0b1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ fi
|
|||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGELOG TODO examples/*.cfg doc/haproxy-en.txt doc/haproxy-fr.txt doc/architecture.txt doc/configuration.txt
|
||||
%doc CHANGELOG README examples/*.cfg doc/haproxy-en.txt doc/haproxy-fr.txt doc/architecture.txt doc/configuration.txt doc/proxy-protocol.txt
|
||||
%doc %{_mandir}/man1/%{name}.1*
|
||||
|
||||
%attr(0755,root,root) %{_sbindir}/%{name}
|
||||
|
|
|
|||
Loading…
Reference in a new issue