mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-29 00:44:07 +02:00
Fix php_max_version conflict
This commit is contained in:
parent
2108d0d586
commit
078b02496a
@ -49,8 +49,8 @@ Requires: %{php}-ldap
|
|||||||
# minimum required PHP version
|
# minimum required PHP version
|
||||||
%define php_version 7.2
|
%define php_version 7.2
|
||||||
|
|
||||||
# maximum supported PHP version
|
# unsupported PHP version
|
||||||
%define php_max_version 8.1
|
%define php_unsupported_version 8.2
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
%define wwwconfigdir %{_sysconfdir}/apache2/conf.d
|
%define wwwconfigdir %{_sysconfdir}/apache2/conf.d
|
||||||
@ -68,7 +68,7 @@ Requires: %{php}-ldap
|
|||||||
|
|
||||||
Requires: %{php_runtime} >= %{php_version}
|
Requires: %{php_runtime} >= %{php_version}
|
||||||
Requires: %{php_common} >= %{php_version}
|
Requires: %{php_common} >= %{php_version}
|
||||||
Conflicts: %{php_runtime} > %{php_max_version}
|
Conflicts: %{php_runtime} >= %{php_unsupported_version}
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
Requires: apache2
|
Requires: apache2
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user