diff options
author | Remi Collet <fedora@famillecollet.com> | 2013-04-06 12:31:46 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2013-04-06 12:31:46 +0200 |
commit | 0d92543b16d7ca466d2084876e1d538ef38481bb (patch) | |
tree | 0effd791486adb5486173935b40ffab6558232fb | |
parent | 246afea703d4b339b07da706b66ebf4ab0ae3160 (diff) |
php-horde-Horde-Service-Weather: fix requires
-rw-r--r-- | php-horde-Horde-Service-Weather.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/php-horde-Horde-Service-Weather.spec b/php-horde-Horde-Service-Weather.spec index 4847ca6..57e17bf 100644 --- a/php-horde-Horde-Service-Weather.spec +++ b/php-horde-Horde-Service-Weather.spec @@ -37,16 +37,16 @@ Requires: php-pear(PEAR) >= 1.7.0 Requires: php-channel(%{pear_channel}) Requires: php-pear(%{pear_channel}/Horde_Role) >= 1.0.0 Requires: php-pear(%{pear_channel}/Horde_Date) >= 2.0.0 -Requires: php-pear(%{pear_channel}/Horde_Date) >= 3.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Date) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 -Requires: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Http) >= 2.0.0 -Requires: php-pear(%{pear_channel}/Horde_Http) >= 3.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Http) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Url) >= 2.0.0 -Requires: php-pear(%{pear_channel}/Horde_Url) >= 3.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Url) >= 3.0.0 # Not documented, detected by phpci Requires: php-pear(%{pear_channel}/Horde_Serialize) >= 2.0.0 -Requires: php-pear(%{pear_channel}/Horde_Serialize) >= 3.0.0 +Conflicts: php-pear(%{pear_channel}/Horde_Serialize) >= 3.0.0 Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} |