diff options
| -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  | 
