diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-20 09:45:14 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-20 09:45:14 +0100 |
commit | f06e7c3faa9d673f778882b27f6be001c31f3954 (patch) | |
tree | 18ec591ca5e0e0631a261a081a5f65c6820b6d93 | |
parent | ed56f126b3d8dc5cfe6597ca844d19f4a9e6a12e (diff) |
hore: more dependencies on Horde_Routes + add link to upstream bugs
-rw-r--r-- | php-horde-Horde-Core.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-horde-Horde-Core.spec b/php-horde-Horde-Core.spec index 4b5524e..841d967 100644 --- a/php-horde-Horde-Core.spec +++ b/php-horde-Horde-Core.spec @@ -136,13 +136,15 @@ Requires: php-pear(%{pear_channel}/Horde_Mail) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Mail) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Nls) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Nls) >= 3.0.0 +Requires: php-pear(%{pear_channel}/Horde_Routes) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Routes) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Tree) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Tree) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Vfs) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Vfs) >= 3.0.0 # Optionnal: Horde_ActiveSync, Horde_Editor, Horde_ElasticSearch, Horde_Kolab_Server # Horde_Kolab_Session, Horde_Kolab_Storage, Horde_Ldap -# Horde_Oauth, Horde_Routes, Horde_Service_Twitter, Horde_SpellChecker, Horde_Tree +# Horde_Oauth, Horde_Service_Twitter, Horde_SpellChecker, Horde_Tree # Text_CAPTCHA, Text_Figlet, Text_LanguageDetect Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} |