Compare commits

...
Sign in to create a new pull request.

30 commits

Author SHA1 Message Date
Michal Schorm
781761078b Rebase to MySQL 8.0.34 2023-09-07 02:33:52 +02:00
Michal Schorm
d02fba431d Rebase to MySQL 8.0.31 2022-10-24 21:30:33 +02:00
Fedora Release Engineering
398a656c16 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-08-10 16:46:14 +00:00
Michal Schorm
93ea6712aa Rebase to MySQL 8.0.29 2022-06-21 10:25:42 +02:00
Michal Schorm
af165e33ec Rebuild 2022-02-18 17:24:59 +01:00
Michal Schorm
e9bea50135 Rebase to MySQL 8.0.28 2022-02-01 15:26:20 +01:00
Michal Schorm
5e16da9c12 Rebase to 8.0.27 & OpenSSL 3 2021-10-31 15:24:09 +01:00
Michal Schorm
f06723ad64 Rebase to 8.0.26 2021-08-17 18:01:18 +02:00
Michal Schorm
2dc9f22c62 Rebase to MySQL 8.0.24 2021-05-04 03:16:48 +02:00
Fedora Release Engineering
b7cd75e375 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-02-03 14:28:08 +00:00
Michal Schorm
457786560f Prevent building for targets other than Fedora 2020-11-06 04:52:26 +01:00
Michal Schorm
ace2d9a092 Rebuild for MySQL 8.0.22 2020-10-27 19:57:59 +01:00
Michal Schorm
a693c11092 Rebase to 8.0.21-11 2020-09-02 16:39:40 +02:00
Fedora Release Engineering
f00a2dcbdf Branching f33 from rawhide
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-19 17:51:19 +00:00
Fedora Release Engineering
00a1c798c3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-11 23:54:35 +00:00
Fedora Release Engineering
c42876fa6a - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-08 03:00:11 +00:00
Lukas Javorsky
a93dc9b118 Rebase to MySQL 8.0.21 2020-07-20 10:10:30 +02:00
Michal Schorm
90c690d1fc Rebase to MySQL 8.0.20 2020-04-30 14:01:39 +02:00
Michal Schorm
6824324da0 Stop building for EPEL-8 2020-02-15 11:59:50 +01:00
Michal Schorm
64f59def44 Rebase to MySQL 8.0.19 2020-02-12 14:40:34 +01:00
Fedora Release Engineering
b05f73ac4c - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-02-06 18:24:43 +00:00
Michal Schorm
7a528b33f5 Rebase to 8.0.19 2020-01-16 01:34:53 +01:00
Michal Schorm
2945c8647e Rebuild for MySQL 8.0.18-4 2019-11-27 15:49:50 +01:00
Michal Schorm
5eaf8f1c39 Rebase to MySQL 8.0.18 2019-11-02 18:46:05 +01:00
Michal Schorm
1bd2c39db1 Update the modulemd file up to the current convenctions
Update for MySQL 8.0.17
2019-08-24 01:41:31 +02:00
Honza Horak
b6986da730 Update to f29 branch and build only on f28, because in f29+, mysql 8.0 is default 2018-05-07 15:33:24 +02:00
Honza Horak
20fe76aded Update to latest f28, and make it build on F29+ 2018-05-07 10:55:51 +02:00
Honza Horak
b377443510 Updating for mysql 2018-02-07 21:31:04 +01:00
Karsten Hopp
1a6fb4c449 add runtime dep hardware-supprt for numactl 2017-11-17 18:10:55 +01:00
Petr Písař
ea1323c4a8 Port to platform:f27 2017-11-16 15:52:20 +01:00

View file

@ -1,59 +1,60 @@
---
document: modulemd document: modulemd
version: 1 version: 2
data: data:
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] module:
- MIT
dependencies: dependencies:
buildrequires: - buildrequires:
bootstrap: master platform: [-el9, -epel9, -el8, -epel8, -eln]
requires: requires:
platform: master platform: [-el9, -epel9, -el8, -epel8, -eln]
host: master
references:
community: https://docs.pagure.org/modularity/
documentation: https://github.com/container-images/mariadb/ api:
tracker: https://github.com/modularity-modules/mysql
profiles:
default:
rpms: rpms:
- community-mysql
- community-mysql-server - community-mysql-server
- community-mysql
profiles:
server: server:
description: Base server.
rpms: rpms:
- community-mysql-server - community-mysql-server
client: client:
description: Client.
rpms: rpms:
- community-mysql - community-mysql
api: devel:
description: Devel package.
rpms: rpms:
- community-mysql - community-mysql-devel
- community-mysql-server
buildopts: buildopts:
rpms: rpms:
macros: | macros: |
%runselftest 0 %runselftest 0
%check_testsuite 1
components: components:
rpms: rpms:
community-mysql: community-mysql:
rationale: MySQL package. rationale: The main component.
ref: f27 ref: rawhide
buildorder: 10
net-tools:
rationale: A dependency of community-mysql
ref: f27
buildorder: 9
mecab:
rationale: A dependency of community-mysql
ref: f27
buildorder: 8
mecab-ipadic:
rationale: A dependency of community-mysql
ref: f27
buildorder: 9