Product SiteDocumentation Site

6.4. yum-plugin-changelog

This extension adds the --changelog option to the command line and it allows you to view package spreads changes (changelog) before or after updating packages.

6.4.1. Configuration

/etc/yum/pluginconf.d/changelog.conf
[main]
enabled=1
when=pre
always=false
enabled = 0|1
Enable extension at a general level.
when = pre|post
The changelog is printed before or after the update. It defaults to pre.
always = true|false
If it is set to true, it causes to always print the changelog, removing the option from the command line.