summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-phpunit-PHP-Invoker.spec9
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+