diff --git a/httpd.spec b/httpd.spec index a9bda57..ffaad30 100644 --- a/httpd.spec +++ b/httpd.spec @@ -13,7 +13,7 @@ Summary: Apache HTTP Server Name: httpd Version: 2.4.53 -Release: 2%{?dist} +Release: 3%{?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 @@ -372,7 +372,7 @@ export LYNX_PATH=/usr/bin/links --with-suexec-uidmin=1000 --with-suexec-gidmin=1000 \ --with-brotli \ --enable-pie \ - --with-pcre \ + --with-pcre=/usr/bin/pcre-config \ --enable-mods-shared=all \ --enable-ssl --with-ssl --disable-distcache \ --enable-proxy --enable-proxy-fdpass \ @@ -838,7 +838,7 @@ exit $rv %{_rpmconfigdir}/macros.d/macros.httpd %changelog -* Wed Jun 01 2022 Luboš Uhliarik - 2.4.53-2 +* Wed Jun 01 2022 Luboš Uhliarik - 2.4.53-3 - Resolves: #2065677 - httpd minimisation for ubi-micro - minimize httpd dependencies (new httpd-core package) - mod_systemd and mod_brotli are now packaged in the main httpd package