Compare commits
38 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8d044d4183 | ||
|
|
cb02402c67 | ||
|
|
5070cc2720 | ||
|
|
2dfd9c9a8b | ||
|
|
b46c1f3dbf | ||
|
|
bd419a50df | ||
|
|
da8dc0ce22 | ||
|
|
7b2c13da20 | ||
|
|
fde87ac42e | ||
|
|
5784f8c4f0 | ||
|
|
80bcd2dcd9 | ||
|
|
e231b55135 | ||
|
|
0985c0cfaa | ||
|
|
5a7c2504d5 | ||
|
|
0cbdfa3539 | ||
|
|
d0f863b34f | ||
|
|
7173bd1974 | ||
|
|
982d28c2ae | ||
|
|
200891a6b8 | ||
|
|
f0a3efaa7e | ||
|
|
eb49cd8d22 | ||
|
|
75f9263619 | ||
|
|
9f1d4f3943 | ||
|
|
4f796cd41f | ||
|
|
0829ddea08 | ||
|
|
35f2d1a3f6 | ||
|
|
6ce4282116 | ||
|
|
14ee80e873 | ||
|
|
cc230af1fa | ||
|
|
3dab8d17c7 | ||
|
|
fa3d06dfaf | ||
|
|
bbd78e1dc0 | ||
|
|
aad7d85065 | ||
|
|
e0fb5fae73 | ||
|
|
dcbeca14c4 | ||
|
|
d965e2556c | ||
|
|
986fdf0bb6 | ||
|
|
7c2437c97b |
1 changed files with 68 additions and 0 deletions
68
mariadb.yaml
Normal file
68
mariadb.yaml
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
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
|
||||
- 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.3
|
||||
galera:
|
||||
rationale: Galera package for replication.
|
||||
ref: mariadb-10.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue