From 4e2c6125acaf6fef423bdd536f07d743f3e182f5 Mon Sep 17 00:00:00 2001 From: Luboš Uhliarik Date: Dec 22 2016 15:58:29 +0000 Subject: Resolves: #1358875 - require nghttp2 >= 1.5.0 --- diff --git a/httpd.spec b/httpd.spec index b73c1d2..164a497 100644 --- a/httpd.spec +++ b/httpd.spec @@ -8,7 +8,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.25 -Release: 1%{?dist} +Release: 2%{?dist} URL: http://httpd.apache.org/ Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: index.html @@ -81,6 +81,7 @@ Provides: mod_dav = %{version}-%{release}, httpd-suexec = %{version}-%{release} Provides: httpd-mmn = %{mmn}, httpd-mmn = %{mmnisa} Requires: httpd-tools = %{version}-%{release} Requires: httpd-filesystem = %{version}-%{release} +Requires: nghttp2 >= 1.5.0 Requires(pre): httpd-filesystem Requires(preun): systemd-units Requires(postun): systemd-units @@ -680,6 +681,9 @@ rm -rf $RPM_BUILD_ROOT %{_rpmconfigdir}/macros.d/macros.httpd %changelog +* Thu Dec 22 2016 Luboš Uhliarik - 2.4.25-2 +- Resolves: #1358875 - require nghttp2 >= 1.5.0 + * Thu Dec 22 2016 Luboš Uhliarik - 2.4.25-1 - new version 2.4.25