From 60ca73757a5bd6e1ed314d650fc8333d938d998f Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 4 Feb 2025 12:25:39 +0300 Subject: [PATCH] Update module --- SOURCES/modulemd.src.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index c16b219..2c2f54f 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -9,7 +9,7 @@ data: 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. + contains the standard MariaDB/MySQL client programs and generic MySQL files. license: - MIT references: @@ -38,15 +38,15 @@ data: rpms: macros: | %runselftest 1 - %ignore_testsuite_result 0 + %ignore_testsuite_result 0 components: rpms: galera: rationale: Galera package for MariaDB server replication - ref: stream-mariadb-10.11-rhel-9.4.0 + ref: stream-mariadb-10.11-rhel-9.6.0 buildorder: 16 mariadb: rationale: MariaDB package - ref: stream-mariadb-10.11-rhel-9.4.0 + ref: stream-mariadb-10.11-rhel-9.6.0 buildorder: 8 ...