DNF rpmconf Plugin

Handles .rpmnew, .rpmsave and .rpmorig after transactions.

Configuration

/etc/dnf/plugins/rpmconf.conf

The minimal plugin configuration file should consists of [main] section with enabled parameter.:

[main]
enabled = 1

[main] section optional parameters

frontend

string, default: env

Defines which frontend should be used for merging. For list of valid frontends see rpmconf(8). When set to env, the command to use is taken from the environment variable $MERGE.

diff

boolean, default: False

Defines whether plugin should only display file differences.

See Also

rpmconf(8).