5b2aff
---
5b2aff
document: modulemd
5b2aff
version: 2
5b2aff
data:
d80405
  name: mariadb
d80405
  stream: 10.3
d80405
  summary: MariaDB Module
d80405
  description: >-
d80405
    MariaDB is a community developed branch of MySQL. MariaDB is a multi-user, multi-threaded
d80405
    SQL database server. It is a client/server implementation consisting of a server
d80405
    daemon (mysqld) and many different client programs and libraries. The base package
d80405
    contains the standard MariaDB/MySQL client programs and generic MySQL files.
d80405
  license:
d80405
    module:
d80405
    - MIT
d80405
  dependencies:
d80405
  - buildrequires:
d80405
      platform: [el8]
d80405
    requires:
d80405
      platform: [el8]
d80405
  references:
d80405
    community: http://mariadb.org
d80405
    documentation: https://mariadb.com/kb/en/library/documentation/
d80405
    tracker: http://bugzilla.redhat.com
d80405
  profiles:
d80405
    client:
d80405
      rpms:
d80405
      - mariadb
d80405
    galera:
d80405
      rpms:
d80405
      - mariadb-server
d80405
      - mariadb-server-galera
d80405
    server:
d80405
      rpms:
d80405
      - mariadb-server
d80405
  api:
d80405
    rpms:
d80405
    - mariadb
d80405
    - mariadb-server
d80405
  filter:
d80405
    rpms:
d80405
    - Judy-devel
d80405
    - asio-devel
d80405
  buildopts:
d80405
    rpms:
d80405
      macros: |
d80405
        %runselftest 1
d80405
        %ignore_testsuite_result 0
d80405
  components:
d80405
    rpms:
d80405
      Judy:
d80405
        rationale: MariaDB dependency for OQgraph computation engine
d80405
        ref: stream-mariadb-10.3-rhel-8.3.0
d80405
        buildorder: 4
d80405
      asio:
d80405
        rationale: Galera dependency for asynchronous I/O operation
d80405
        ref: stream-mariadb-10.3-rhel-8.3.0
d80405
        buildorder: 12
d80405
      galera:
d80405
        rationale: Galera package for MariaDB server replication
d80405
        ref: stream-10.3-rhel-8.3.0
d80405
        buildorder: 16
d80405
      mariadb:
d80405
        rationale: MariaDB package
d80405
        ref: stream-10.3-rhel-8.3.0
d80405
        buildorder: 8
d80405
...