diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-05-04 08:14:28 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-05-04 08:14:28 +0200 |
commit | 164085dc9a74f158e197784421abc131526b0d44 (patch) | |
tree | f4174dc28dc02f72e620a7367c2fc398e5182378 | |
parent | ad8499aacc21a8778cf7f16a3d288acec15f5aa0 (diff) |
php-horde-Horde-Cache: drop optional dependency on Horde_Db (avoid circular)
-rw-r--r-- | php-horde-Horde-Imap-Client.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-horde-Horde-Imap-Client.spec b/php-horde-Horde-Imap-Client.spec index 3081486..b101d96 100644 --- a/php-horde-Horde-Imap-Client.spec +++ b/php-horde-Horde-Imap-Client.spec @@ -47,12 +47,14 @@ Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0 # Optionnal Requires: php-json Requires: php-mbstring +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_Cache) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Cache) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Secret) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Secret) >= 3.0.0 # Optional and implicilyt required : -# Horde_Compress_Fast, Horde_Db, Horde_Stream_Filter +# Horde_Compress_Fast, Horde_Stream_Filter # Not yet available Horde_Mongo, mongo Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} |