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>