diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-17 10:28:18 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-17 10:28:18 +0100 |
commit | 4072ea6f6fe191ccaf452fef67d3acb9cc0e5704 (patch) | |
tree | bae51a402d4304409d59f11b5926723566679f1a | |
parent | d74a236f7da10cfef7a4b15f90a2f0dc9a8a3e6a (diff) |
php*: xmlrpc requires xml
-rw-r--r-- | php.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |