summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2012-10-30 18:03:32 +0100
committerRemi Collet <fedora@famillecollet.com>2012-10-30 18:03:32 +0100
commit65e5933cc0f207fdae29fdf339795e0e0d9c3f66 (patch)
treeba857bca33979d8f0af3c52048cf6651cbac928a
parent2e397aea2c6fce9c3b734a145e544c059bc50cb6 (diff)
php-symfony2-CssSelector: sync with rawhide, update to 2.1.3
-rw-r--r--php-symfony2-Console.spec6
1 files changed, 4 insertions, 2 deletions
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