mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-28 16:34:06 +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
|
||||
%define php_version 7.2
|
||||
|
||||
# maximum supported PHP version
|
||||
%define php_max_version 8.1
|
||||
# unsupported PHP version
|
||||
%define php_unsupported_version 8.2
|
||||
|
||||
%if 0%{?suse_version}
|
||||
%define wwwconfigdir %{_sysconfdir}/apache2/conf.d
|
||||
@ -68,7 +68,7 @@ Requires: %{php}-ldap
|
||||
|
||||
Requires: %{php_runtime} >= %{php_version}
|
||||
Requires: %{php_common} >= %{php_version}
|
||||
Conflicts: %{php_runtime} > %{php_max_version}
|
||||
Conflicts: %{php_runtime} >= %{php_unsupported_version}
|
||||
%if 0%{?suse_version}
|
||||
Requires: apache2
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user