Compare commits

..

1 Commits

Author SHA1 Message Date
eabdullin
11e19cb883 Import from CS 2025-03-17 17:51:39 +03:00

View File

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