diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-02 18:33:27 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-02 18:33:27 +0100 |
commit | 6657a0a58c222d46a1ee8d081ef4e16d60cfdfd7 (patch) | |
tree | f803c5f15c733b5b04f724b2f50094416d68cfd4 | |
parent | 372c49873c304bda82cd37811a9f7c03cd048f2a (diff) |
php-horde-Horde-Group: fix provides
-rw-r--r-- | php-horde-Horde-Group.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/php-horde-Horde-Group.spec b/php-horde-Horde-Group.spec index 9f02090..646aa6f 100644 --- a/php-horde-Horde-Group.spec +++ b/php-horde-Horde-Group.spec @@ -5,7 +5,7 @@ Name: php-horde-Horde-Group Version: 2.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Horde User Groups System Group: Development/Libraries @@ -25,7 +25,6 @@ Requires(post): %{__pear} Requires(postun): %{__pear} Requires: php(language) >= 5.3.0 Requires: php-channel(%{pear_channel}) -Provides: php-pear(%{pear_name}) = %{version} Requires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Exception) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 @@ -34,6 +33,8 @@ Conflicts: php-pear(%{pear_channel}/Horde_Util) >= 3.0.0 Requires: php-pear(%{pear_channel}/Horde_Db) >= 2.0.0 Conflicts: php-pear(%{pear_channel}/Horde_Db) >= 3.0.0 +Provides: php-pear(%{pear_channel}/%{pear_name}) = %{version} + %description Package for managing and accessing the Horde groups system. @@ -90,6 +91,9 @@ fi %changelog +* Fri Nov 2 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-2 +- fix provides (missing channel) + * Fri Nov 2 2012 Remi Collet <RPMS@FamilleCollet.com> - 2.0.0-1 - Update to 2.0.0 for remi repo |