From 3090032b2169f9a4e251dd934c193d5e951d79ba Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 25 2022 07:46:22 +0000 Subject: import mysql-8.0-8060020220830124159.ad008a3a --- diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 5ac3027..9d955ee 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -47,15 +47,15 @@ data: rpms: mysql: rationale: MySQL server package - ref: stream-8.0-rhel-8.4.0 + ref: stream-8.0-rhel-8.6.0 buildorder: 10 mecab: rationale: A dependency of mysql - ref: stream-8.0-rhel-8.4.0 + ref: stream-8.0-rhel-8.6.0 buildorder: 8 mecab-ipadic: rationale: A dictionary for mecab - ref: stream-8.0-rhel-8.4.0 + ref: stream-8.0-rhel-8.6.0 buildorder: 9 rapidjson: rationale: A build-time only dependency of mysql diff --git a/mysql.yaml b/mysql.yaml deleted file mode 100644 index 27208a4..0000000 --- a/mysql.yaml +++ /dev/null @@ -1,67 +0,0 @@ ---- -document: modulemd -version: 2 -data: - name: mysql - stream: 8.0 - summary: MySQL Module - 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: - module: - - MIT - dependencies: - - buildrequires: - platform: [el8.4.0] - requires: - platform: [el8] - references: - community: https://dev.mysql.com/ - documentation: https://dev.mysql.com/doc/refman/8.0/en/ - tracker: http://bugzilla.redhat.com/ - profiles: - client: - rpms: - - mysql - server: - rpms: - - mysql-server - api: - rpms: - - mysql - - mysql-server - filter: - rpms: - - mecab-devel - - rapidjson - - rapidjson-devel - - rapidjson-doc - buildopts: - rpms: - macros: > - %runselftest 1 - - %ignore_testsuite_result 0 - components: - rpms: - mecab: - rationale: A dependency of mysql - ref: 5789ec297e80c2e5ac008f1abf0d2fe330a55f33 - buildorder: 8 - mecab-ipadic: - rationale: A dictionary for mecab - ref: 453491a3407a43db9c5d631068473e05bb3b4cf9 - buildorder: 9 - mysql: - rationale: MySQL server package - ref: aa5ec1343d372cec1e86997dcd685fd093a70613 - buildorder: 10 - rapidjson: - rationale: A build-time only dependency of mysql - ref: eddf2f66fc7f2f1ef5f6fde0010f3db5f9dc56eb - buildorder: 7 -... -