Start building MariaDB from dedicated stream branch
Add Galera package to avoid dependency issues
This commit is contained in:
parent
fa3d06dfaf
commit
3dab8d17c7
1 changed files with 7 additions and 3 deletions
10
mariadb.yaml
10
mariadb.yaml
|
|
@ -15,9 +15,9 @@ data:
|
|||
|
||||
dependencies:
|
||||
- buildrequires:
|
||||
platform: [-f27]
|
||||
platform: []
|
||||
requires:
|
||||
platform: [-f27]
|
||||
platform: []
|
||||
|
||||
|
||||
|
||||
|
|
@ -42,6 +42,7 @@ data:
|
|||
rpms:
|
||||
- mariadb-server
|
||||
- mariadb-server-galera
|
||||
- galera
|
||||
devel:
|
||||
description: Devel package.
|
||||
rpms:
|
||||
|
|
@ -61,4 +62,7 @@ data:
|
|||
rpms:
|
||||
mariadb:
|
||||
rationale: The main component.
|
||||
ref: f29
|
||||
ref: 10.3
|
||||
galera:
|
||||
rationale: Galera package for replication.
|
||||
ref: f30
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue