1YUM-VERSIONLOCK.CONF(5)          File Formats          YUM-VERSIONLOCK.CONF(5)
2
3
4

NAME

6       yum-versionlock.conf(5)
7
8

SYNOPSIS

10       yum-versionlock.conf(5)  is  the  configuration  file  for yum-versionā€
11       lock(1) Yum plugin for excluding packages that  aren't  listed  in  the
12       versionlock  file.   The  plugin will walk each line of the versionlock
13       file, parse out the name and version  of  the  package.  It  will  then
14       exclude any package by that name that doesn't match one of the versions
15       listed within the file (or, optionally, any obsoleter of that package).
16       This  is  basically  the  same as doing an exclude for the package name
17       itself (as you cannot exclude installed packages), but yum  will  still
18       see  the versions you have installed/versionlocked as available so that
19       "yum reinstall" will still work, etc.
20

FILES

22       /etc/yum/pluginconf.d/versionlock.conf
23

FILE FORMAT

25       yum-versionlock.conf(5) utilizes configuration options in the form of
26
27       OPTION=VALUE
28

OPTION

30       follow_obsoletes
31              This option is a boolean flag which specifies if the versionlock
32              plugin  should  look at all the obsoletes, and see if any of the
33              packages specified have an obsoleter. If an obsoleter  is  found
34              then  all versions of that package will be excluded. This option
35              is off by default, as yum-versionlock(1) will take some time  to
36              do  the  obsoletes  processing, and for non-rename obsoletes any
37              issues you had which kept you at a specific version of a package
38              should be different with another package.
39

OPTION

41       locklist
42              This  option is a string with points to the file which will have
43              the versionlock information in it. Note that  the  file  has  to
44              exist (or the versionlock plugin will make yum exit). However it
45              can be empty.
46

AUTHOR

48              Chitlesh Goorah <chitlesh@fedoraproject.org>
49              James Antill <james@fedoraproject.org>
50

SEE ALSO

52       yum-versionlock(1)
53
54
55
56                                 27 July 2008          YUM-VERSIONLOCK.CONF(5)
Impressum