Viewing package changelogs with yum

      No Comments on Viewing package changelogs with yum

To quickly review the latest changes to an rpm package, there’s a handy plugin for yum called yum-changelog. It’s part of the Fedora repository and can be installed by invoking

# yum install yum-plugin-changelog

The usage is quite self-explanatory, but here a a few useful examples anyway:

To list the whole changelog history of a package, run

# yum changelog all <packagename>

To list the changelog of a specific time period, e.g. this year:

# yum changelog 2013-01 <packagename>

To list the changelog of packages about to be updated:

# yum update <packagename> --changelog

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.