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
|
||||
version: 1
|
||||
version: 2
|
||||
data:
|
||||
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:
|
||||
bootstrap: master
|
||||
requires:
|
||||
platform: master
|
||||
host: master
|
||||
references:
|
||||
community: https://docs.pagure.org/modularity/
|
||||
documentation: https://github.com/container-images/mariadb/
|
||||
tracker: https://github.com/modularity-modules/mysql
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- community-mysql
|
||||
- community-mysql-server
|
||||
server:
|
||||
rpms:
|
||||
- community-mysql-server
|
||||
client:
|
||||
rpms:
|
||||
- community-mysql
|
||||
api:
|
||||
rpms:
|
||||
- community-mysql
|
||||
- community-mysql-server
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%runselftest 0
|
||||
components:
|
||||
rpms:
|
||||
community-mysql:
|
||||
rationale: MySQL package.
|
||||
ref: f27
|
||||
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
|
||||
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: [-el9, -epel9, -el8, -epel8, -eln]
|
||||
requires:
|
||||
platform: [-el9, -epel9, -el8, -epel8, -eln]
|
||||
|
||||
|
||||
|
||||
api:
|
||||
rpms:
|
||||
- community-mysql-server
|
||||
- community-mysql
|
||||
|
||||
|
||||
|
||||
profiles:
|
||||
server:
|
||||
description: Base server.
|
||||
rpms:
|
||||
- community-mysql-server
|
||||
client:
|
||||
description: Client.
|
||||
rpms:
|
||||
- community-mysql
|
||||
devel:
|
||||
description: Devel package.
|
||||
rpms:
|
||||
- community-mysql-devel
|
||||
|
||||
|
||||
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%runselftest 0
|
||||
%check_testsuite 1
|
||||
|
||||
|
||||
|
||||
components:
|
||||
rpms:
|
||||
community-mysql:
|
||||
rationale: The main component.
|
||||
ref: rawhide
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue