diff options
| author | Remi Collet <fedora@famillecollet.com> | 2013-03-28 20:26:26 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2013-03-28 20:26:26 +0100 | 
| commit | 60be203fee49c014f372675608641c2ac0288f4f (patch) | |
| tree | 315735c3aa25e4d87926f22b9d71784929e4b7a2 | |
| parent | 144ca42b14a9652e4a3d95da0abbcaa01e6774bd (diff) | |
horde: fix order + new dependencies
| -rw-r--r-- | php-horde-Horde-Vfs.spec | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/php-horde-Horde-Vfs.spec b/php-horde-Horde-Vfs.spec index 0feab03..cf83f73 100644 --- a/php-horde-Horde-Vfs.spec +++ b/php-horde-Horde-Vfs.spec @@ -53,12 +53,13 @@ Requires:       php-pear(%{pear_channel}/Horde_Auth) >= 2.0.0  Conflicts:      php-pear(%{pear_channel}/Horde_Auth) >= 3.0.0  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_Kolab_Session) >= 2.0.0 +Conflicts:      php-pear(%{pear_channel}/Horde_Kolab_Session) >= 3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Mime) >= 2.0.0  Conflicts:      php-pear(%{pear_channel}/Horde_Mime) >= 3.0.0  Requires:       php-pear(%{pear_channel}/Horde_Perms) >= 2.0.0  Conflicts:      php-pear(%{pear_channel}/Horde_Perms) >= 3.0.0  # skip Horde_Core (avoid circular dependency) -# TODO Horde_Kolab_Session  Provides:       php-pear(%{pear_channel}/%{pear_name}) = %{version} | 
