diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-06 12:25:34 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-06 12:25:34 +0200 |
commit | e64314c73a15200fee223ee624d372ad6e44117c (patch) | |
tree | 13952788a7e582ed1cd8abaeef52e1cddd1b3efd | |
parent | 862dbe05d01fb23abc4ecf7e1f3f8bd4f6101153 (diff) |
horde requires Service_Weather
-rw-r--r-- | php-horde-horde.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-horde-horde.spec b/php-horde-horde.spec index d374e1c..a247199 100644 --- a/php-horde-horde.spec +++ b/php-horde-horde.spec @@ -117,11 +117,13 @@ Requires: php-pear(Console_Getopt) Requires: php-pear(Console_Table) Requires: php-pear(Net_DNS2) Requires: php-pear(Services_Weather) +Requires: php-pear(%{pear_channel}/Horde_Service_Weather) >= 2.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Service_Weather) >= 3.0.0 # Optional but implicitly required # Horde_Db, Horde_Feed, Horde_Oauth, Horde_SyncMl # Optionnal but TODO # Horde_ActiveSync, Horde_Service_Facebook, -# Horde_Service_Twitter, Horde_Service_Weather +# Horde_Service_Twitter Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} %if 0%{?fedora} > 19 |