Dependency on cjose does not work

Related: rhbz#2141850 - fix cjose version dependency
This commit is contained in:
Tomas Halman 2023-04-25 11:33:21 +02:00
parent 3c49220310
commit 59c713543a

View File

@ -15,7 +15,7 @@
Name: mod_auth_openidc
Version: 2.4.9.4
Release: 4%{?dist}
Release: 5%{?dist}
Summary: OpenID Connect auth module for Apache HTTP Server
License: ASL 2.0
@ -36,7 +36,7 @@ BuildRequires: cjose-devel
BuildRequires: jq-devel
%{?_with_hiredis:BuildRequires: hiredis-devel}
Requires: httpd-mmn = %{_httpd_mmn}
Requires: cjose = 0.6.1-2
Requires: cjose >= 0.6.1
%description
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
%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
Resolves: rhbz#2141850 - auth_openidc.conf mode 0640 by default