From 905ef3e9f857cf6433a70d847210ce9aa4e2367b Mon Sep 17 00:00:00 2001 From: jjh Date: Sat, 1 Mar 2008 20:43:21 +0000 Subject: [PATCH] actually apply the gcc 4.3 compat patch --- haproxy.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/haproxy.spec b/haproxy.spec index 1530fae..a6eecaf 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -6,7 +6,7 @@ Name: haproxy Version: 1.3.14.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HA-Proxy is a TCP/HTTP reverse proxy for high availability environments Group: System Environment/Daemons @@ -17,6 +17,9 @@ Source0: http://haproxy.1wt.eu/download/1.3/src/haproxy-%{version}.tar.gz Source1: %{name}.init Source2: %{name}.cfg +Patch0: haproxy-gcc43-compat.patch + + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pcre-devel @@ -41,6 +44,7 @@ availability environments. Indeed, it can: %prep %setup -q +%patch0 -p1 %build # No configure script is present, it is all done via make flags @@ -118,6 +122,9 @@ fi %changelog +* Sat Mar 01 2008 Jeremy Hinegardner - 1.3.14.2-4 +- apply the gcc 4.3 patch to the build process + * Sat Mar 01 2008 Jeremy Hinegardner - 1.3.14.2-3 - fix gcc 4.3 bug [#434144] - update init script to properly reload configuration