Compare commits

..

No commits in common. "c9-beta-stream-8.4" and "c8-stream-8.0" have entirely different histories.

View File

@ -1,18 +1,22 @@
---
document: modulemd-packager
version: 3
document: modulemd
version: 2
data:
name: mysql
stream: 8.4
stream: 8.0
summary: MySQL Module
description: >-
MySQL is a multi-user, multi-threaded SQL database server.
description: MySQL is a multi-user, multi-threaded SQL database server.
MySQL is a client/server implementation consisting of
a server daemon (mysqld) and many different client programs
and libraries. The base package contains the standard MySQL
client programs and generic MySQL files.
license:
- MIT
module: [MIT]
dependencies:
- buildrequires:
platform: [el8]
requires:
platform: [el8]
references:
community: https://dev.mysql.com/
documentation: https://dev.mysql.com/doc/refman/8.0/en/
@ -33,9 +37,6 @@ data:
- rapidjson
- rapidjson-devel
- rapidjson-doc
configurations:
- context: rhel9
platform: el9
buildopts:
rpms:
macros: |
@ -45,18 +46,17 @@ data:
rpms:
mysql:
rationale: MySQL server package
ref: stream-mysql-8.4-rhel-9.6.0
ref: stream-8.0-rhel-8.8.0
buildorder: 10
mecab:
rationale: A dependency of mysql
ref: stream-mysql-8.4-rhel-9.6.0
ref: stream-8.0-rhel-8.8.0
buildorder: 8
mecab-ipadic:
rationale: A dictionary for mecab
ref: stream-mysql-8.4-rhel-9.6.0
ref: stream-8.0-rhel-8.8.0
buildorder: 9
rapidjson:
rationale: A build-time only dependency of mysql
ref: stream-mysql-8.4-rhel-9.6.0
ref: dbf36eb90
buildorder: 7
...