diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-20 09:25:10 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-20 09:25:10 +0200 |
commit | 311931b101abc003a44154253499a6befccf90bb (patch) | |
tree | 3587d49544835870f2193a8d1108f02495fa6132 | |
parent | e9b466d8f48b81f8569d03074c9951ee57a96963 (diff) |
php-phpunit-bytekit: fix required version
-rw-r--r-- | php-phpunit-bytekit.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-phpunit-bytekit.spec b/php-phpunit-bytekit.spec index 85e0801..3a8fb75 100644 --- a/php-phpunit-bytekit.spec +++ b/php-phpunit-bytekit.spec @@ -19,7 +19,7 @@ BuildRequires: php-channel(%{channel}) Requires: php-common >= 5.3.3 Requires: php-channel(%{channel}) -Requires: php-pear(pear.symfony.com/Finder) >= 2.1.0RC1 +Requires: php-pear(pear.symfony.com/Finder) >= 2.1.0 Requires: php-pear(components.ez.no/ConsoleTools) >= 1.6 Requires(post): %{__pear} Requires(postun): %{__pear} |