diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-01 10:24:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-01 10:24:26 +0100 |
commit | 25abf779c90dcacfec0011d84900291c5cb61860 (patch) | |
tree | 12cbcbb638f369e26be762592002fca8026b1fc4 | |
parent | 06ee3ddd867f94dce122b3d4fcbd3e834c46b7b2 (diff) |
mongo-c-driver: reenable test suite on x86_64/F24+
-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 |