Compare commits
30 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
781761078b | ||
|
|
d02fba431d | ||
|
|
398a656c16 | ||
|
|
93ea6712aa | ||
|
|
af165e33ec | ||
|
|
e9bea50135 | ||
|
|
5e16da9c12 | ||
|
|
f06723ad64 | ||
|
|
2dc9f22c62 | ||
|
|
b7cd75e375 | ||
|
|
457786560f | ||
|
|
ace2d9a092 | ||
|
|
a693c11092 | ||
|
|
f00a2dcbdf | ||
|
|
00a1c798c3 | ||
|
|
c42876fa6a | ||
|
|
a93dc9b118 | ||
|
|
90c690d1fc | ||
|
|
6824324da0 | ||
|
|
64f59def44 | ||
|
|
b05f73ac4c | ||
|
|
7a528b33f5 | ||
|
|
2945c8647e | ||
|
|
5eaf8f1c39 | ||
|
|
1bd2c39db1 | ||
|
|
b6986da730 | ||
|
|
20fe76aded | ||
|
|
b377443510 | ||
|
|
1a6fb4c449 | ||
|
|
ea1323c4a8 |
1 changed files with 58 additions and 57 deletions
115
mysql.yaml
115
mysql.yaml
|
|
@ -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 client/server implementation consisting of
|
MySQL is a multi-user, multi-threaded SQL database server.
|
||||||
a server daemon (mysqld) and many different client programs
|
MySQL is a client/server implementation consisting of
|
||||||
and libraries. The base package contains the standard MySQL
|
a server daemon (mysqld) and many different client programs
|
||||||
client programs and generic MySQL files.
|
and libraries. The base package contains the standard MySQL
|
||||||
license:
|
client programs and generic MySQL files.
|
||||||
module: [MIT]
|
license:
|
||||||
dependencies:
|
module:
|
||||||
buildrequires:
|
- MIT
|
||||||
bootstrap: master
|
|
||||||
requires:
|
|
||||||
platform: master
|
|
||||||
host: master
|
dependencies:
|
||||||
references:
|
- buildrequires:
|
||||||
community: https://docs.pagure.org/modularity/
|
platform: [-el9, -epel9, -el8, -epel8, -eln]
|
||||||
documentation: https://github.com/container-images/mariadb/
|
requires:
|
||||||
tracker: https://github.com/modularity-modules/mysql
|
platform: [-el9, -epel9, -el8, -epel8, -eln]
|
||||||
profiles:
|
|
||||||
default:
|
|
||||||
rpms:
|
|
||||||
- community-mysql
|
api:
|
||||||
- community-mysql-server
|
rpms:
|
||||||
server:
|
- community-mysql-server
|
||||||
rpms:
|
- community-mysql
|
||||||
- community-mysql-server
|
|
||||||
client:
|
|
||||||
rpms:
|
|
||||||
- community-mysql
|
profiles:
|
||||||
api:
|
server:
|
||||||
rpms:
|
description: Base server.
|
||||||
- community-mysql
|
rpms:
|
||||||
- community-mysql-server
|
- community-mysql-server
|
||||||
buildopts:
|
client:
|
||||||
rpms:
|
description: Client.
|
||||||
macros: |
|
rpms:
|
||||||
%runselftest 0
|
- community-mysql
|
||||||
components:
|
devel:
|
||||||
rpms:
|
description: Devel package.
|
||||||
community-mysql:
|
rpms:
|
||||||
rationale: MySQL package.
|
- community-mysql-devel
|
||||||
ref: f27
|
|
||||||
buildorder: 10
|
|
||||||
net-tools:
|
|
||||||
rationale: A dependency of community-mysql
|
buildopts:
|
||||||
ref: f27
|
rpms:
|
||||||
buildorder: 9
|
macros: |
|
||||||
mecab:
|
%runselftest 0
|
||||||
rationale: A dependency of community-mysql
|
%check_testsuite 1
|
||||||
ref: f27
|
|
||||||
buildorder: 8
|
|
||||||
mecab-ipadic:
|
|
||||||
rationale: A dependency of community-mysql
|
components:
|
||||||
ref: f27
|
rpms:
|
||||||
buildorder: 9
|
community-mysql:
|
||||||
|
rationale: The main component.
|
||||||
|
ref: rawhide
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue