diff options
| -rw-r--r-- | php-phpunit-dbunit4.spec | 7 | 
1 files changed, 6 insertions, 1 deletions
| diff --git a/php-phpunit-dbunit4.spec b/php-phpunit-dbunit4.spec index 86bf6fa..e59602c 100644 --- a/php-phpunit-dbunit4.spec +++ b/php-phpunit-dbunit4.spec @@ -21,7 +21,7 @@  %global ver_major    4  %global ver_minor    0  %global ver_patch    0 -%global specrel      2 +%global specrel      3  Name:           php-%{pk_vendor}-%{pk_project}%{ver_major}  Version:        %{ver_major}.%{ver_minor}.%{ver_patch} @@ -68,6 +68,8 @@ Requires:       php-spl  # Autoloader  Requires:       php-composer(fedora/autoloader) +Provides:       php-composer(%{pk_vendor}/%{pk_project}) = %{version} +  %description  Extension for database interaction testing for PHPUnit 7. @@ -130,6 +132,9 @@ exit $ret  %changelog +* Wed Feb  7 2018 Remi Collet <remi@remirepo.net> - 4.0.0-3 +- provide php-composer(phpunit/dbunit) +  * Wed Feb  7 2018 Remi Collet <remi@remirepo.net> - 4.0.0-2  - fix description | 
