From 29ba282799fd9365a4729bbe7a20dc90dfac06bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Uhliarik?= Date: Thu, 8 Dec 2022 02:34:40 +0100 Subject: [PATCH] Resolves: #2143176 - Dependency from mod_http2 on httpd broken --- httpd.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/httpd.spec b/httpd.spec index ba17b76..5d05702 100644 --- a/httpd.spec +++ b/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.53 -Release: 8%{?dist} +Release: 9%{?dist} URL: https://httpd.apache.org/ Source0: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: https://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2.asc @@ -162,6 +162,7 @@ Requires: httpd-filesystem = %{version}-%{release} Requires(pre): httpd-filesystem Conflicts: apr < 1.5.0-1 Conflicts: httpd < 2.4.53-3 +Conflicts: mod_http2 < 1.15.19-3 Obsoletes: mod_proxy_uwsgi < 2.0.17.1-2 %description core @@ -866,6 +867,9 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Thu Dec 08 2022 Luboš Uhliarik - 2.4.53-9 +- Resolves: #2143176 - Dependency from mod_http2 on httpd broken + * Tue Dec 06 2022 Luboš Uhliarik - 2.4.53-8 - Resolves: #2151313 - reduce AH03408 log level from WARNING to INFO