diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-29 17:30:06 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-29 17:30:06 +0100 |
commit | 2830a33e7c22d26431067f895541e87f38ec5f1e (patch) | |
tree | 92dc298680255afcab1f7c08ae3b880e16a61441 | |
parent | f0c499bf76dd74d0a37b143bc223251fc1f3c7aa (diff) |
php-horde-Horde-Prefs: requires Horde_Kolab_Storage
-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 e7e1b06..f5ac8fe 100644 --- a/php-horde-Horde-Prefs.spec +++ b/php-horde-Horde-Prefs.spec @@ -50,7 +50,9 @@ 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 +Requires: php-pear(%{pear_channel}/Horde_Kolab_Storage) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Kolab_Storage) >= 3.0.0 +# TODO Horde_Imsp Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} |