diff options
Diffstat (limited to 'php-yoast-phpunit-polyfills.spec')
-rw-r--r-- | php-yoast-phpunit-polyfills.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/php-yoast-phpunit-polyfills.spec b/php-yoast-phpunit-polyfills.spec index 9641eff..9a04f44 100644 --- a/php-yoast-phpunit-polyfills.spec +++ b/php-yoast-phpunit-polyfills.spec @@ -24,7 +24,7 @@ Name: php-%{pk_vendor}-%{pk_project}%{major} Version: 0.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of polyfills for changed PHPUnit functionality License: BSD @@ -48,9 +48,11 @@ BuildRequires: php-reflection BuildRequires: phpunit9 %endif BuildRequires: phpunit8 +%if 0%{?fedora} < 35 && 0%{?rhel} < 9 BuildRequires: phpunit7 BuildRequires: phpunit6 BuildRequires: phpunit +%endif BuildRequires: php-fedora-autoloader-devel %endif @@ -152,5 +154,8 @@ exit $ret %changelog +* Wed Mar 10 2021 Remi Collet <remi@remirepo.net> - 0.2.0-2 +- reduce build matrix + * Thu Nov 26 2020 Remi Collet <remi@remirepo.net> - 0.2.0-1 - initial rpm |