Port pcre dependency to pcre2

This commit is contained in:
starlet-dx 2024-01-17 17:19:01 +08:00
parent 1877d38ae5
commit 33009dc17b

View File

@ -7,14 +7,14 @@
Name: mod_auth_openidc Name: mod_auth_openidc
Version: 2.4.15 Version: 2.4.15
Release: 1 Release: 2
Summary: OpenID Connect Relying Party module for Apache 2.x HTTP Server Summary: OpenID Connect Relying Party module for Apache 2.x HTTP Server
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/zmartzone/mod_auth_openidc URL: https://github.com/zmartzone/mod_auth_openidc
Source0: https://github.com/zmartzone/mod_auth_openidc/archive/refs/tags/v%{version}.tar.gz 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: 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 BuildRequires: libtool
Requires: httpd-mmn = %{_httpd_mmn} 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} %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/{metadata,cache}
%changelog %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 * Tue Jan 16 2024 zhangxingrong <zhangxingrong@uniontech.com> - 2.4.15-1
- upgrade to 2.4.15 - upgrade to 2.4.15