Apply patch to fix OpenSSL 3.0 build

Related: #1984786
This commit is contained in:
Ryan O'Hara 2021-08-03 12:20:24 -05:00
parent a4a0fecb8a
commit 249f746658
1 changed files with 5 additions and 1 deletions

View File

@ -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 <rohara@redhat.com> - 2.4.2-4
- Apply patch to fix OpenSSL 3.0 build (#1984786)
* Mon Aug 02 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.2-3
- Fix OpenSSL 3.0 build (#1984786)