Compare commits

...

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

4 changed files with 28 additions and 20 deletions

0
.gitignore vendored Normal file
View File

0
.mariadb.metadata Normal file
View File

View File

@ -1,9 +1,9 @@
--- ---
document: modulemd-packager document: modulemd
version: 3 version: 2
data: data:
name: mariadb name: mariadb
stream: 10.11 stream: 10.3
summary: MariaDB Module summary: MariaDB Module
description: >- description: >-
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
@ -11,7 +11,13 @@ data:
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:
module:
- MIT - MIT
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references: references:
community: http://mariadb.org community: http://mariadb.org
documentation: https://mariadb.com/kb/en/library/documentation/ documentation: https://mariadb.com/kb/en/library/documentation/
@ -31,22 +37,31 @@ data:
rpms: rpms:
- mariadb - mariadb
- mariadb-server - mariadb-server
configurations: filter:
- context: rhel9 rpms:
platform: el9 - Judy-devel
buildopts: - asio-devel
rpms: buildopts:
macros: | rpms:
%runselftest 1 macros: |
%ignore_testsuite_result 0 %runselftest 1
%ignore_testsuite_result 0
components: components:
rpms: 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: galera:
rationale: Galera package for MariaDB server replication rationale: Galera package for MariaDB server replication
ref: stream-mariadb-10.11-rhel-9.5.0 ref: stream-10.3-rhel-8.6.0
buildorder: 16 buildorder: 16
mariadb: mariadb:
rationale: MariaDB package rationale: MariaDB package
ref: stream-mariadb-10.11-rhel-9.5.0 ref: stream-10.3-rhel-8.6.0
buildorder: 8 buildorder: 8
... ...

View File

@ -1,7 +0,0 @@
--- !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}