From c8119006e29a86c95151ae680a010717826f21c7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 5 Nov 2020 09:35:29 +0100 Subject: re-add max dep versions --- php-react-cache.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-react-cache.spec b/php-react-cache.spec index 10b6b8b..ecfdc92 100644 --- a/php-react-cache.spec +++ b/php-react-cache.spec @@ -59,6 +59,7 @@ BuildRequires: php-phpunit-PHPUnit >= 4.8.35 %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 BuildRequires: (php-composer(react/promise) >= %{react_promise_min_ver} with php-composer(react/promise) < %{react_promise_max_ver}) %else +BuildRequires: php-react-promise < %{react_promise_max_ver} BuildRequires: php-react-promise >= %{react_promise_min_ver} %endif ## phpcompatinfo (computed from version 1.1.0) @@ -72,6 +73,7 @@ Requires: php(language) >= %{php_min_ver} %if 0%{?fedora} >= 27 || 0%{?rhel} >= 8 Requires: (php-composer(react/promise) >= %{react_promise_min_ver} with php-composer(react/promise) < %{react_promise_max_ver}) %else +Requires: php-react-promise < %{react_promise_max_ver} Requires: php-react-promise >= %{react_promise_min_ver} %endif # phpcompatinfo (computed from version 1.1.0) -- cgit