summaryrefslogtreecommitdiffstats
path: root/php-yoast-phpunit-polyfills.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-03-10 14:25:28 +0100
committerRemi Collet <remi@remirepo.net>2021-03-10 14:25:28 +0100
commit316b31c0771fcae9ecb866227197f1ebee9c655b (patch)
tree76a2cea046952b28f54204da47e365f5001938c8 /php-yoast-phpunit-polyfills.spec
parente52e6c86840d7fa6a4c8f6ea607c09fa521c6527 (diff)
reduce build matrix
Diffstat (limited to 'php-yoast-phpunit-polyfills.spec')
-rw-r--r--php-yoast-phpunit-polyfills.spec7
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