Use modulemd version 2 and update packages

This commit is contained in:
Marek Skalický 2018-05-22 15:29:53 +02:00
commit 63bf16ab31
No known key found for this signature in database
GPG key ID: AA3B2D500F0DCCBC

View file

@ -1,6 +1,6 @@
---
document: modulemd
version: 1
version: 2
data:
summary: MongoDB Module
description: Mongo from humongous is a high-performance, open source, schema-free
@ -18,13 +18,10 @@ data:
license:
module: [MIT]
dependencies:
buildrequires:
bootstrap: f27
boost: 1.64
- buildrequires:
platform: [f28,f29]
requires:
platform: f27
perl: 5.26
boost: 1.64
platform: [f28,f29]
references:
community: https://docs.pagure.org/modularity/
documentation: https://github.com/container-images/mongodb/
@ -53,24 +50,23 @@ data:
rpms:
mongodb:
rationale: MongoDB package.
# mongodb-3.4.6-3.fc27
ref: a655c1f4dd559a5bd0f0142330770f23c2c0d0c9
ref: 3.6
buildorder: 2
python-pymongo:
rationale: MongoDB dependecy for running testsuite.
ref: f27
ref: f28
buildorder: 3
yaml-cpp:
rationale: MongoDB dependency.
ref: f27
ref: f28
buildorder: 0
mozjs45:
rationale: MongoDB dependency (not used on x64_64,s390x,aarch64 and ppc64le).
ref: f27
ref: f28
buildorder: 0
gperftools:
rationale: MongoDB dependency (should go to separate module).
ref: f27
ref: f28
buildorder: 0
python-pymongo:
rationale: MongoDB dependecy (F26 branch does not require mongodb for tests).