From 8931d2aab62ee3a1406ae4a12eaf1b050b1df681 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Dec 2020 10:40:42 +0100 Subject: fix dep --- php-tecnickcom-tc-lib-color.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php-tecnickcom-tc-lib-color.spec b/php-tecnickcom-tc-lib-color.spec index ac78fa5..bf7f103 100644 --- a/php-tecnickcom-tc-lib-color.spec +++ b/php-tecnickcom-tc-lib-color.spec @@ -28,10 +28,11 @@ BuildArch: noarch # For tests %if 0%{?fedora} >= 32 || 0%{?rhel} >= 9 %global phpunit %{_bindir}/phpunit9 +BuildRequires: phpunit9 >= 9.5.0 %else %global phpunit %{_bindir}/phpunit8 +BuildRequires: phpunit8 >= 8.5.13 %endif -BuildRequires: %{phpunit} BuildRequires: php(language) >= 5.3 BuildRequires: php-pcre %endif -- cgit