From 1a9ce7ff5e00ef04095b56338d938c5c2a9b3ca9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Feb 2018 17:33:49 +0100 Subject: fix weak dependency on php-phpunit-dbunit4 --- phpunit7.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'phpunit7.spec') 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 - 7.0.0-4 +- fix weak dependency on php-phpunit-dbunit4 + * Wed Feb 7 2018 Remi Collet - 7.0.0-3 - re add undefine __brp_mangle_shebangs -- cgit