Compare commits
38 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9a82395125 | ||
|
|
9f428baeff | ||
|
|
e614eedb64 | ||
|
|
6408ad1d70 | ||
|
|
f2a7688e2f | ||
|
|
0906ffc527 | ||
|
|
f27e68b5a1 | ||
|
|
d90970a480 | ||
|
|
4fdfe5a461 | ||
|
|
a64d1e3eb6 | ||
|
|
36b83a1ed0 | ||
|
|
3890fb9dbb | ||
|
|
eee5fb923a | ||
|
|
7814607c5b | ||
|
|
92b2d6eaf4 | ||
|
|
b340aa9f04 | ||
|
|
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: [f35]
|
||||
requires:
|
||||
platform: [f35]
|
||||
|
||||
|
||||
|
||||
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.4
|
||||
galera:
|
||||
rationale: Galera package for replication.
|
||||
ref: mariadb-10.4
|
||||
Loading…
Add table
Add a link
Reference in a new issue