From 71389fa1b4c419fde8dcfeceb0f51a2d4c005054 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Apr 26 2022 13:53:26 +0000 Subject: import mariadb-10.5-8050020220204122540.c5368500 --- diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 4d3c842..e06b94e 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -50,18 +50,18 @@ data: rpms: Judy: rationale: MariaDB dependency for OQgraph computation engine - ref: stream-mariadb-10.5-rhel-8.4.0 + ref: stream-mariadb-10.5-rhel-8.5.0 buildorder: 4 asio: rationale: Galera dependency for asynchronous I/O operation - ref: stream-mariadb-10.5-rhel-8.4.0 + ref: stream-mariadb-10.5-rhel-8.5.0 buildorder: 12 galera: rationale: Galera package for MariaDB server replication - ref: stream-10.5-rhel-8.4.0 + ref: stream-10.5-rhel-8.5.0 buildorder: 16 mariadb: rationale: MariaDB package - ref: stream-10.5-rhel-8.4.0 + ref: stream-10.5-rhel-8.5.0 buildorder: 8 ... diff --git a/mariadb.yaml b/mariadb.yaml deleted file mode 100644 index 35c5309..0000000 --- a/mariadb.yaml +++ /dev/null @@ -1,67 +0,0 @@ ---- -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 1 - %ignore_testsuite_result 0 - components: - rpms: - Judy: - rationale: MariaDB dependency for OQgraph computation engine - ref: 1d68f57fb9e72f4eba008c73f2b82dc0db31a586 - buildorder: 4 - asio: - rationale: Galera dependency for asynchronous I/O operation - ref: edf4dd9603768acaff85eac8cc720d1a1351f42f - buildorder: 12 - galera: - rationale: Galera package for MariaDB server replication - ref: 766b0f496f286591454db46362925b6a31439d44 - buildorder: 16 - mariadb: - rationale: MariaDB package - ref: d1343aa77b7c215b0b93ea3394854ea321fd8e77 - buildorder: 8 -...