Transform the moudlemd file from v2 to v3 format
v3 format is required for RHEL 9
This commit is contained in:
parent
2278c15185
commit
3abb498601
13
mariadb.yaml
13
mariadb.yaml
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
document: modulemd
|
document: modulemd-packager
|
||||||
version: 2
|
version: 3
|
||||||
data:
|
data:
|
||||||
name: mariadb
|
name: mariadb
|
||||||
stream: 10.11
|
stream: 10.11
|
||||||
@ -11,13 +11,10 @@ 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:
|
configurations:
|
||||||
- buildrequires:
|
- context: rhel9
|
||||||
platform: [el9]
|
platform: el9
|
||||||
requires:
|
|
||||||
platform: [el9]
|
|
||||||
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/
|
||||||
|
Loading…
Reference in New Issue
Block a user