Port pcre dependency to pcre2
This commit is contained in:
parent
1877d38ae5
commit
33009dc17b
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user