diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-21 14:57:53 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-21 14:57:53 +0200 |
commit | 9bee54a1325170956c1e213b190d70fbe2b43fa6 (patch) | |
tree | 0e418c3c262427fdce7a70d1c186dd7e383b4ad9 | |
parent | 5820caad60a8ee5bc3af5a7d632a0e458df6190a (diff) |
mising BR
-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} |