From 2810d409b083296db2653f8bbbd49224799d476d07acaecbebfd44c6821466b2 Mon Sep 17 00:00:00 2001 From: David Anes Date: Fri, 23 Sep 2022 06:20:26 +0000 Subject: [PATCH] Accepting request 1005549 from home:coolo:branches:openSUSE:Factory - The 2.4.54 release brought support for PCRE2, but for that we also need to change buildrequires to pcre2-devel OBS-URL: https://build.opensuse.org/request/show/1005549 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=678 --- apache2.changes | 6 ++++++ apache2.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apache2.changes b/apache2.changes index cec4610..e059e45 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 23 06:06:26 UTC 2022 - Stephan Kulow + +- The 2.4.54 release brought support for PCRE2, but for that we also + need to change buildrequires to pcre2-devel + ------------------------------------------------------------------- Tue Sep 20 15:01:58 UTC 2022 - David Anes diff --git a/apache2.spec b/apache2.spec index 1973cc2..737d30f 100644 --- a/apache2.spec +++ b/apache2.spec @@ -210,7 +210,7 @@ BuildRequires: libxml2-devel BuildRequires: lua-devel BuildRequires: openldap2-devel BuildRequires: openssl-devel >= 0.9.8a -BuildRequires: pcre-devel +BuildRequires: pcre2-devel BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros BuildRequires: xz