diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-05 09:35:29 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-05 09:35:29 +0100 |
commit | c8119006e29a86c95151ae680a010717826f21c7 (patch) | |
tree | d0aa6023311eba3a1a8cbf229f43827cddbf22fe | |
parent | c35754b2b68107ee5d11feba1f2493c2f28f7f3e (diff) |
re-add max dep versions
-rw-r--r-- | php-react-cache.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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) |