diff options
Diffstat (limited to 'php-horde-passwd.spec')
-rw-r--r-- | php-horde-passwd.spec | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/php-horde-passwd.spec b/php-horde-passwd.spec index 7ea60fb..db9c1cc 100644 --- a/php-horde-passwd.spec +++ b/php-horde-passwd.spec @@ -28,7 +28,13 @@ BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-channel(%{pear_channel}) BuildRequires: php-pear(%{pear_channel}/Horde_Role) >= 1.0.0 %if %{with_tests} +BuildRequires: php-pear(%{pear_channel}/Horde_Auth) >= 2.0.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Core) >= 2.30.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Exception) >= 2.0.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Injector) >= 2.0.0 BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 +BuildRequires: php-pear(%{pear_channel}/Horde_Util) >= 2.0.0 +BuildRequires: php-pear(%{pear_channel}/Horde_View) >= 2.0.0 %endif Requires(post): %{__pear} |