From 8556cb5eb057ef031cb02b85dc4db22f4aee2cf0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Dec 2018 18:26:29 +0100 Subject: cleanup for EL-8 --- php-phpunit-PHP-Invoker.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-phpunit-PHP-Invoker.spec') diff --git a/php-phpunit-PHP-Invoker.spec b/php-phpunit-PHP-Invoker.spec index 7cff27e..f0ea72e 100644 --- a/php-phpunit-PHP-Invoker.spec +++ b/php-phpunit-PHP-Invoker.spec @@ -22,7 +22,7 @@ Name: php-phpunit-PHP-Invoker Version: 1.1.4 -Release: 5%{?dist} +Release: 7%{?dist} Summary: Utility class for invoking callables with a timeout License: BSD @@ -34,7 +34,7 @@ BuildRequires: php(language) >= 5.2.7 BuildRequires: %{_bindir}/phpab %if %{with_tests} BuildRequires: %{_bindir}/phpunit -%if 0%{?fedora} >= 27 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(phpunit/php-timer) >= 1.0.6 with php-composer(phpunit/php-timer) < 2) %else BuildRequires: php-phpunit-PHP-Timer >= 1.0.6 @@ -46,7 +46,7 @@ BuildRequires: php-phpunit-PHP-Timer >= 1.0.6 # "phpunit/php-timer": ">=1.0.6", # "ext-pcntl": "*" Requires: php(language) >= 5.3.3 -%if 0%{?fedora} >= 27 +%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Requires: (php-composer(phpunit/php-timer) >= 1.0.6 with php-composer(phpunit/php-timer) < 2) %else Requires: php-phpunit-PHP-Timer >= 1.0.6 @@ -125,6 +125,9 @@ fi %changelog +* Tue Dec 4 2018 Remi Collet - 1.1.4-7 +- cleanup for EL-8 + * Fri Feb 2 2018 Remi Collet - 1.1.4-5 - use range dependencies on F27+ -- cgit