Compare commits
43 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1377c6e351 | ||
|
|
567bdf08b4 | ||
|
|
2dba10a4e2 | ||
|
|
90c5ba798e | ||
|
|
404efd0819 | ||
|
|
7f45780e67 | ||
|
|
38952b0c5c | ||
|
|
c3a94841fa | ||
|
|
f421bdaa10 | ||
|
|
a717a65c02 | ||
|
|
d3210a5def | ||
|
|
e747082279 | ||
|
|
57c4aeda3f | ||
|
|
de46690d61 | ||
|
|
c51836898b | ||
|
|
a11430f9fb | ||
|
|
0053c3f8b7 | ||
|
|
1b69b0a296 | ||
|
|
beac4f5f10 | ||
|
|
111a7f2f6d | ||
|
|
a6f631c5a6 | ||
|
|
92e41c12d3 | ||
|
|
12428233bc | ||
|
|
eabf6d2943 | ||
|
|
7702c37614 | ||
|
|
8920542418 | ||
|
|
5759f8576d | ||
|
|
07ed74bac7 | ||
|
|
1ab904e32e | ||
|
|
ed1301421e | ||
|
|
faf216dcc3 | ||
|
|
b8c4d5b175 | ||
|
|
0b96ffa880 | ||
|
|
174fc8c3a2 | ||
|
|
ab661a1226 | ||
|
|
253aec1ecd | ||
|
|
b1a86ef04d | ||
|
|
3fcb31f319 | ||
|
|
e0fb5fae73 | ||
|
|
dcbeca14c4 | ||
|
|
d965e2556c | ||
|
|
986fdf0bb6 | ||
|
|
7c2437c97b |
1 changed files with 67 additions and 0 deletions
67
mariadb.yaml
Normal file
67
mariadb.yaml
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
document: modulemd
|
||||
version: 2
|
||||
data:
|
||||
summary: 'MariaDB: a very fast and robust SQL database server'
|
||||
description: >-
|
||||
MariaDB is a community developed branch of MySQL. MariaDB is a multi-user, multi-threaded
|
||||
SQL database server. It is a client/server implementation consisting of a server
|
||||
daemon (mysqld) and many different client programs and libraries. The base package
|
||||
contains the standard MariaDB/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:
|
||||
- mariadb-server
|
||||
- mariadb
|
||||
|
||||
|
||||
|
||||
profiles:
|
||||
server:
|
||||
description: Base server.
|
||||
rpms:
|
||||
- mariadb-server
|
||||
client:
|
||||
description: Client.
|
||||
rpms:
|
||||
- mariadb
|
||||
galera:
|
||||
description: Server plus replication engine.
|
||||
rpms:
|
||||
- mariadb-server
|
||||
- mariadb-server-galera
|
||||
devel:
|
||||
description: Devel package.
|
||||
rpms:
|
||||
- mariadb-devel
|
||||
|
||||
|
||||
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%runselftest 0
|
||||
%ignore_testsuite_result 1
|
||||
|
||||
|
||||
|
||||
components:
|
||||
rpms:
|
||||
mariadb:
|
||||
rationale: The main component.
|
||||
ref: 10.6
|
||||
galera:
|
||||
rationale: Galera package for replication.
|
||||
ref: mariadb-10.6
|
||||
Loading…
Add table
Add a link
Reference in a new issue