diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-04-08 08:59:45 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-04-08 08:59:45 +0200 |
commit | 609b30d33555bae1216889508b22f7d38d8558f4 (patch) | |
tree | 59846ee72c6cabb09df12e4adcec7057255764a9 /php-zendframework-zend-math.spec | |
parent | f2f14c6e556c91b5f90a0fb077e1e5d4ddde62b1 (diff) |
php-zendframework-zend-math: mandatory dependency on ircmaxell/random-lib
Diffstat (limited to 'php-zendframework-zend-math.spec')
-rw-r--r-- | php-zendframework-zend-math.spec | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/php-zendframework-zend-math.spec b/php-zendframework-zend-math.spec index 07cf98c..8600c6d 100644 --- a/php-zendframework-zend-math.spec +++ b/php-zendframework-zend-math.spec @@ -67,9 +67,8 @@ Requires: php-spl # "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable" Requires: php-bcmath Requires: php-gmp -%if 0%{?fedora} >= 21 -Suggests: php-composer(ircmaxell/random-lib) -%endif +# Mandatory as we don't want mcrypt +Requires: php-composer(ircmaxell/random-lib) # Autoloader Requires: php-composer(%{gh_owner}/zend-loader) >= 2.5 %endif @@ -143,6 +142,7 @@ rm -rf %{buildroot} %changelog * Fri Apr 8 2016 Remi Collet <remi@fedoraproject.org> - 2.7.0-1 - update to 2.7.0 +- add mandatory dependency on ircmaxell/random-lib * Wed Feb 3 2016 Remi Collet <remi@fedoraproject.org> - 2.6.0-1 - update to 2.6.0 |