Changes of Revision 60
[-] | Changed | haproxy.spec |
x 1
2 #%define snapmarker ss 3 4 Name: haproxy 5 -Version: 1.5.3 6 +Version: 1.5.5 7 Release: 1 8 Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments 9 10
11 %setup -n %{name}-%{version} 12 13 %build 14 -if 0%{?centos_version} == 700 15 +%if 0%{?centos_version} == 700 16 make %{?_smp_mflags} TARGET=linux2628 USE_PCRE=1 USE_LINUX_TPROXY=1 USE_OPENSSL="1" 17 -elif 18 +%else 19 make %{?_smp_mflags} TARGET=linux26 USE_PCRE=1 ${regparm_opts} USE_LINUX_TPROXY=1 USE_OPENSSL="1" 20 -fi 21 +%endif 22 23 # build the halog contrib program. 24 pushd contrib/halog 25 |
||
Added | haproxy-1.5.5.tar.gz ^ |