[php-symfony2-HttpKernel] Fix missing PHPUnit build require

Shawn Iwinski siwinski at fedoraproject.org
Wed Apr 17 00:39:25 UTC 2013


commit aeb330db9c31cebba261ab7dd273b6ebf3b0f41d
Author: Shawn Iwinski <shawn.iwinski at gmail.com>
Date:   Tue Apr 16 20:39:18 2013 -0400

    Fix missing PHPUnit build require

 php-symfony2-HttpKernel.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/php-symfony2-HttpKernel.spec b/php-symfony2-HttpKernel.spec
index a6e8029..9bc2c3b 100644
--- a/php-symfony2-HttpKernel.spec
+++ b/php-symfony2-HttpKernel.spec
@@ -22,6 +22,7 @@ BuildRequires:    php-pear(PEAR)
 BuildRequires:    php-channel(%{pear_channel})
 # For tests
 BuildRequires:    php-common >= %{php_min_ver}
+BuildRequires:    php-pear(pear.phpunit.de/PHPUnit)
 BuildRequires:    php-pear(%{pear_channel}/BrowserKit) >= 2.2.0
 BuildRequires:    php-pear(%{pear_channel}/BrowserKit) <  2.3.0
 BuildRequires:    php-pear(%{pear_channel}/ClassLoader) >= 2.2.0


More information about the scm-commits mailing list