add filters for modulemd and smartcols, add API
This commit is contained in:
parent
faef685ec8
commit
2935f339ab
1 changed files with 8 additions and 0 deletions
8
dnf.yaml
8
dnf.yaml
|
|
@ -27,8 +27,12 @@ data:
|
|||
python3-libcomps,
|
||||
# libreport
|
||||
libreport-python3,
|
||||
# modulemd
|
||||
python3-modulemd,
|
||||
# python-iniparse
|
||||
python3-iniparse,
|
||||
# python-smartcols
|
||||
python3-smartcols,
|
||||
]
|
||||
filter:
|
||||
rpms: [
|
||||
|
|
@ -49,8 +53,12 @@ data:
|
|||
libreport-plugin-rhtsupport, libreport-plugin-systemd-journal,
|
||||
libreport-plugin-ureport, libreport-python, libreport-web,
|
||||
libreport-web-devel,
|
||||
# modulemd
|
||||
python2-modulemd,
|
||||
# python-iniparse
|
||||
python2-iniparse,
|
||||
# python-smartcols
|
||||
python2-smartcols, python-smartcols-doc,
|
||||
]
|
||||
components:
|
||||
rpms:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue