From 82187d693a2aab4e20e199fe71c8e392b12e2766 Mon Sep 17 00:00:00 2001 From: eaglegai Date: Wed, 19 Oct 2022 06:45:10 +0000 Subject: [PATCH] #I5WHRG Signed-off-by: eaglegai --- mod_http2.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/mod_http2.spec b/mod_http2.spec index 4fc50b6..ab1afc8 100644 --- a/mod_http2.spec +++ b/mod_http2.spec @@ -2,7 +2,7 @@ Name: mod_http2 Version: 1.15.25 -Release: 1 +Release: 2 Summary: Support for the HTTP/2 transport layer License: ASL 2.0 URL: https://icing.github.io/mod_h2/ @@ -12,8 +12,8 @@ BuildRequires: gcc pkgconfig httpd-devel libnghttp2-devel openssl-devel autocon Requires: httpd-mmn = %{_httpd_mmn} %description -Mod_h[ttp]2 is an official Apache httpd module, first released in 2.4.17. -See Apache downloads to get a released version. mod_proxy_h[ttp]2 has been released in 2.4.23. +The mod_h2 Apache httpd module implements the HTTP2 protocol (h2+h2c) on +top of libnghttp2 for httpd 2.4 servers. %package_help @@ -50,6 +50,12 @@ make check %exclude /etc/httpd/share/doc/* %changelog +* Wed Oct 19 2022 gaihuiying - 1.15.25-2 +- Typebugfix +- ID:NA +- SUG:NA +- DESC:modify description about mod_http2 + * Sat Dec 04 2021 yanglu - 1.15.25-1 - Type:requirements - ID:NA