From 29ca0ba62dbdc69c7ed6f2702fd0f8885e73ae7e Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Tue, 5 Sep 2017 09:17:02 +0200 Subject: [PATCH] Move to f27 packages and modules --- mariadb.yaml | 60 ++++++++++++++++++++++++++-------------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/mariadb.yaml b/mariadb.yaml index 3ef10b6..eda27ef 100644 --- a/mariadb.yaml +++ b/mariadb.yaml @@ -1,54 +1,54 @@ +--- 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. + 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: [ GPLv2 with exceptions and LGPLv2 and BSD ] + module: [MIT] dependencies: buildrequires: - perl: f26 - bootstrap: f26 - common-build-dependencies: f26 + bootstrap: master requires: - shared-userspace: f26 - base-runtime: f26 - perl: f26 + platform: master + host: master references: - community: https://docs.pagure.org/modularity/ - documentation: https://github.com/container-images/mariadb/ - tracker: https://github.com/modularity-modules/mariadb + 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 - - gettext + - mariadb-server server: rpms: - - mariadb-server - - gettext + - mariadb-server client: rpms: - - mariadb + - mariadb api: rpms: - - mariadb - - mariadb-server + - mariadb + - mariadb-server filter: - rpms: - - mariadb-bench - - mariadb-server-galera - - mariadb-server-utils + rpms: + - mariadb-bench + - mariadb-server-galera + buildopts: + rpms: + macros: | + %runselftest 0 components: rpms: mariadb: - rationale: MariaDB package. - ref: private-f26-modules-mariadb-notests + rationale: MariaDB package. + ref: f27 buildorder: 10 # checkpolicy: # rationale: Dep of selinux-policy package. @@ -83,6 +83,6 @@ data: # ref: f26 # buildorder: 5 net-tools: - rationale: A dependency of mariadb. - ref: f26 + rationale: A dependency of mariadb. + ref: f27 buildorder: 9