diff --git a/icingaweb2.spec b/icingaweb2.spec index ff4cd10..fd4f27a 100644 --- a/icingaweb2.spec +++ b/icingaweb2.spec @@ -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