From 316b31c0771fcae9ecb866227197f1ebee9c655b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Mar 2021 14:25:28 +0100 Subject: reduce build matrix --- php-yoast-phpunit-polyfills.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php-yoast-phpunit-polyfills.spec') 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 - 0.2.0-2 +- reduce build matrix + * Thu Nov 26 2020 Remi Collet - 0.2.0-1 - initial rpm -- cgit