From 4072ea6f6fe191ccaf452fef67d3acb9cc0e5704 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Dec 2014 10:28:18 +0100 Subject: php*: xmlrpc requires xml --- php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.spec b/php.spec index f15b553..8137be7 100644 --- a/php.spec +++ b/php.spec @@ -649,7 +649,7 @@ Group: Development/Languages # All files licensed under PHP version 3.01, except # libXMLRPC is licensed under BSD License: PHP and BSD -Requires: %{?scl_prefix}php-common%{?_isa} = %{version}-%{release} +Requires: %{?scl_prefix}php-xml%{?_isa} = %{version}-%{release} %description xmlrpc The %{?scl_prefix}php-xmlrpc package contains a dynamic shared object that will add -- cgit