adding components
This commit is contained in:
parent
88f1e29ce4
commit
a5d42b1b90
1 changed files with 12 additions and 3 deletions
15
mariadb.yaml
15
mariadb.yaml
|
|
@ -1,10 +1,9 @@
|
|||
#hope all deps are right
|
||||
document: modulemd
|
||||
version: 1
|
||||
data:
|
||||
summary: MariaDB Module
|
||||
description: MariaDB is a community developed branch of MySQL. MariaDB is a multi-user,
|
||||
multi-threaded 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.
|
||||
|
|
@ -12,6 +11,7 @@ data:
|
|||
module: [ GPLv2 with exceptions and LGPLv2 and BSD ]
|
||||
dependencies:
|
||||
buildrequires:
|
||||
# base-runtime: f26
|
||||
perl: f26
|
||||
bootstrap: f26
|
||||
common-build-dependencies: f26
|
||||
|
|
@ -85,3 +85,12 @@ data:
|
|||
rationale: A dependency of mariadb.
|
||||
ref: f26
|
||||
buildorder: 5
|
||||
net-tools:
|
||||
rationale: A dependency of mariadb.
|
||||
ref: f26
|
||||
buildorder: 9
|
||||
coreutils:
|
||||
# Probably not needed
|
||||
rationale: A dependency of mariadb.
|
||||
ref: f26
|
||||
buildorder: 9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue