[php-horde-Horde-Test] Fix deps

Nick Bebout nb at fedoraproject.org
Wed Dec 12 22:23:14 UTC 2012


commit fe6490fd20f5a400b9f7b9fe45107f9bf482951b
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Wed Dec 12 16:23:06 2012 -0600

    Fix deps

 php-horde-Horde-Test.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/php-horde-Horde-Test.spec b/php-horde-Horde-Test.spec
index 776f76f..21e189c 100644
--- a/php-horde-Horde-Test.spec
+++ b/php-horde-Horde-Test.spec
@@ -18,11 +18,13 @@ BuildRequires:  php-channel(pear.horde.org)
 
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
-Requires:       php-common >= 5.2.0
-Requires:       php-pear(pear.horde.org/Horde_Support) < 2.0.0
-Requires:       php-pear(pear.horde.org/Horde_Util) < 2.0.0
-Requires:       php-pear(pear.horde.org/Horde_Cli) < 2.0.0
-Requires:       php-pear(pear.horde.org/Horde_Log) < 2.0.0
+Requires:       php-common >= 5.3.0
+Requires:       php-pear(pear.horde.org/Horde_Support) >= 2.0.0
+Requires:       php-pear(pear.horde.org/Horde_Util) >= 2.0.0
+Requires:       php-pear(pear.horde.org/Horde_Cli) >= 2.0.0
+# Horde_Log is an optional dependency, commenting out for now
+# until that package is approved
+# Requires:       php-pear(pear.horde.org/Horde_Log) < 2.0.0
 Requires:       php-pear(pear.phpunit.de/PHPUnit) >= 3.5.0
 Requires:       php-pear(PEAR) >= 1.7.0
 Requires:       php-channel(pear.horde.org)


More information about the scm-commits mailing list