# Generated by go2rpm %bcond_without check # https://github.com/armon/go-proxyproto %global goipath github.com/armon/go-proxyproto %global commit 68259f75880e8bcc207a49de82466957646af353 %gometa %global common_description %{expand: This library provides the proxyproto package which can be used for servers listening behind HAProxy of Amazon ELB load balancers. Those load balancers support the use of a proxy protocol (http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt), which provides a simple mechansim for the server to get the address of the client instead of the load balancer. This library provides both a net.Listener and net.Conn implementation that can be used to handle situation in which you may be using the proxy protocol. Only proxy protocol version 1, the human-readable form, is understood. The only caveat is that we check for the "PROXY " prefix to determine if the protocol is being used. If that string may occur as part of your input, then it is ambiguous if the protocol is being used and you may have problems.} %global golicenses LICENSE %global godocs README.md Name: %{goname} Version: 0 Release: 0.6%{?dist} Summary: Go package to handle haproxy proxy protocol License: MIT URL: %{gourl} Source0: %{gosource} %description %{common_description} %gopkg %prep %goprep %install %gopkginstall %if %{with check} %check %gocheck %endif %gopkgfiles %changelog * Mon Apr 29 18:04:08 CEST 2019 Robert-André Mauchin - 0-0.6.20190429git68259f7 - Bump to commit 68259f75880e8bcc207a49de82466957646af353 * Thu Jan 31 2019 Fedora Release Engineering - 0-0.5.git5b7edb6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Nov 12 2018 Robert-André Mauchin - 0-0.4.20181112git5b7edb6 - Bump to commit 5b7edb60ff5f69b60d1950397f7bde6171f1807d - Update to new go packaging * Fri Jul 13 2018 Fedora Release Engineering - 0-0.3.20170621git48572f1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0-0.2.20170621git48572f1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sat Oct 07 2017 Ed Marshall - 0-0.1.20170621git48572f1 - First package for Fedora