Compare commits
No commits in common. "master" and "f26" have entirely different histories.
1 changed files with 27 additions and 35 deletions
62
mongodb.yaml
62
mongodb.yaml
|
|
@ -1,12 +1,11 @@
|
||||||
---
|
|
||||||
document: modulemd
|
document: modulemd
|
||||||
version: 1
|
version: 1
|
||||||
data:
|
data:
|
||||||
summary: MongoDB Module
|
summary: MongoDB Module
|
||||||
description: Mongo from humongous is a high-performance, open source, schema-free
|
description: Mongo from humongous is a high-performance, open source, schema-free
|
||||||
document-oriented database. MongoDB is written in C++ and offers the following features.
|
document-oriented database. MongoDB is written in C++ and offers the following features.
|
||||||
Collection oriented storage, easy storage of object/JSON-style data.
|
Collection oriented storage, easy storage of object/JSON-style data.
|
||||||
Dynamic queries.
|
Dynamic queries.
|
||||||
Full index support, including on inner objects and embedded arrays.
|
Full index support, including on inner objects and embedded arrays.
|
||||||
Query profiling.
|
Query profiling.
|
||||||
Replication and fail-over support.
|
Replication and fail-over support.
|
||||||
|
|
@ -16,15 +15,16 @@ data:
|
||||||
A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable)
|
A key goal of MongoDB is to bridge the gap between key/value stores (which are fast and highly scalable)
|
||||||
and traditional RDBMS systems (which are deep in functionality).
|
and traditional RDBMS systems (which are deep in functionality).
|
||||||
license:
|
license:
|
||||||
module: [MIT]
|
module: [ AGPLv3 and zlib and ASL 2.0 ]
|
||||||
dependencies:
|
dependencies:
|
||||||
buildrequires:
|
buildrequires:
|
||||||
bootstrap: master
|
bootstrap: f26
|
||||||
boost: master
|
common-build-dependencies: f26
|
||||||
|
perl: f26
|
||||||
requires:
|
requires:
|
||||||
platform: master
|
base-runtime: f26
|
||||||
perl: master
|
perl: f26
|
||||||
boost: master
|
shared-userspace: f26
|
||||||
references:
|
references:
|
||||||
community: https://docs.pagure.org/modularity/
|
community: https://docs.pagure.org/modularity/
|
||||||
documentation: https://github.com/container-images/mongodb/
|
documentation: https://github.com/container-images/mongodb/
|
||||||
|
|
@ -34,9 +34,11 @@ data:
|
||||||
rpms:
|
rpms:
|
||||||
- mongodb
|
- mongodb
|
||||||
- mongodb-server
|
- mongodb-server
|
||||||
|
- gettext
|
||||||
server:
|
server:
|
||||||
rpms:
|
rpms:
|
||||||
- mongodb-server
|
- mongodb-server
|
||||||
|
- gettext
|
||||||
client:
|
client:
|
||||||
rpms:
|
rpms:
|
||||||
- mongodb
|
- mongodb
|
||||||
|
|
@ -44,35 +46,25 @@ data:
|
||||||
rpms:
|
rpms:
|
||||||
- mongodb
|
- mongodb
|
||||||
- mongodb-server
|
- mongodb-server
|
||||||
filter:
|
|
||||||
rpms:
|
|
||||||
- pprof
|
|
||||||
- gperftools-devel
|
|
||||||
- gperftools
|
|
||||||
components:
|
components:
|
||||||
rpms:
|
rpms:
|
||||||
mongodb:
|
mongodb:
|
||||||
rationale: MongoDB package.
|
rationale: MongoDB package.
|
||||||
# mongodb-3.4.6-3.fc27
|
ref: f26
|
||||||
ref: a655c1f4dd559a5bd0f0142330770f23c2c0d0c9
|
buildorder: 10
|
||||||
buildorder: 2
|
|
||||||
python-pymongo:
|
python-pymongo:
|
||||||
rationale: MongoDB dependecy for running testsuite.
|
rationale: MongoDB dependecy.
|
||||||
ref: f27
|
ref: f26
|
||||||
buildorder: 3
|
buildorder: 8
|
||||||
yaml-cpp:
|
yaml-cpp:
|
||||||
rationale: MongoDB dependency.
|
rationale: MongoDB dependency.
|
||||||
ref: f27
|
|
||||||
buildorder: 0
|
|
||||||
mozjs45:
|
|
||||||
rationale: MongoDB dependency (not used on x64_64,s390x,aarch64 and ppc64le).
|
|
||||||
ref: f27
|
|
||||||
buildorder: 0
|
|
||||||
gperftools:
|
|
||||||
rationale: MongoDB dependency (should go to separate module).
|
|
||||||
ref: f27
|
|
||||||
buildorder: 0
|
|
||||||
python-pymongo:
|
|
||||||
rationale: MongoDB dependecy (F26 branch does not require mongodb for tests).
|
|
||||||
ref: f26
|
ref: f26
|
||||||
buildorder: 0
|
buildorder: 9
|
||||||
|
asio:
|
||||||
|
rationale: MongoDB dependency.
|
||||||
|
ref: f26
|
||||||
|
buildorder: 7
|
||||||
|
mozjs45:
|
||||||
|
rationale: MongoDB dependency.
|
||||||
|
ref: f26
|
||||||
|
buildorder: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue