From b1a80f81f6c1d4c4ae572309de982c8bc68ab4b4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 19 Oct 2013 08:03:07 +0200 Subject: symfony2: cleanups (dep from composer) --- php-symfony2-Security.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/php-symfony2-Security.spec b/php-symfony2-Security.spec index e232c4b..8286fb5 100644 --- a/php-symfony2-Security.spec +++ b/php-symfony2-Security.spec @@ -25,7 +25,7 @@ BuildRequires: php-channel(%{pear_channel}) BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-pear(pear.phpunit.de/PHPUnit) BuildRequires: php-pear(%{pear_channel}/EventDispatcher) > 2.1 -BuildRequires: php-pear(%{pear_channel}/Form) >= 2.2.0 +BuildRequires: php-pear(%{pear_channel}/Form) > 2.0 BuildRequires: php-pear(%{pear_channel}/HttpFoundation) > 2.1 BuildRequires: php-pear(%{pear_channel}/HttpKernel) > 2.1 BuildRequires: php-pear(%{pear_channel}/Routing) > 2.2 @@ -64,10 +64,9 @@ Requires: php-spl # Optional Requires: php-pear(%{pear_channel}/ClassLoader) Requires: php-pear(%{pear_channel}/Finder) -Requires: php-pear(%{pear_channel}/Form) +Requires: php-pear(%{pear_channel}/Form) > 2.0 Requires: php-pear(%{pear_channel}/Routing) > 2.2 Requires: php-pear(%{pear_channel}/Validator) > 2.2 -Requires: php-pear(pear.doctrine-project.org/DoctrineCommon) > 2.2 Requires: php-pear(pear.doctrine-project.org/DoctrineDBAL) > 2.2 Requires: php-PsrLog > 1.0 Requires: php-password-compat > 1.0 -- cgit