diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-11-30 14:38:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-11-30 14:38:51 +0100 |
commit | 16dfc9b6ac5e748ce075b9fc531b53365c0ad6bc (patch) | |
tree | 8dafae67d3dacf913871acfc8b22f88aa0b54cdd /php-pecl-ssh2.spec | |
parent | db1c00066fc4ee03efe5114d76febb4ccb5b9223 (diff) |
php-pecl-ssh2: also provides php-ssh2
Diffstat (limited to 'php-pecl-ssh2.spec')
-rw-r--r-- | php-pecl-ssh2.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index 6a18ebd..7c8d800 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -4,7 +4,7 @@ Name: php-pecl-ssh2 Version: 0.12 -Release: 1%{?dist} +Release: 1%{?dist}.1 Summary: Bindings for the libssh2 library # http://pecl.php.net/bugs/bug.php?id=24364 @@ -21,11 +21,14 @@ BuildRequires: php-pear Requires(post): %{__pecl} Requires(postun): %{__pecl} -Provides: php-pecl(%{pecl_name}) = %{version} -Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} +Provides: php-%{pecl_name} = %{version} +Provides: php-%{pecl_name}%{?_isa} = %{version} +Provides: php-pecl(%{pecl_name}) = %{version} +Provides: php-pecl(%{pecl_name})%{?_isa} = %{version} + # Other third party repo stuff Obsoletes: php53-pecl-%{pecl_name} Obsoletes: php53u-pecl-%{pecl_name} @@ -134,6 +137,9 @@ rm -rf %{buildroot} %changelog +* Fri Nov 30 2012 Remi Collet <RPMS@FamilleCollet.com> - 0.12-1.1 +- also provides php-ssh2 + * Thu Oct 18 2012 Remi Collet <RPMS@FamilleCollet.com> - 0.12-1 - update to 0.12 - raise dependency on libssh2 >= 1.2 |