Compare commits

...

No commits in common. "c8-stream-10.3" and "stream-mariadb-10.11-rhel-9.5.0" have entirely different histories.

4 changed files with 20 additions and 28 deletions

0
.gitignore vendored
View File

View File

7
gating.yaml Normal file
View File

@ -0,0 +1,7 @@
--- !Policy
product_versions:
- rhel-8
decision_context: osci_compose_gate_modules
subject_type: redhat-module
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}

View File

@ -1,9 +1,9 @@
---
document: modulemd
version: 2
document: modulemd-packager
version: 3
data:
name: mariadb
stream: 10.3
stream: 10.11
summary: MariaDB Module
description: >-
MariaDB is a community developed branch of MySQL. MariaDB is a multi-user, multi-threaded
@ -11,13 +11,7 @@ data:
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]
requires:
platform: [el8]
references:
community: http://mariadb.org
documentation: https://mariadb.com/kb/en/library/documentation/
@ -37,31 +31,22 @@ data:
rpms:
- mariadb
- mariadb-server
filter:
rpms:
- Judy-devel
- asio-devel
buildopts:
rpms:
macros: |
%runselftest 1
%ignore_testsuite_result 0
configurations:
- context: rhel9
platform: el9
buildopts:
rpms:
macros: |
%runselftest 1
%ignore_testsuite_result 0
components:
rpms:
Judy:
rationale: MariaDB dependency for OQgraph computation engine
ref: stream-mariadb-10.3-rhel-8.6.0
buildorder: 4
asio:
rationale: Galera dependency for asynchronous I/O operation
ref: stream-mariadb-10.3-rhel-8.6.0
buildorder: 12
galera:
rationale: Galera package for MariaDB server replication
ref: stream-10.3-rhel-8.6.0
ref: stream-mariadb-10.11-rhel-9.5.0
buildorder: 16
mariadb:
rationale: MariaDB package
ref: stream-10.3-rhel-8.6.0
ref: stream-mariadb-10.11-rhel-9.5.0
buildorder: 8
...