From 4625f615f827b87e5371aa2057935df9e24588ff Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 10 Jan 2015 09:44:12 +0100 Subject: php-horde-*: minor cleanup --- php-horde-Horde-Crypt-Blowfish.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/php-horde-Horde-Crypt-Blowfish.spec b/php-horde-Horde-Crypt-Blowfish.spec index 374768d..0378975 100644 --- a/php-horde-Horde-Crypt-Blowfish.spec +++ b/php-horde-Horde-Crypt-Blowfish.spec @@ -22,7 +22,8 @@ Source0: http://%{pear_channel}/get/%{pear_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: php-pear(PEAR) +BuildRequires: php(language) >= 5.3.0 +BuildRequires: php-pear(PEAR) >= 1.7.0 BuildRequires: php-hash BuildRequires: php-mcrypt BuildRequires: php-channel(%{pear_channel}) @@ -31,7 +32,7 @@ BuildRequires: php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 Requires(post): %{__pear} Requires(postun): %{__pear} -Requires: php-common >= 5.3.0 +Requires: php(language) >= 5.3.0 Requires: php-hash Requires: php-mcrypt Requires: php-openssl -- cgit