From 9bee54a1325170956c1e213b190d70fbe2b43fa6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 21 Sep 2017 14:57:53 +0200 Subject: mising BR --- php-horde-passwd.spec | 6 ++++++ 1 file changed, 6 insertions(+) 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} -- cgit