From 6e52e40de7fc33b5a6cbdd852f495f2efdd67c5f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jul 2016 07:59:10 +0200 Subject: php-mongodb: disable test suite --- php-alcaeus-mongo-php-adapter.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'php-alcaeus-mongo-php-adapter.spec') diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index c776f2f..3c09a51 100644 --- a/php-alcaeus-mongo-php-adapter.spec +++ b/php-alcaeus-mongo-php-adapter.spec @@ -13,6 +13,10 @@ # Upstream only support 64bits, see https://jira.mongodb.org/browse/CDRIVER-1186 # Server only available on LE arch (ExcludeArch: ppc ppc64 %{sparc} s390 s390x) %global with_tests 0%{?_with_tests:1} +# remirepo:3 +%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7 +%global with_tests 0%{!?_without_tests:1} +%endif %global ns_vendor Alcaeus -- cgit