mod_auth_openidc updated
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
|
%global httpd_pkg_cache_dir /var/cache/httpd/mod_auth_openidc
|
||||||
|
|
||||||
Name: mod_auth_openidc
|
Name: mod_auth_openidc
|
||||||
Version: 2.4.10
|
Version: 2.4.11
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OpenID Connect auth module for Apache HTTP Server
|
Summary: OpenID Connect auth module for Apache HTTP Server
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ BuildRequires: pcre-devel
|
|||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: cjose-devel
|
BuildRequires: cjose-devel
|
||||||
#BuildRequires: jq-devel
|
BuildRequires: jq-devel
|
||||||
BuildRequires: jq
|
BuildRequires: jq
|
||||||
%{?_with_hiredis:BuildRequires: hiredis-devel}
|
%{?_with_hiredis:BuildRequires: hiredis-devel}
|
||||||
Requires: httpd-mmn = %{_httpd_mmn}
|
Requires: httpd-mmn = %{_httpd_mmn}
|
||||||
@@ -59,7 +59,7 @@ make test
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
mkdir -p $RPM_BUILD_ROOT%{_httpd_moddir}
|
mkdir -p $RPM_BUILD_ROOT%{_httpd_moddir}
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
./install-sh .libs/%{name}.so $RPM_BUILD_ROOT%{_httpd_moddir}/%{name}.so
|
||||||
|
|
||||||
install -m 755 -d $RPM_BUILD_ROOT%{_httpd_modconfdir}
|
install -m 755 -d $RPM_BUILD_ROOT%{_httpd_modconfdir}
|
||||||
echo 'LoadModule auth_openidc_module modules/mod_auth_openidc.so' > \
|
echo 'LoadModule auth_openidc_module modules/mod_auth_openidc.so' > \
|
||||||
@@ -91,6 +91,9 @@ install -m 700 -d $RPM_BUILD_ROOT%{httpd_pkg_cache_dir}/cache
|
|||||||
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
|
%dir %attr(0700, apache, apache) %{httpd_pkg_cache_dir}/cache
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 18 2022 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
|
- Update to 2.4.11
|
||||||
|
|
||||||
* Mon Dec 6 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
* Mon Dec 6 2021 Daniel Steiner <daniel.steiner@dsteiner.ch>
|
||||||
- Update to 2.4.10
|
- Update to 2.4.10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user