From f52ff4e078c8c6b334a5418190a2ed7009664695 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Feb 2019 14:58:32 +0100 Subject: disable test suite and so mongodb-server build dependency for https://fedoraproject.org/wiki/Changes/MongoDB_Removal --- php-alcaeus-mongo-php-adapter.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 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 8a30633..8348ccd 100644 --- a/php-alcaeus-mongo-php-adapter.spec +++ b/php-alcaeus-mongo-php-adapter.spec @@ -10,19 +10,14 @@ %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner alcaeus %global gh_project mongo-php-adapter -# 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} == 27 -%global with_tests 0%{!?_without_tests:1} -%endif +# disabled for https://fedoraproject.org/wiki/Changes/MongoDB_Removal +%global with_tests 0 %global ns_vendor Alcaeus Name: php-%{gh_owner}-%{gh_project} Version: 1.1.5 -Release: 2%{?dist} +Release: 5%{?dist} Summary: Mongo PHP Adapter Group: Development/Libraries @@ -152,6 +147,10 @@ exit $ret %changelog +* Tue Feb 5 2019 Remi Collet - 1.1.5-5 +- disable test suite and so mongodb-server build dependency + for https://fedoraproject.org/wiki/Changes/MongoDB_Removal + * Mon Jul 9 2018 Remi Collet - 1.1.5-2 - add upstream for ext-mongodb 1.5 -- cgit