diff --git a/mod_http2.spec b/mod_http2.spec index 66b1245..6401e68 100644 --- a/mod_http2.spec +++ b/mod_http2.spec @@ -3,7 +3,7 @@ Name: mod_http2 Version: 1.15.14 -Release: 5%{?dist} +Release: 6%{?dist} Summary: module implementing HTTP/2 for Apache 2 License: ASL 2.0 URL: https://icing.github.io/mod_h2/ @@ -47,6 +47,10 @@ echo "LoadModule proxy_http2_module modules/mod_proxy_http2.so" > %{buildroot}%{ %{_httpd_moddir}/mod_proxy_http2.so %changelog +* Wed Jun 16 2021 Mohan Boddu - 1.15.14-6 +- Rebuilt for RHEL 9 BETA for openssl 3.0 + Related: rhbz#1971065 + * Fri May 7 2021 Joe Orton - 1.15.14-5 - avoid use of deprecated OpenSSL 3.0 API (#1958042)