From de4be3eb89b7ebb8e7ebfbfed73471fda0e04ae3 Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Fri, 17 Nov 2017 10:58:58 +0100 Subject: [PATCH] icingaweb2: Add PHP xml and mbstring requires --- icingaweb2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icingaweb2.spec b/icingaweb2.spec index f33fa97..47e7298 100644 --- a/icingaweb2.spec +++ b/icingaweb2.spec @@ -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}