From e37cbb70c6f44da10adb3518751c8d2c085b5aca Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Oct 2021 16:55:41 +0200 Subject: cleanup --- php-swiftmailer6.spec | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/php-swiftmailer6.spec b/php-swiftmailer6.spec index 37508d8..e601f8a 100644 --- a/php-swiftmailer6.spec +++ b/php-swiftmailer6.spec @@ -53,7 +53,7 @@ BuildRequires: php-pcre BuildRequires: php-spl # From composer.json, "require-dev": { # "mockery/mockery": "^1.0", -# "symfony/phpunit-bridge": "^4.4|^5.4" +# "symfony/phpunit-bridge": "^4.4|^5.4 " # remirepo:1 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(mockery/mockery) >= 1.0 with php-composer(mockery/mockery) < 2) @@ -63,11 +63,7 @@ BuildRequires: (php-composer(mockery/mockery) >= 1.0 with php-composer BuildRequires: php-mockery #BuildRequires: php-symfony4-phpunit-bridge %endif -%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 %global phpunit %{_bindir}/phpunit9 -%else -%global phpunit %{_bindir}/phpunit8 -%endif BuildRequires: %{phpunit} %endif BuildRequires: php-fedora-autoloader-devel -- cgit