dnfdragora icon indicating copy to clipboard operation
dnfdragora copied to clipboard

Fedora: dnfdragora still fails to show changelog of packages

Open Woi opened this issue 3 years ago • 2 comments

History & Context

This is the revenant of bug #92, but meanwhile libdnf supports changelogs [1]. This leads me to the conclusion, that dnfdragora has an issue showing changelogs on Fedora. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1066867#c17

Description of problem

Dnfdragora fails to show changelog of packages on Fedora, even though dnf now supports it.

Version-Release number of selected component:

Fedora 33

$ dnfdragora --version
dnfdragora 
version: 2.1.0
$ dnf info dnfdragora|grep -e Version -e Release
Version      : 2.1.0
Release      : 2.fc33

How reproducible

Always

Steps to Reproduce

  1. Wait until updates are available in repositories
  2. Start dnfdragora
  3. Select a package
  4. Click on Changelog
  5. Recognise "Missing Information" instead of package changelog

Actual results

"Missing Information" is shown instead of actual package changelog

Expected results

Package changelog of selected RPM is shown.

Woi avatar May 31 '21 21:05 Woi

Mmh... looks like I should have created this bug for dnfdaemon: https://github.com/manatools/dnfdaemon/blob/master/python/dnfdaemon/server/init.py#L933-L936

Woi avatar May 31 '21 21:05 Woi

@Woi correct, it has to be fixed there first

anaselli avatar Jun 01 '21 06:06 anaselli