diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-30 06:42:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-30 06:42:27 +0200 |
commit | c9955e2e9846bfdc5fa39aa3f3b01a655406cca2 (patch) | |
tree | 708314129995c7febb7e5b1d6eb13eb6ca40f7c6 | |
parent | 6e52e40de7fc33b5a6cbdd852f495f2efdd67c5f (diff) |
php-alcaeus-mongo-php-adapter: ensure php 5.5 during build
-rw-r--r-- | php-alcaeus-mongo-php-adapter.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index 3c09a51..9cff9af 100644 --- a/php-alcaeus-mongo-php-adapter.spec +++ b/php-alcaeus-mongo-php-adapter.spec @@ -33,8 +33,8 @@ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: php-composer(theseer/autoload) -%if %{with_tests} BuildRequires: php(language) >= 5.5 +%if %{with_tests} BuildRequires: php-hash BuildRequires: php-composer(mongodb/mongodb) >= 1.0.1 BuildRequires: php-date |