diff --git a/nghttp2.spec b/nghttp2.spec index 51b599e..6981a07 100644 --- a/nghttp2.spec +++ b/nghttp2.spec @@ -1,7 +1,7 @@ Summary: Experimental HTTP/2 client, server and proxy Name: nghttp2 Version: 1.43.0 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT URL: https://nghttp2.org/ Source0: https://github.com/tatsuhiro-t/nghttp2/releases/download/v%{version}/nghttp2-%{version}.tar.xz @@ -115,6 +115,10 @@ export "LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$LD_LIBRARY_PATH" %changelog +* Mon Aug 09 2021 Mohan Boddu - 1.43.0-5 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + * Wed Jun 16 2021 Mohan Boddu - 1.43.0-4 - Rebuilt for RHEL 9 BETA for openssl 3.0 Related: rhbz#1971065