[php-symfony2-Console] Fixed build requires

Shawn Iwinski siwinski at fedoraproject.org
Sat Oct 20 03:07:19 UTC 2012


commit 3d9b28177acf1f3552a65ed2b6f547020d01e195
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Fri Oct 19 23:07:16 2012 -0400

    Fixed build requires

 php-symfony2-Console.spec |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/php-symfony2-Console.spec b/php-symfony2-Console.spec
index 06b3d52..bdf6516 100644
--- a/php-symfony2-Console.spec
+++ b/php-symfony2-Console.spec
@@ -23,14 +23,14 @@ BuildRequires:    php-channel(%{pear_channel})
 BuildRequires:    php-common >= %{php_min_ver}
 BuildRequires:    php-pear(pear.phpunit.de/PHPUnit)
 # Test requires: phpci
-Requires:         php-dom
-Requires:         php-json
-Requires:         php-mbstring
-Requires:         php-pcre
-Requires:         php-posix
-Requires:         php-readline
-Requires:         php-reflection
-Requires:         php-spl
+BuildRequires:    php-dom
+BuildRequires:    php-json
+BuildRequires:    php-mbstring
+BuildRequires:    php-pcre
+BuildRequires:    php-posix
+BuildRequires:    php-readline
+BuildRequires:    php-reflection
+BuildRequires:    php-spl
 
 Requires:         php-common >= %{php_min_ver}
 Requires:         php-pear(PEAR)


More information about the scm-commits mailing list