From 65e5933cc0f207fdae29fdf339795e0e0d9c3f66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Oct 2012 18:03:32 +0100 Subject: php-symfony2-CssSelector: sync with rawhide, update to 2.1.3 --- php-symfony2-Console.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'php-symfony2-Console.spec') diff --git a/php-symfony2-Console.spec b/php-symfony2-Console.spec index ab8bf5e..3f316cb 100644 --- a/php-symfony2-Console.spec +++ b/php-symfony2-Console.spec @@ -29,7 +29,8 @@ BuildRequires: php-json BuildRequires: php-mbstring BuildRequires: php-pcre BuildRequires: php-posix -BuildRequires: php-readline +# use php-cli instead of php-readline to avoid issue on EL-5 +BuildRequires: php-cli BuildRequires: php-reflection BuildRequires: php-spl @@ -44,7 +45,8 @@ Requires: php-json Requires: php-mbstring Requires: php-pcre Requires: php-posix -Requires: php-readline +# use php-cli instead of php-readline to avoid issue on EL-5 +Requires: php-cli Requires: php-reflection Requires: php-spl -- cgit