From 8bde80f320be13e4518cc176041cbf4c36c554f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jul 2016 07:54:21 +0200 Subject: php-alcaeus-mongo-php-adapter: disable test suite --- php-alcaeus-mongo-php-adapter.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (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 4873844..c776f2f 100644 --- a/php-alcaeus-mongo-php-adapter.spec +++ b/php-alcaeus-mongo-php-adapter.spec @@ -10,17 +10,15 @@ %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner alcaeus %global gh_project mongo-php-adapter -%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7 -%global with_tests 0%{!?_without_tests:1} -%else +# 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} -%endif %global ns_vendor Alcaeus Name: php-%{gh_owner}-%{gh_project} Version: 1.0.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Mongo PHP Adapter Group: Development/Libraries @@ -169,6 +167,9 @@ rm -rf %{buildroot} %changelog +* Thu Jul 28 2016 Remi Collet - 1.0.5-2 +- only run upstream test suite when build --with tests + * Mon Jul 4 2016 Remi Collet - 1.0.5-1 - update to 1.0.5 -- cgit