diff --git a/mod_auth_openidc.spec b/mod_auth_openidc.spec index 92f2f05..329ec68 100644 --- a/mod_auth_openidc.spec +++ b/mod_auth_openidc.spec @@ -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 - 2.4.15-2 +- Port pcre dependency to pcre2 + * Tue Jan 16 2024 zhangxingrong - 2.4.15-1 - upgrade to 2.4.15