diff options
author | Remi Collet <remi@remirepo.net> | 2018-02-07 17:33:49 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-02-07 17:33:49 +0100 |
commit | 1a9ce7ff5e00ef04095b56338d938c5c2a9b3ca9 (patch) | |
tree | 443ddcaa4f7179fcc44687db5a756207dd1c248f | |
parent | c457f9fa8d32ad4285510759595e15d32639af8e (diff) |
fix weak dependency on php-phpunit-dbunit4
-rw-r--r-- | phpunit7.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit7.spec b/phpunit7.spec index 45389da..814e8a1 100644 --- a/phpunit7.spec +++ b/phpunit7.spec @@ -25,7 +25,7 @@ %global ver_major 7 %global ver_minor 0 %global ver_patch 0 -%global specrel 3 +%global specrel 4 Name: %{pk_project}%{ver_major} Version: %{ver_major}.%{ver_minor}.%{ver_patch} @@ -176,8 +176,8 @@ Requires: php-phar Requires: php-spl # remirepo:1 %if 0%{?fedora} > 21 -Recommends: php-phpunit-dbunit3 -Suggests: php-phpunit-selenium +Recommends: php-phpunit-dbunit4 +#Suggests: php-phpunit-selenium # remirepo:1 %endif @@ -266,6 +266,9 @@ exit $ret %changelog +* Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 7.0.0-4 +- fix weak dependency on php-phpunit-dbunit4 + * Wed Feb 7 2018 Remi Collet <remi@remirepo.net> - 7.0.0-3 - re add undefine __brp_mangle_shebangs |