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)