From f0c499bf76dd74d0a37b143bc223251fc1f3c7aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 27 Mar 2013 09:17:42 +0100 Subject: php-horde-Horde-Prefs: fix requires --- php-horde-Horde-Prefs.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- cgit