[CentOS] yum/dnf diff

Tue Jun 2 00:25:08 UTC 2020
Kenneth Porter <shiva at sewingwitch.com>

I'm used to using "git diff" and "svn diff" to view changes in my 
development system. Is there a similar thing that works with changes 
between a repository package and the installed RPM? Ie. something that 
shows the changes in /etc hinted at by "rpm -V". I'm already using 
etckeeper+git but that would combine changes from updates with my own 
modifications.

The only thing I've found so far is a rather manual procedure:

<https://serverfault.com/questions/378439/getting-diffs-for-file-changes-detected-by-rpm-v>