Second rebuild against pcre2-10.37 (bug #1970765)

Resolves: rhbz#1986848
This commit is contained in:
Lukas Javorsky 2021-08-04 13:52:27 +02:00
parent 249f746658
commit a3dca14b51
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Name: haproxy
Version: 2.4.2
Release: 4%{?dist}
Release: 5%{?dist}
Summary: HAProxy reverse proxy for high availability environments
License: GPLv2+
@ -134,6 +134,9 @@ exit 0
%{_mandir}/man1/*
%changelog
* Wed Aug 04 2021 Lukas Javorsky <ljavorsk@redhat.com> - 2.4.2-5
- Second rebuild against pcre2-10.37 (bug #1970765)
* Tue Aug 03 2021 Ryan O'Hara <rohara@redhat.com> - 2.4.2-4
- Apply patch to fix OpenSSL 3.0 build (#1984786)