1DNF-RPMCONF(8) dnf-plugins-extras DNF-RPMCONF(8)
2
3
4
6 dnf-rpmconf - DNF rpmconf Plugin
7
8 Handles .rpmnew, .rpmsave and .rpmorig after transactions.
9
11 /etc/dnf/plugins/rpmconf.conf
12
13 The minimal plugin configuration file should consists of [main] section
14 with enabled parameter.:
15
16 [main]
17 enabled = 1
18
19 [main] section optional parameters
20 frontend
21 string, default: env
22
23 Defines which frontend should be used for merging. For list of
24 valid frontends see rpmconf(8). When set to env, the command to
25 use is taken from the environment variable $MERGE.
26
27 diff boolean, default: False
28
29 Defines whether plugin should only display file differences.
30
32 rpmconf(8).
33
35 See AUTHORS in your Extras DNF Plugins distribution
36
38 2020, Igor Gnatenko, Licensed under GPLv2+
39
40
41
42
434.0.13 Dec 03, 2020 DNF-RPMCONF(8)