links and gettext added
This commit is contained in:
parent
cc39e2e363
commit
decbccf976
1 changed files with 21 additions and 3 deletions
24
mongodb.yaml
24
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue