From 249f74665871e73f6b3975d44adeac83c7061b51 Mon Sep 17 00:00:00 2001 From: Ryan O'Hara Date: Tue, 3 Aug 2021 12:20:24 -0500 Subject: [PATCH] Apply patch to fix OpenSSL 3.0 build Related: #1984786 --- haproxy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/haproxy.spec b/haproxy.spec index d64e1a1..950fded 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -8,7 +8,7 @@ Name: haproxy Version: 2.4.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HAProxy reverse proxy for high availability environments License: GPLv2+ @@ -50,6 +50,7 @@ availability environments. Indeed, it can: %prep %setup -q +%patch0 -p1 %build regparm_opts= @@ -133,6 +134,9 @@ exit 0 %{_mandir}/man1/* %changelog +* Tue Aug 03 2021 Ryan O'Hara - 2.4.2-4 +- Apply patch to fix OpenSSL 3.0 build (#1984786) + * Mon Aug 02 2021 Ryan O'Hara - 2.4.2-3 - Fix OpenSSL 3.0 build (#1984786)