From 4df5e7ea1c140467796b2dc32ae7de37ca91b64f Mon Sep 17 00:00:00 2001 From: Petr "Stone" Hracek Date: May 18 2017 10:35:29 +0000 Subject: Add dependency to mariadb Signed-off-by: Petr "Stone" Hracek --- diff --git a/postfix.yaml b/postfix.yaml index cf1ec35..5a3cb00 100644 --- a/postfix.yaml +++ b/postfix.yaml @@ -7,18 +7,20 @@ data: module: [ MIT ] dependencies: buildrequires: - base-runtime: master + base-runtime: f26 # dependency on perl-generators perl: master # add dependency because of mariadb, postgresql, tinycdb - common-build-dependencies: master - common-build-dependencies-bootstrap: master + common-build-dependencies: f26 + #common-build-dependencies-bootstrap: f26 shared-userspace: f26 postgresql: f26 + mariadb: f26 requires: - base-runtime: master - perl: master - postgresql: f26 + base-runtime: f26 + perl: f26 + postgresql: private-f27-modules + mariadb: f26 references: community: https://fedoraproject.org/wiki/Modularity documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules