mirror of
https://git.icinga.com/packaging/rpm-icingaweb2.git
synced 2025-07-31 01:44:06 +02:00
Add missing php extension requirements
This commit is contained in:
parent
71974193e1
commit
b0756e4594
@ -122,6 +122,9 @@ Summary: Icinga Web 2 PHP library
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: %{php_common} >= %{php_version}
|
Requires: %{php_common} >= %{php_version}
|
||||||
Requires: %{php}-gd %{php}-intl %{php}-mbstring
|
Requires: %{php}-gd %{php}-intl %{php}-mbstring
|
||||||
|
%if 0%{?sle_version} >= 150200
|
||||||
|
Requires: %{php}-dom %{php}-curl
|
||||||
|
%endif
|
||||||
%{?rhel:Requires: %{php}-pdo %{php}-xml}
|
%{?rhel:Requires: %{php}-pdo %{php}-xml}
|
||||||
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 30
|
%if 0%{?rhel} >= 8 || 0%{?fedora} >= 30
|
||||||
Requires: %{php}-json
|
Requires: %{php}-json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user