diff --git a/mongodb.yaml b/mongodb.yaml index 79d8fc2..f906361 100644 --- a/mongodb.yaml +++ b/mongodb.yaml @@ -26,18 +26,28 @@ data: perl: f26 shared-userspace: f26 references: - community: https://fedoraproject.org/wiki/Modularity - documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules - tracker: https://taiga.fedorainfracloud.org/project/modularity + community: https://docs.pagure.org/modularity/ + documentation: https://github.com/container-images/mongodb/ + tracker: https://github.com/modularity-modules/mongodb profiles: default: rpms: - mongodb - mongodb-server + - gettext + server: + rpms: + - mongodb-server + - gettext + client: + rpms: + - mongodb api: rpms: - mongodb - mongodb-server + - gettext + components: rpms: mongodb: @@ -60,4 +70,12 @@ data: rationale: MongoDB dependency. ref: f26 buildorder: 1 + mongo-tools: + rationale: This package have tools. + ref: f26 + buildorder: 10 + gettext: + rationale: A dependency of mariadb. + ref: f26 + buildorder: 9