Compare commits
52 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a9658ee4f3 | ||
|
|
5fbb0b1b16 | ||
|
|
08e909310c | ||
|
|
161aa5126f | ||
|
|
16cc948cc6 | ||
|
|
f22e196316 | ||
|
|
80d99ba5e8 | ||
|
|
8328fe0194 | ||
|
|
9a8654940a | ||
|
|
c92bdf61ae | ||
|
|
221d441efa | ||
|
|
9fe16d339d | ||
|
|
d9d8900ca0 | ||
|
|
2f7d077c5f | ||
|
|
ffd39cd123 | ||
|
|
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 83 additions and 0 deletions
83
mariadb.yaml
Normal file
83
mariadb.yaml
Normal file
|
|
@ -0,0 +1,83 @@
|
||||||
|
document: modulemd-packager
|
||||||
|
version: 3
|
||||||
|
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:
|
||||||
|
- MIT
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
configurations:
|
||||||
|
- context: F36
|
||||||
|
platform: f36
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%runselftest 0
|
||||||
|
%ignore_testsuite_result 1
|
||||||
|
|
||||||
|
- context: F37
|
||||||
|
platform: f37
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%runselftest 0
|
||||||
|
%ignore_testsuite_result 1
|
||||||
|
- context: f38
|
||||||
|
platform: f38
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%runselftest 0
|
||||||
|
%ignore_testsuite_result 1
|
||||||
|
- context: f39
|
||||||
|
platform: f39
|
||||||
|
buildopts:
|
||||||
|
rpms:
|
||||||
|
macros: |
|
||||||
|
%runselftest 0
|
||||||
|
%ignore_testsuite_result 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
mariadb:
|
||||||
|
rationale: The main component.
|
||||||
|
ref: 10.9
|
||||||
|
galera:
|
||||||
|
rationale: Galera package for replication.
|
||||||
|
ref: mariadb-10.9
|
||||||
Loading…
Add table
Add a link
Reference in a new issue