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 or the changelog command is used with yum.
15
17 --changelog
18 Show changelog delta of updated packages
19
21 changelog
22 Show changelog data of packages listed (same format as the list
23 command). The first argument is required and is either "all"
24 for all the changelog entries, a date for the changelog entries
25 since a specified point in time or a number for a given number
26 of changelog entries.
27
29 /etc/yum/pluginconf.d/changelog.conf
30 The system wide configuration file. See yum-changelog.conf(5)
31 for more information.
32
34 # yum changelog 2008-Jan yum\*
35 Listing changelogs since: 2008-01-18
36 yum-versionlock-1.1.11-1.fc8.noarch installed
37 * Wed Jan 30 17:00:00 2008 Tim Lauridsen <timlau@fedoraproject.org>
38 - mark as 1.1.11
39 changelog stats. 33 pkgs, 12 source pkgs, 1 changelog
40 # yum update ktechlab --changelog
41 Loading "changelog" plugin
42 Setting up Update Process
43 Setting up repositories
44 [..]
45 Resolving Dependencies
46 --> Populating transaction set with selected packages. Please wait.
47 ---> Package ktechlab.i386 0:0.3-6 set to be updated
48 --> Running transaction check
49
50 Changes in packages about to be updated:
51
52 ktechlab - 0.3-6.i386
53 * Wed Nov 22 23:00:00 2006 Chitlesh Goorah - 0.3-6
54 - Rebuilt due to new gpsim-devel release
55
57 There are of course no bugs, but should you find any, you should first
58 consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if
59 unsuccessful in finding a resolution contact the mailing list: yum-
60 devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com
61 for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report
62 for all other bugs.
63
64
66 yum-changelog is available via:
67 # yum install yum-changelog
68
70 Chitlesh Goorah <chitlesh@fedoraproject.org>
71 Panu Matilainen <pmatilai@laiskiainen.org>
72 James Antill <james@and.org>
73
75 yum(1)
76
77
78
79 08 February 2007 YUM-CHANGELOG(1)