Description of problem:
There is no way to view changelogs (or is there?) with dnf.
Expected results:
It would be nice if there was a "dnf changelog" equivalent of "dnf upgrade", like how "dnf upgrade" gives you an at-a-glance list of all the packages that are upgradeable,
"dnf updateinfo" looks great, but I noticed that it doesn't list a changelog of every package.
Apparently it only lists update advisories of some packages, not the detailed changelog of every individual package?
dnf wzzup? :)
I'd like to see "dnf changelog" too. `updateinfo` is slow, not paged, competes with `update` autocompletion, lists only security changes, and hard to remember. I'd deprecate it.
There are several ways to work with changelogs in DNF:
1. get changelogs of packages which are going to be updated:
$ dnf check-update --changelogs
2. get changelogs of any package:
$ dnf repoquery --changelog <package>