Update to 1.5.1
This commit is contained in:
parent
0f83930fe6
commit
3ef555afd7
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ haproxy-1.4.8.tar.gz
|
|||||||
/haproxy-1.4.24.tar.gz
|
/haproxy-1.4.24.tar.gz
|
||||||
/haproxy-1.4.25.tar.gz
|
/haproxy-1.4.25.tar.gz
|
||||||
/haproxy-1.5.0.tar.gz
|
/haproxy-1.5.0.tar.gz
|
||||||
|
/haproxy-1.5.1.tar.gz
|
||||||
|
13
haproxy.spec
13
haproxy.spec
@ -7,8 +7,8 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: haproxy
|
Name: haproxy
|
||||||
Version: 1.5.0
|
Version: 1.5.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: HAProxy reverse proxy for high availability environments
|
Summary: HAProxy reverse proxy for high availability environments
|
||||||
|
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
@ -65,6 +65,10 @@ pushd contrib/halog
|
|||||||
%{__make} ${halog} OPTIMIZE="%{optflags}"
|
%{__make} ${halog} OPTIMIZE="%{optflags}"
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
pushd contrib/iprange
|
||||||
|
%{__make} iprange OPTIMIZE="%{optflags}"
|
||||||
|
popd
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{__make} install-bin DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
%{__make} install-bin DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
||||||
%{__make} install-man DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
%{__make} install-man DESTDIR=%{buildroot} PREFIX=%{_prefix}
|
||||||
@ -77,6 +81,7 @@ popd
|
|||||||
%{__install} -d -m 0755 %{buildroot}%{haproxy_datadir}
|
%{__install} -d -m 0755 %{buildroot}%{haproxy_datadir}
|
||||||
%{__install} -d -m 0755 %{buildroot}%{_bindir}
|
%{__install} -d -m 0755 %{buildroot}%{_bindir}
|
||||||
%{__install} -p -m 0755 ./contrib/halog/halog %{buildroot}%{_bindir}/halog
|
%{__install} -p -m 0755 ./contrib/halog/halog %{buildroot}%{_bindir}/halog
|
||||||
|
%{__install} -p -m 0755 ./contrib/iprange/iprange %{buildroot}%{_bindir}/iprange
|
||||||
|
|
||||||
for httpfile in $(find ./examples/errorfiles/ -type f)
|
for httpfile in $(find ./examples/errorfiles/ -type f)
|
||||||
do
|
do
|
||||||
@ -125,11 +130,15 @@ exit 0
|
|||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_sbindir}/%{name}-systemd-wrapper
|
%{_sbindir}/%{name}-systemd-wrapper
|
||||||
%{_bindir}/halog
|
%{_bindir}/halog
|
||||||
|
%{_bindir}/iprange
|
||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
%attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home}
|
%attr(-,%{haproxy_user},%{haproxy_group}) %dir %{haproxy_home}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 24 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.1-1
|
||||||
|
- Update to 1.5.1
|
||||||
|
|
||||||
* Thu Jun 19 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.0-2
|
* Thu Jun 19 2014 Ryan O'Hara <rohara@redhat.com> - 1.5.0-2
|
||||||
- Build with zlib and openssl support
|
- Build with zlib and openssl support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user