Add dependencies and modulemd fixes
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
This commit is contained in:
parent
a88e7d3252
commit
ee5ef4a8dd
1 changed files with 17 additions and 4 deletions
21
postfix.yaml
21
postfix.yaml
|
|
@ -1,16 +1,20 @@
|
|||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary:
|
||||
description: license:
|
||||
summary: Postfix Mail Transport Agent
|
||||
description: Postfix is a Mail Transport Agent (MTA).
|
||||
license:
|
||||
module: [ MIT ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
base-runtime: master
|
||||
perl: master
|
||||
# dependency on perl-generators
|
||||
#perl: master
|
||||
# add dependency because of mariadb, postgresql, tinycdb
|
||||
common-build-dependencies: master
|
||||
requires:
|
||||
base-runtime: master
|
||||
perl: master
|
||||
#perl: master
|
||||
references:
|
||||
community: https://fedoraproject.org/wiki/Modularity
|
||||
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
||||
|
|
@ -28,3 +32,12 @@ data:
|
|||
rationale: A dependency of tangerine.
|
||||
ref: f26
|
||||
buildorder: 10
|
||||
mariadb:
|
||||
rationale: build dep of postfix
|
||||
ref: master
|
||||
postgresql:
|
||||
rationale: build dep of postfix
|
||||
ref: master
|
||||
tinycdb:
|
||||
rationale: build dep of postfix
|
||||
ref: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue