From dbb8e2b7ad42a1e29d6feac667c29bc04230085d Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Fri, 26 Jan 2024 10:32:18 +0100 Subject: [PATCH] Update content for MariaDB 10.11 on RHEL 8.10 --- mariadb.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mariadb.yaml b/mariadb.yaml index a01a53b..d788c80 100644 --- a/mariadb.yaml +++ b/mariadb.yaml @@ -3,7 +3,7 @@ document: modulemd version: 2 data: name: mariadb - stream: 10.5 + stream: 10.11 summary: MariaDB Module description: >- MariaDB is a community developed branch of MySQL. MariaDB is a multi-user, multi-threaded @@ -50,18 +50,18 @@ data: rpms: Judy: rationale: MariaDB dependency for OQgraph computation engine - ref: stream-mariadb-10.5-rhel-8.10.0 + ref: stream-mariadb-10.11-rhel-8.10.0 buildorder: 4 asio: rationale: Galera dependency for asynchronous I/O operation - ref: stream-mariadb-10.5-rhel-8.10.0 + ref: stream-mariadb-10.11-rhel-8.10.0 buildorder: 12 galera: rationale: Galera package for MariaDB server replication - ref: stream-mariadb-10.5-rhel-8.10.0 + ref: stream-mariadb-10.11-rhel-8.10.0 buildorder: 16 mariadb: rationale: MariaDB package - ref: stream-mariadb-10.5-rhel-8.10.0 + ref: stream-mariadb-10.11-rhel-8.10.0 buildorder: 8 ...