!16 Port pcre dependency to pcre2

From: @starlet-dx 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2024-01-17 09:31:06 +00:00 committed by Gitee
commit ddba01687f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -7,14 +7,14 @@
Name: mod_auth_openidc
Version: 2.4.15
Release: 1
Release: 2
Summary: OpenID Connect Relying Party module for Apache 2.x HTTP Server
License: ASL 2.0
URL: https://github.com/zmartzone/mod_auth_openidc
Source0: https://github.com/zmartzone/mod_auth_openidc/archive/refs/tags/v%{version}.tar.gz
BuildRequires: gcc httpd-devel openssl-devel curl-devel jansson-devel
BuildRequires: pcre-devel autoconf automake cjose-devel jq-devel
BuildRequires: pcre2-devel autoconf automake cjose-devel jq-devel
BuildRequires: libtool
Requires: httpd-mmn = %{_httpd_mmn}
@ -60,6 +60,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/{metadata,cache}
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/{metadata,cache}
%changelog
* Wed Jan 17 2024 yaoxin <yao_xin001@hoperun.com> - 2.4.15-2
- Port pcre dependency to pcre2
* Tue Jan 16 2024 zhangxingrong <zhangxingrong@uniontech.com> - 2.4.15-1
- upgrade to 2.4.15