From 1703c87e25c6f9cdc7fabeea73f3c3df6ff204c7 Mon Sep 17 00:00:00 2001 From: Daniel Steiner Date: Tue, 29 Mar 2022 13:05:47 +0200 Subject: [PATCH] jq functions added throug libjq --- centos/SPECS/mod_auth_openidc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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