diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-07-28 07:54:21 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-07-28 07:54:21 +0200 |
commit | 8bde80f320be13e4518cc176041cbf4c36c554f0 (patch) | |
tree | 55f0b6fec243cd6a4fbf46f7bba1114bb856de28 | |
parent | ee050c7b074eb39e7f3053593db87e9a58f57e25 (diff) |
php-alcaeus-mongo-php-adapter: disable test suite
-rw-r--r-- | php-alcaeus-mongo-php-adapter.spec | 11 |
1 files changed, 6 insertions, 5 deletions
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 <remi@fedoraproject.org> - 1.0.5-2 +- only run upstream test suite when build --with tests + * Mon Jul 4 2016 Remi Collet <remi@fedoraproject.org> - 1.0.5-1 - update to 1.0.5 |