From 309fb2deb930221a9e38d2bba7ed83f3aa5b2fec Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 7 Feb 2018 21:20:43 +0100 Subject: [PATCH 1/2] Converting for f28 --- mariadb.yaml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/mariadb.yaml b/mariadb.yaml index cc0ec83..539c2d6 100644 --- a/mariadb.yaml +++ b/mariadb.yaml @@ -13,11 +13,9 @@ data: module: [MIT] dependencies: buildrequires: - bootstrap: f27 + bootstrap: f28 requires: - platform: f27 - host: f27 - networking-base: f27 + platform: f28 references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/ @@ -47,11 +45,7 @@ data: %runselftest 0 components: rpms: - # mariadb-10.2.9-3.fc28 + # mariadb-10.2.12-5.fc28 mariadb: - rationale: MariaDB package. - ref: 81336ab97e91b46dc459b15c24fa124cc56370bc - # jemalloc-4.5.0-4.fc27 - jemalloc: - rationale: Generated. - ref: a1dce39784b3c9cc2bef14027ab9bbc41fdb8c0c + rationale: MariaDB package. + ref: 39512bdd From c923ecbec8528b48ac72b5fb7c971d498f0794cf Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 7 Feb 2018 21:26:13 +0100 Subject: [PATCH 2/2] Use platform instead of bootstrap as a dep --- mariadb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mariadb.yaml b/mariadb.yaml index 539c2d6..09106c1 100644 --- a/mariadb.yaml +++ b/mariadb.yaml @@ -13,7 +13,7 @@ data: module: [MIT] dependencies: buildrequires: - bootstrap: f28 + platform: f28 requires: platform: f28 references: