diff --git a/mariadb.yaml b/mariadb.yaml new file mode 100644 index 0000000..94d1266 --- /dev/null +++ b/mariadb.yaml @@ -0,0 +1,69 @@ +--- +document: modulemd +version: 2 +data: + name: mariadb + stream: 10.5 + 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: [el8.4.0] + requires: + platform: [el8] + references: + community: http://mariadb.org + documentation: https://mariadb.com/kb/en/library/documentation/ + tracker: http://bugzilla.redhat.com + profiles: + client: + rpms: + - mariadb + galera: + rpms: + - mariadb-server + - mariadb-server-galera + server: + rpms: + - mariadb-server + api: + rpms: + - mariadb + - mariadb-server + filter: + rpms: + - Judy-devel + - asio-devel + buildopts: + rpms: + macros: > + %runselftest 0 + + %ignore_testsuite_result 0 + components: + rpms: + Judy: + rationale: MariaDB dependency for OQgraph computation engine + ref: 257f0b8475e74f000ead89a7b6d4df335d4328ac + buildorder: 4 + asio: + rationale: Galera dependency for asynchronous I/O operation + ref: a9a4fc9c639d1fd774c9c22bfea97b6a843e59dd + buildorder: 12 + galera: + rationale: Galera package for MariaDB server replication + ref: aafb902ddf40d36f1217f4d3aa1986a6da113cbf + buildorder: 16 + mariadb: + rationale: MariaDB package + ref: 60bf3da2c1cebfc8459fe50b7fdc6e0d160df20c + buildorder: 8 +... +