diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-27 09:17:42 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-27 09:17:42 +0100 |
commit | f0c499bf76dd74d0a37b143bc223251fc1f3c7aa (patch) | |
tree | 515763674964bffe8f9df494b8b7b71164fc900d | |
parent | abd7ad21b91790a5eeb0f91fbcd008cc934424b0 (diff) |
php-horde-Horde-Prefs: fix requires
-rw-r--r-- | php-horde-Horde-Prefs.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-horde-Horde-Prefs.spec b/php-horde-Horde-Prefs.spec index 82c0d82..e7e1b06 100644 --- a/php-horde-Horde-Prefs.spec +++ b/php-horde-Horde-Prefs.spec @@ -26,7 +26,7 @@ Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 Requires: php-json -Requires: php-ldap +Requires: php-pdo Requires: php-pcre Requires: php-spl Requires: php-pear(PEAR) >= 1.7.0 @@ -48,6 +48,8 @@ Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Image) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Image) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Ldap) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Ldap) >= 3.0.0 # TODO Horde_Imsp, Kolab_Storage Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} |