Bug 1235551
Summary: | [RFE] List changelogs before update. | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Frank Büttner <bugzilla> |
Component: | dnf-plugins-core | Assignee: | Marek Blaha <mblaha> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | adam, dmach, fedora, johannespfrang, jzeleny, mblaha, orion0205, packaging-team-maint, redhat, techtonik, tim.lauridsen, vmukhame, woiling, zing |
Target Milestone: | --- | Keywords: | FutureFeature, Reopened, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-04-05 12:20:48 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1066867 | ||
Bug Blocks: |
Description
Frank Büttner
2015-06-25 07:17:51 UTC
Thank you for the report. This is basically a request to port the yum-changelog plugin. I also think that it might be handy. We should just decide whether it should go into dnf-plugins-core or dnf-plugins-extras. The future assignee should note that so far, DNF/hawkey lacks the support for changelogs (see bug 1066867). But it does not mean that the plugin cannot be implemented without this support in DNF. *** Bug 1294315 has been marked as a duplicate of this bug. *** This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. Same for F23 This issue continues to annoy in F28. Is this really blocked by bug 1066867? It seems that bug 850912 indicates that "update info" support is available? The full changelog is not needed here. dnfdragora shows "update info" for packages before installation. How much is really missing to have that available in a dnf plugin? I think it really is blocked. We need to read changelogs from repository, before actual downloading the packages. However, work on packages changelog is almost finished. Regarding showing changelogs before update - I tend to implement it as a switch of `dnf check-update --changelogs` command. There is --changelogs switch for dnf check-update. So to check changelogs of packages which are going to be updated you can use command $ dnf check-update --changelogs |