diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-18 10:49:20 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-18 10:49:20 +0100 |
commit | 17cda9ea5ff8d2df011178b71f5b7835b0846a01 (patch) | |
tree | 8b401253e4a9ba05cecfb753834f26e8cf1f26ff | |
parent | 93a3671bb0a1df0fe3332b77ae7eec4583e875bd (diff) |
php: re-add provides php-pecl-Fileinfo
-rw-r--r-- | php70.spec | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,7 @@ %global zendver 20151012 %global pdover 20150127 # Extension version +%global fileinfover 1.0.5 %global opcachever 7.0.6-dev %global oci8ver 2.1.0 %global zipver 1.13.0 @@ -391,6 +392,8 @@ Requires: php-json%{?_isa} Obsoletes: php-pecl-phar < 1.2.4 Obsoletes: php-pecl-Fileinfo < 1.0.5 +Provides: php-pecl-Fileinfo = %{fileinfover}, php-pecl-Fileinfo%{?_isa} = %{fileinfover} +Provides: php-pecl(Fileinfo) = %{fileinfover}, php-pecl(Fileinfo)%{?_isa} = %{fileinfover} Obsoletes: php-mhash < 5.3.0 Obsoletes: php53-mhash, php53u-mhash Obsoletes: php53-common, php53u-common, php54-common, php54w-common, php55u-common, php55w-common, php56u-common, php56w-common, php70u-common, php70w-common |