From 25abf779c90dcacfec0011d84900291c5cb61860 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Mar 2016 10:24:26 +0100 Subject: mongo-c-driver: reenable test suite on x86_64/F24+ --- mongo-c-driver.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/mongo-c-driver.spec b/mongo-c-driver.spec index 579fe7c..32a7dfe 100644 --- a/mongo-c-driver.spec +++ b/mongo-c-driver.spec @@ -19,9 +19,13 @@ %global with_tests 0%{!?_without_tests:1} %endif %else -# mongodb on F24+ is broken for now, see #1313018 +%ifarch x86_64 +%global with_tests 0%{!?_without_tests:1} +%else +# mongodb on i386/F24+ is broken for now, see #1313018 %global with_tests 0%{?_with_tests:1} %endif +%endif Name: mongo-c-driver Summary: Client library written in C for MongoDB @@ -178,8 +182,8 @@ exit $ret - move libraries in "libs" sub-package - add patch to skip online tests open https://github.com/mongodb/mongo-c-driver/pull/314 -- temporarily disable test suite on F24+ (#1313018) - temporarily disable test suite on arm (#1303864) +- temporarily disable test suite on i686/F24+ (#1313018) * Sun Feb 7 2016 Remi Collet - 1.3.3-1 - Update to 1.3.3 -- cgit