From c7f6819bd6b8614a3df39f6957f2b6061efc45a7 Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 7 Feb 2018 20:29:06 +0100 Subject: [PATCH 1/3] Initial commit --- mariadb.yaml | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 mariadb.yaml diff --git a/mariadb.yaml b/mariadb.yaml new file mode 100644 index 0000000..c8a0666 --- /dev/null +++ b/mariadb.yaml @@ -0,0 +1,51 @@ +--- +document: modulemd +version: 1 +data: + summary: MariaDB Module + description: MariaDB is a community developed branch of MySQL. + MariaDB is a multi-user, multi-threaded SQL database server. + It is a client/server implementation consisting of a server + daemon (mysqld) and many different client programs and + libraries. The base package contains the standard + MariaDB/MySQL client programs and generic MySQL files. + license: + module: [MIT] + dependencies: + buildrequires: + platform: f28 + requires: + platform: f28 + references: + community: https://docs.pagure.org/modularity/ + documentation: https://github.com/container-images/mariadb/ + tracker: https://github.com/modularity-modules/mariadb + profiles: + default: + rpms: + - mariadb + - mariadb-server + server: + rpms: + - mariadb-server + client: + rpms: + - mariadb + api: + rpms: + - mariadb + - mariadb-server + filter: + rpms: + - mariadb-bench + - mariadb-server-galera + buildopts: + rpms: + macros: | + %runselftest 0 + components: + rpms: + # mariadb-10.1 from f26 + mariadb: + rationale: MariaDB package. + ref: 76a52e56 From f1a4b73cfe2b0231ea125e96a64f0daf879245ee Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Wed, 18 Apr 2018 20:58:03 +0200 Subject: [PATCH 2/3] Update to spec v2 --- mariadb.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mariadb.yaml b/mariadb.yaml index c8a0666..6bd6cf4 100644 --- a/mariadb.yaml +++ b/mariadb.yaml @@ -1,6 +1,6 @@ --- document: modulemd -version: 1 +version: 2 data: summary: MariaDB Module description: MariaDB is a community developed branch of MySQL. @@ -12,10 +12,10 @@ data: license: module: [MIT] dependencies: - buildrequires: - platform: f28 - requires: - platform: f28 + - buildrequires: + platform: [] + requires: + platform: [] references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/ From a61ca05d283e53c67471779d6ae837082ac30a5a Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Thu, 19 Apr 2018 18:07:07 +0200 Subject: [PATCH 3/3] Use f28 explicitly --- mariadb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mariadb.yaml b/mariadb.yaml index 6bd6cf4..e36a0f0 100644 --- a/mariadb.yaml +++ b/mariadb.yaml @@ -13,9 +13,9 @@ data: module: [MIT] dependencies: - buildrequires: - platform: [] + platform: [f28] requires: - platform: [] + platform: [f28] references: community: https://docs.pagure.org/modularity/ documentation: https://github.com/container-images/mariadb/