1YUM-CHANGELOG(1) User Manuals YUM-CHANGELOG(1)
2
3
4
6 yum-changelog
7
9 The yum-changelog package
10
12 yum-changelog(1) is a Yum plugin for viewing package changelogs
13 before/after updating. yum will invoke yum-changelog(1) plugin if the
14 --changelog option is used with yum.
15
17 --changelog
18 Show changelog delta of updated packages
19
21 /etc/yum/pluginconf.d/changelog.conf
22 The system wide configuration file. See yum-changelog.conf(5)
23 for more information.
24
26 # yum update ktechlab --changelog
27 Loading "changelog" plugin
28 Setting up Update Process
29 Setting up repositories
30 [..]
31 Resolving Dependencies
32 --> Populating transaction set with selected packages. Please wait.
33 ---> Package ktechlab.i386 0:0.3-6 set to be updated
34 --> Running transaction check
35
36 Changes in packages about to be updated:
37
38 ktechlab - 0.3-6.i386
39 * Wed Nov 22 23:00:00 2006 Chitlesh Goorah - 0.3-6
40 - Rebuilt due to new gpsim-devel release
41
43 As yumdownloader uses YUM libraries for retrieving all the information,
44 it relies on YUM configuration for its default values like which reposā
45 itories to use. Consult YUM documentation for details:
46
47 /etc/yum.conf
48 /etc/yum/repos.d/
49 /var/cache/yum/
50
52 If you happen to run across a bug, you can report it via
53 yum@lists.linux.duke.edu or filed in bugzilla.
54
56 yum-changelog is available via:
57 # yum install yum-changelog
58
60 Chitlesh Goorah <chitlesh@fedoraproject.org>
61
63 yum(1)
64
65
66
67 08 FEBRUARY 2007 YUM-CHANGELOG(1)