Update module

This commit is contained in:
eabdullin 2025-02-04 12:25:39 +03:00
parent ddc764c9ef
commit 60ca73757a

View File

@ -9,7 +9,7 @@ data:
MariaDB is a community developed branch of MySQL. MariaDB is a multi-user, multi-threaded 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 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 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: license:
- MIT - MIT
references: references:
@ -38,15 +38,15 @@ data:
rpms: rpms:
macros: | macros: |
%runselftest 1 %runselftest 1
%ignore_testsuite_result 0 %ignore_testsuite_result 0
components: components:
rpms: rpms:
galera: galera:
rationale: Galera package for MariaDB server replication 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 buildorder: 16
mariadb: mariadb:
rationale: MariaDB package rationale: MariaDB package
ref: stream-mariadb-10.11-rhel-9.4.0 ref: stream-mariadb-10.11-rhel-9.6.0
buildorder: 8 buildorder: 8
... ...