icingaweb2: Add PHP xml and mbstring requires

This commit is contained in:
Markus Frosch 2017-11-17 10:58:58 +01:00
parent 1b4ba49d0d
commit de4be3eb89
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ Common files for Icinga Web 2 and the Icinga CLI
Summary: Icinga Web 2 PHP library
Group: Development/Libraries
Requires: %{php_common} >= %{php_version}
Requires: %{php}-gd %{php}-intl
%{?rhel:Requires: %{php}-pdo}
Requires: %{php}-gd %{php}-intl %{php}-mbstring
%{?rhel:Requires: %{php}-pdo %{php}-xml}
Requires: %{name}-vendor-zf1 = %{version}-%{release}
%{?amzn:Requires: %{php}-pecl-imagick}
%{?fedora:Requires: php-pecl-imagick}