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 | f3381fdb0ebfe344bbbcaf182bf024ec1458e23c (patch) | |
| tree | fe4841136334cca816748f0d96bcf51ed9d89754 | |
| parent | b4b36388f28948f01e26b595b6e828d512efd95a (diff) | |
php*: xmlrpc requires xml
| -rw-r--r-- | php.spec | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -662,7 +662,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 | 
