diff --git a/SPECS/haproxy.spec b/SPECS/haproxy.spec index 5ad1847..3fe5bd5 100644 --- a/SPECS/haproxy.spec +++ b/SPECS/haproxy.spec @@ -8,7 +8,7 @@ Name: haproxy Version: 1.8.27 -Release: 3%{?dist} +Release: 4%{?dist} Summary: HAProxy reverse proxy for high availability environments Group: System Environment/Daemons @@ -54,6 +54,7 @@ availability environments. Indeed, it can: %prep %setup -q %patch0 -p1 +%patch1 -p1 %build regparm_opts= @@ -139,6 +140,9 @@ exit 0 %{_mandir}/man1/* %changelog +* Tue Jan 18 2022 Ryan O'Hara - 1.8.27-3 +- Apply patch (#1941446) + * Fri Oct 15 2021 Ryan O'Hara - 1.8.27-3 - Fix short HTTP responses (#1941446)