Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
67a1aefc14 | ||
|
|
f72245d776 | ||
|
|
49f1d17e90 | ||
|
|
5a290b78c4 | ||
|
|
100e0a481e | ||
|
|
088fb9bd09 | ||
|
|
15bf4c8ea8 | ||
|
|
fd4d51a400 | ||
|
|
1917c442db | ||
|
|
70127882c2 | ||
|
|
4a22948500 | ||
|
|
b377443510 | ||
|
|
1a6fb4c449 | ||
|
|
ea1323c4a8 |
1 changed files with 7 additions and 20 deletions
23
mysql.yaml
23
mysql.yaml
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
document: modulemd
|
document: modulemd
|
||||||
version: 1
|
version: 2
|
||||||
data:
|
data:
|
||||||
summary: MySQL Module
|
summary: MySQL Module
|
||||||
description: MySQL is a multi-user, multi-threaded SQL database server.
|
description: MySQL is a multi-user, multi-threaded SQL database server.
|
||||||
|
|
@ -11,11 +11,10 @@ data:
|
||||||
license:
|
license:
|
||||||
module: [MIT]
|
module: [MIT]
|
||||||
dependencies:
|
dependencies:
|
||||||
buildrequires:
|
- buildrequires:
|
||||||
bootstrap: master
|
platform: []
|
||||||
requires:
|
requires:
|
||||||
platform: master
|
platform: []
|
||||||
host: master
|
|
||||||
references:
|
references:
|
||||||
community: https://docs.pagure.org/modularity/
|
community: https://docs.pagure.org/modularity/
|
||||||
documentation: https://github.com/container-images/mariadb/
|
documentation: https://github.com/container-images/mariadb/
|
||||||
|
|
@ -43,17 +42,5 @@ data:
|
||||||
rpms:
|
rpms:
|
||||||
community-mysql:
|
community-mysql:
|
||||||
rationale: MySQL package.
|
rationale: MySQL package.
|
||||||
ref: f27
|
ref: 9eae2101 # private-latest-5.6 branch
|
||||||
buildorder: 10
|
buildorder: 10
|
||||||
net-tools:
|
|
||||||
rationale: A dependency of community-mysql
|
|
||||||
ref: f27
|
|
||||||
buildorder: 9
|
|
||||||
mecab:
|
|
||||||
rationale: A dependency of community-mysql
|
|
||||||
ref: f27
|
|
||||||
buildorder: 8
|
|
||||||
mecab-ipadic:
|
|
||||||
rationale: A dependency of community-mysql
|
|
||||||
ref: f27
|
|
||||||
buildorder: 9
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue