diff options
author | Remi Collet <remi@remirepo.net> | 2018-12-05 18:26:29 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-12-05 18:26:29 +0100 |
commit | 8556cb5eb057ef031cb02b85dc4db22f4aee2cf0 (patch) | |
tree | bcd5b80930eade54a30da54d684f1fd5421476b2 /php-phpunit-PHP-Invoker.spec | |
parent | bcee111d7442015ce600e658b7493af4cad404fb (diff) |
Diffstat (limited to 'php-phpunit-PHP-Invoker.spec')
-rw-r--r-- | php-phpunit-PHP-Invoker.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@fedoraproject.org> - 1.1.4-7 +- cleanup for EL-8 + * Fri Feb 2 2018 Remi Collet <remi@remirepo.net> - 1.1.4-5 - use range dependencies on F27+ |