kolage
kolage
Hi, thanks for the report. It seems that when the `debuginfo-install` plugin is used by dnf itself, the `dnf.cli` module is imported by some other script beforehand, so it's working....
Hi, thanks for the report and for the link to the discussion. It seems the same problem as reported in https://bugzilla.redhat.com/show_bug.cgi?id=2211844.
The first thing I would look into is probably implementing all the methods from the `libdnf5.repo.DownloadCallbacks` interface in your `DownloadProgress` class - there is also the `progress`, `end`, `mirror_failure` and...
Right, I was able to reproduce the error with your code snippet. The problem lies in the return value from `add_new_download`. In the original C++ code, it's of type `void...
Hi @es-fabricemarie, sorry for the late response. We've already started looking into this, will update the upstream issue here to reflect the correct state. And thanks for your related PR!
> We now use KIWI for building cloud images starting with F40, so now for cloud images and base containers to change, a pull request will be required for [fedora-kiwi-descriptions](https://pagure.io/fedora-kiwi-descriptions)....
LGTM, just please also update the docs regarding the new hooks: https://dnf5.readthedocs.io/en/latest/libdnf5_plugins/actions.8.html.
> LGTM, just please also update the docs regarding the new hooks: https://dnf5.readthedocs.io/en/latest/libdnf5_plugins/actions.8.html. OK, it's already mentioned there. I consider it enough, thanks.
Also we should think about generalizing the current `dnf4 vs dnf5 changes` doc section to include also details how the systems using dnf4 will migrate to dnf5, like explicitly describing...
> Also we should think about generalizing the current `dnf4 vs dnf5 changes` doc section to include also details how the systems using dnf4 will migrate to dnf5, like explicitly...