Dependency on cjose does not work
Related: rhbz#2141850 - fix cjose version dependency
This commit is contained in:
parent
3c49220310
commit
59c713543a
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
Name: mod_auth_openidc
|
Name: mod_auth_openidc
|
||||||
Version: 2.4.9.4
|
Version: 2.4.9.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: OpenID Connect auth module for Apache HTTP Server
|
Summary: OpenID Connect auth module for Apache HTTP Server
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -36,7 +36,7 @@ BuildRequires: cjose-devel
|
|||||||
BuildRequires: jq-devel
|
BuildRequires: jq-devel
|
||||||
%{?_with_hiredis:BuildRequires: hiredis-devel}
|
%{?_with_hiredis:BuildRequires: hiredis-devel}
|
||||||
Requires: httpd-mmn = %{_httpd_mmn}
|
Requires: httpd-mmn = %{_httpd_mmn}
|
||||||
Requires: cjose = 0.6.1-2
|
Requires: cjose >= 0.6.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This module enables an Apache 2.x web server to operate as
|
This module enables an Apache 2.x web server to operate as
|
||||||
@ -98,6 +98,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
|
||||||
|
* Tue Apr 25 2023 Tomas Halman <thalman@redhat.com> - 2.4.9.4-5
|
||||||
|
Related: rhbz#2141850 - fix cjose version dependency
|
||||||
|
|
||||||
* Mon Apr 24 2023 Tomas Halman <thalman@redhat.com> - 2.4.9.4-4
|
* Mon Apr 24 2023 Tomas Halman <thalman@redhat.com> - 2.4.9.4-4
|
||||||
Resolves: rhbz#2141850 - auth_openidc.conf mode 0640 by default
|
Resolves: rhbz#2141850 - auth_openidc.conf mode 0640 by default
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user