diff options
-rw-r--r-- | php-phpunit-dbunit3.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-phpunit-dbunit3.spec b/php-phpunit-dbunit3.spec index 21fd63f..a9d62ee 100644 --- a/php-phpunit-dbunit3.spec +++ b/php-phpunit-dbunit3.spec @@ -21,7 +21,7 @@ %global ver_major 3 %global ver_minor 0 %global ver_patch 3 -%global specrel 2 +%global specrel 3 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} Version: %{ver_major}.%{ver_minor}.%{ver_patch} @@ -72,6 +72,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 6. @@ -134,6 +136,9 @@ exit $ret %changelog +* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 3.0.3-3 +- provide php-composer(phpunit/dbunit) + * Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 3.0.3-2 - better description |