diff --git a/centos/SPECS/mod_auth_openidc.spec b/centos/SPECS/mod_auth_openidc.spec index 1308afb..e967e83 100644 --- a/centos/SPECS/mod_auth_openidc.spec +++ b/centos/SPECS/mod_auth_openidc.spec @@ -15,7 +15,7 @@ Name: mod_auth_openidc Version: 2.4.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OpenID Connect auth module for Apache HTTP Server License: ASL 2.0 @@ -49,6 +49,7 @@ sed -i -e '72d;73{s/^.//;s/@/$(DESTDIR)@/}' Makefile.am ./autogen.sh %configure \ --with-apxs=%{_bindir}/apxs \ + --with-jq=%{_libdir} \ %{?_with_hiredis} \ %{?_without_hiredis} @@ -91,6 +92,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache %dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache %changelog +* Tue Mar 29 2022 Daniel Steiner +- libjq enabled. + * Fri Feb 18 2022 Daniel Steiner - Update to 2.4.11