diff options
-rw-r--r-- | mongo-c-driver.spec | 8 |
1 files 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 <remi@fedoraproject.org> - 1.3.3-1 - Update to 1.3.3 |