#5 Rewrite commands 'list', 'info', 'enable', 'disable' to work with new modulemd format
Opened by frostyx. Modified
frostyx/fm-dnf-plugin master  into  master

Download 5.patch

This repo still assumes old version of python-modulemd with name-version-release. I wanted to use

dnf module list
dnf module info <name>

commands with python3-modulemd-1.0.2 so I modified the code a bit. I think that it is a good idea to share it with you, even though it is not complete support for all commands. Maybe someone (maybe even myself) can continue on it. Or we can throw it off.

1 new commit added

  • Rewrite 'enable' and 'disable' commands to work with new modulemd format

Please note that https://pagure.io/fm-modulemd-resolver/pull-request/1 is required for enabling modules.

1 new commit added

  • mmd.xmd inited to {}
Metadata