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 | 68e1a0c35038bb03d0c162879a1db982e4981f02 (patch) | |
| tree | 4f06374772cff034b29f5ceaecf237681af446da | |
| parent | 90704992a133969b3153e69889d9c01cdd51a6f5 (diff) | |
php*: xmlrpc requires xml
| -rw-r--r-- | php55.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -698,7 +698,7 @@ Group: Development/Languages # All files licensed under PHP version 3.01, except # libXMLRPC is licensed under BSD License: PHP and BSD -Requires: php-common%{?_isa} = %{version}-%{release} +Requires: php-xml%{?_isa} = %{version}-%{release} Obsoletes: php53-xmlrpc, php53u-xmlrpc, php54-xmlrpc, php54w-xmlrpc, php55u-xmlrpc, php55w-xmlrpc %description xmlrpc |
