[php-phpunit-File-Iterator] missing Requires for version

Remi Collet remi at fedoraproject.org
Tue Jan 17 16:31:37 UTC 2012


commit 798e01943a2c5a688d94b4e96c2c9a8e2ddd0751
Author: remi <fedora at famillecollet.com>
Date:   Tue Jan 17 17:31:05 2012 +0100

    missing Requires for version

 php-phpunit-File-Iterator.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/php-phpunit-File-Iterator.spec b/php-phpunit-File-Iterator.spec
index 405edad..cd17249 100644
--- a/php-phpunit-File-Iterator.spec
+++ b/php-phpunit-File-Iterator.spec
@@ -14,8 +14,10 @@ Source0:        http://pear.phpunit.de/get/%{pear_name}-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
-BuildRequires:  php-pear >= 1:1.9.2
+BuildRequires:  php-pear(PEAR) >= 1.9.2
 BuildRequires:  php-channel(%{channel})
+
+Requires:       php-pear(PEAR) >= 1.9.2
 Requires:       php-channel(%{channel})
 Requires:       php-common >= 5.2.7
 Requires(post): %{__pear}


More information about the scm-commits mailing list