43e76bb Update to mongo 2.14.0.

Authored and Committed by jaruga 3 years ago
    Update to mongo 2.14.0.
    
    Update to run the tests.
    
    I tested with the following patch to verify %check section.
    
    ```
    -%bcond_with tests
    +# %%bcond_with tests
    +%bcond_without tests
    ...
    +# Click "Copy Link" to get the link URL
    +# on Platform: Red Hat / CentOS 8.0, Package: tgz.
    +# https://www.mongodb.com/try/download/community
    +Source100: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-rhel80-4.4.1.tgz
    ...
     %check
     pushd .%{gem_instdir}
    
    +tar xzvf "%{SOURCE100}"
    +PATH="$(pwd)/mongodb-linux-x86_64-rhel80-4.4.1/bin:${PATH}"
    ...
    ```
    
        
file modified
+1 -0
file modified
+57 -16
file modified
+1 -1