From 609b30d33555bae1216889508b22f7d38d8558f4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Apr 2016 08:59:45 +0200 Subject: php-zendframework-zend-math: mandatory dependency on ircmaxell/random-lib --- php-zendframework-zend-math.spec | 6 +++--- 1 file 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 - 2.7.0-1 - update to 2.7.0 +- add mandatory dependency on ircmaxell/random-lib * Wed Feb 3 2016 Remi Collet - 2.6.0-1 - update to 2.6.0 -- cgit