From 118e04663dd00abb5b9ed4a00efdeab85e2f21d1 Mon Sep 17 00:00:00 2001 From: Tomas Halman Date: Thu, 22 Sep 2022 16:20:55 +0200 Subject: [PATCH] Port pcre dependency to pcre2 Resolves: rhbz#2128328 --- mod_auth_openidc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mod_auth_openidc.spec b/mod_auth_openidc.spec index ea2beb6..a32f17f 100644 --- a/mod_auth_openidc.spec +++ b/mod_auth_openidc.spec @@ -15,7 +15,7 @@ Name: mod_auth_openidc Version: 2.4.11.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server License: ASL 2.0 @@ -28,7 +28,7 @@ BuildRequires: httpd-devel BuildRequires: openssl-devel BuildRequires: curl-devel BuildRequires: jansson-devel -BuildRequires: pcre-devel +BuildRequires: pcre2-devel BuildRequires: autoconf BuildRequires: automake BuildRequires: cjose-devel @@ -96,6 +96,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Thu Sep 22 2022 Tomas Halman - 2.4.11.2-3 +- Resolves: rhbz#2128328 - Port pcre dependency to pcre2 + * Thu Jul 21 2022 Fedora Release Engineering - 2.4.11.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild