diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-03-29 13:47:30 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-03-29 13:47:30 +0100 |
commit | fd63ddf4cd9b70977acb03f14b1afc5fab563b67 (patch) | |
tree | 0daca8c71bf3d8b9d49e93b271725ed2bf724e0d | |
parent | b424ccba90500f0bf0a0c47fca72e9e025b56661 (diff) |
add requires on Net_IMAP
-rw-r--r-- | php-horde-Horde-Kolab-Storage.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-horde-Horde-Kolab-Storage.spec b/php-horde-Horde-Kolab-Storage.spec index 34cef2b..020ef73 100644 --- a/php-horde-Horde-Kolab-Storage.spec +++ b/php-horde-Horde-Kolab-Storage.spec @@ -5,7 +5,7 @@ Name: php-horde-Horde-Kolab-Storage Version: 2.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A package for handling Kolab data stored on an IMAP server Group: Development/Libraries @@ -55,8 +55,8 @@ Requires: php-pear(%{pear_channel}/Horde_Imap_Client) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Imap_Client) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_History) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_History) >= 3.0.0 -Conflicts: php-pear(HTTP_Request) -# TODO Requires: php-pear(Net_IMAP) >= 1.1.0 +Requires: php-pear(HTTP_Request) +Requires: php-pear(Net_IMAP) >= 1.1.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} @@ -160,5 +160,8 @@ fi %changelog +* Fri Mar 29 2013 Remi Collet <RPMS@FamilleCollet.com> - 2.0.4-2 +- add requires on Net_IMAP + * Thu Mar 28 2013 Remi Collet <RPMS@FamilleCollet.com> - 2.0.4-1 - initial package |