From fdb2192a577553ea9288aa58c48545f862a2210b Mon Sep 17 00:00:00 2001 From: Chris Schuld Date: Mon, 2 Feb 2015 12:50:12 -0700 Subject: [PATCH 1/3] update to 1.5.11 --- spec/haproxy.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/spec/haproxy.spec b/spec/haproxy.spec index d5d45a0..b81e795 100644 --- a/spec/haproxy.spec +++ b/spec/haproxy.spec @@ -6,9 +6,9 @@ %define haproxy_confdir %{_sysconfdir}/haproxy %define haproxy_datadir %{_datadir}/haproxy -%define version 1.5.3 -#%define dev_rel dev25 -#%define release 1 +%define version 1.5.11 +## %define dev_rel dev25 +## %define release 1 Name: haproxy Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments @@ -121,6 +121,9 @@ fi %exclude %{_sbindir}/haproxy-systemd-wrapper %changelog +* Mon Feb 02 2015 Chris Schuld - 1.5.11 +- Update to haproxy 1.5.11 + * Wed Aug 20 2014 Alan Ivey - 1.5.3 - Update to haproxy 1.5.3 - Add %{dist} to Release From 24c95c4006cf3a2eb7c043388ba43c4bca834025 Mon Sep 17 00:00:00 2001 From: Chris Schuld Date: Mon, 9 Nov 2015 10:58:00 -0700 Subject: [PATCH 2/3] updates for v1.6.2 --- README.markdown | 6 +++--- spec/haproxy.spec | 7 +++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README.markdown b/README.markdown index f33c259..0189309 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -# A Recipe for a haproxy 1.5 stable version RPM on CentOS +# A Recipe for a haproxy 1.6 stable version RPM on CentOS Perform the following on a build box as a regular user. @@ -16,8 +16,8 @@ Install rpmdevtools from the [EPEL][epel] repository: ## Download haproxy - wget http://www.haproxy.org/download/1.5/src/haproxy-1.5.3.tar.gz - mv haproxy-1.5.3.tar.gz ~/rpmbuild/SOURCES/ + wget http://www.haproxy.org/download/1.6/src/haproxy-1.6.2.tar.gz + mv haproxy-1.6.2.tar.gz ~/rpmbuild/SOURCES/ ## Get Necessary System-specific Configs diff --git a/spec/haproxy.spec b/spec/haproxy.spec index b81e795..d0428c8 100644 --- a/spec/haproxy.spec +++ b/spec/haproxy.spec @@ -6,7 +6,7 @@ %define haproxy_confdir %{_sysconfdir}/haproxy %define haproxy_datadir %{_datadir}/haproxy -%define version 1.5.11 +%define version 1.6.2 ## %define dev_rel dev25 ## %define release 1 @@ -18,7 +18,7 @@ License: GPLv2+ URL: http://www.haproxy.org/ Group: System Environment/Daemons -Source0: http://www.haproxy.org/download/1.5/src/haproxy-%{version}.tar.gz +Source0: http://www.haproxy.org/download/1.6/src/haproxy-%{version}.tar.gz Source1: haproxy.init Source2: haproxy.cfg Source3: haproxy.logrotate @@ -121,6 +121,9 @@ fi %exclude %{_sbindir}/haproxy-systemd-wrapper %changelog +* Mon Nov 09 2015 Chris Schuld - 1.6.2 +- Update to haproxy 1.6.2 + * Mon Feb 02 2015 Chris Schuld - 1.5.11 - Update to haproxy 1.5.11 From 9d938ab03aab54bae0a8402b64417f07c0cddda0 Mon Sep 17 00:00:00 2001 From: Chris Schuld Date: Mon, 9 Nov 2015 11:03:02 -0700 Subject: [PATCH 3/3] updates for v1.6.2 cfg files not available --- spec/haproxy.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/spec/haproxy.spec b/spec/haproxy.spec index d0428c8..07b01fc 100644 --- a/spec/haproxy.spec +++ b/spec/haproxy.spec @@ -103,12 +103,8 @@ fi %files %defattr(-,root,root,-) %doc CHANGELOG LICENSE README doc/* -%doc examples/url-switching.cfg %doc examples/acl-content-sw.cfg %doc examples/content-sw-sample.cfg -%doc examples/cttproxy-src.cfg -%doc examples/haproxy.cfg -%doc examples/tarpit.cfg %{haproxy_datadir} %dir %{haproxy_confdir} %config(noreplace) %{haproxy_confdir}/%{name}.cfg