1YUM-VERSIONLOCK(1) User Manuals YUM-VERSIONLOCK(1)
2
3
4
6 yum-versionlock - Version lock rpm packages
7
9 yum-versionlock [ package-name [ package-name]] ...
10
12 yum-versionlock(1) is a Yum plugin that takes a set of name/versions
13 for packages and excludes all other versions of those packages (includ‐
14 ing optionally following obsoletes). This allows you to protect pack‐
15 ages from being updated by newer versions.
16
18 /etc/yum/pluginconf.d/versionlock.conf
19 The system wide configuration file. See yum-versionlock.conf(5)
20 for more information.
21 /etc/yum/pluginconf.d/versionlock.list
22 The default place to put package version lock information (one
23 package and version per. line). The file takes entries in the
24 following format EPOCH:NAME-VERSION-RELEASE.ARCH See rpm(8) for
25 more information on custom query formats. If the package does
26 not have an EPOCH the number will default to 0.
27
29 There are of course no bugs, but should you find any, you should first
30 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
31 unsuccessful in finding a resolution contact the mailing list: yum-
32 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
33 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
34 for all other bugs.
35
36
38 yum-versionlock is available via:
39 # yum install yum-versionlock
40
42 Panu Matilainen <pmatilai@laiskiainen.org>
43 James Antill <james@and.org>
44 Documetation modified by:
45 Gerhardus Geldenhuis <gerhardus.geldenhuis@gmail.com>
46
48 yum(1)
49
50
51
52 28 December 2009 YUM-VERSIONLOCK(1)