Dies ist eine alte Version des Dokuments!
Changelog beim Paketupdate
# yum install yum-plugin-changelog
# rpm -qil yum-plugin-changelog
Name : yum-plugin-changelog Version : 1.1.31 Release : 24.el7 Architecture: noarch Install Date: Fri 11 Jul 2014 10:48:41 PM CEST Group : System Environment/Base Size : 41381 License : GPLv2+ Signature : RSA/SHA256, Fri 04 Jul 2014 07:53:12 AM CEST, Key ID 24c6a8a7f4a80eb5 Source RPM : yum-utils-1.1.31-24.el7.src.rpm Build Date : Tue 10 Jun 2014 09:49:41 AM CEST Build Host : worker1.bsys.centos.org Relocations : (not relocatable) Packager : CentOS BuildSystem <http://bugs.centos.org> Vendor : CentOS URL : http://yum.baseurl.org/download/yum-utils/ Summary : Yum plugin for viewing package changelogs before/after updating Description : This plugin adds a command line option to allow viewing package changelog deltas before or after updating packages. /etc/yum/pluginconf.d/changelog.conf /usr/lib/yum-plugins/changelog.py /usr/lib/yum-plugins/changelog.pyc /usr/lib/yum-plugins/changelog.pyo /usr/share/doc/yum-plugin-changelog-1.1.31 /usr/share/doc/yum-plugin-changelog-1.1.31/COPYING /usr/share/man/man1/yum-changelog.1.gz /usr/share/man/man5/yum-changelog.conf.5.gz
# man yum-changelog
YUM-CHANGELOG(1) User Manuals YUM-CHANGELOG(1)
NAME
yum-changelog
SYNOPSIS
The yum-changelog package
DESCRIPTION
yum-changelog(1) is a Yum plugin for viewing package changelogs before/after updating. yum
will invoke yum-changelog(1) plugin if the --changelog option or the changelog command is used
with yum.
OPTIONS
--changelog
Show changelog delta of updated packages
COMMANDS
changelog
Show changelog data of packages listed (same format as the list command). The first
argument is required and is either "all" for all the changelog entries, a date for the
changelog entries since a specified point in time or a number for a given number of
changelog entries.
FILES
/etc/yum/pluginconf.d/changelog.conf
The system wide configuration file. See yum-changelog.conf(5) for more information.
EXAMPLES
# yum changelog 2008-Jan yum\*
Listing changelogs since: 2008-01-18
yum-versionlock-1.1.11-1.fc8.noarch installed
* Wed Jan 30 17:00:00 2008 Tim Lauridsen <timlau@fedoraproject.org>
- mark as 1.1.11
changelog stats. 33 pkgs, 12 source pkgs, 1 changelog
# yum update ktechlab --changelog
Loading "changelog" plugin
Setting up Update Process
Setting up repositories
[..]
Resolving Dependencies
--> Populating transaction set with selected packages. Please wait.
---> Package ktechlab.i386 0:0.3-6 set to be updated
--> Running transaction check
Changes in packages about to be updated:
ktechlab - 0.3-6.i386
* Wed Nov 22 23:00:00 2006 Chitlesh Goorah - 0.3-6
- Rebuilt due to new gpsim-devel release
BUGS
There are of course no bugs, but should you find any, you should first consult the FAQ section
on http://yum.baseurl.org/wiki/Faq and if unsuccessful in finding a resolution contact the
mailing list: yum-devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com for
Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report for all other bugs.
AVAILABILITY
yum-changelog is available via:
# yum install yum-changelog
AUTHORS
Chitlesh Goorah <chitlesh@fedoraproject.org>
Panu Matilainen <pmatilai@laiskiainen.org>
James Antill <james@and.org>
SEE ALSO
yum(1)
08 February 2007 YUM-CHANGELOG(1)
# vim /etc/yum/pluginconf.d/changelog.conf
- /etc/yum/pluginconf.d/changelog.conf
[main] enabled=1 # Set to 'pre' or 'post' to see changes before or after transaction when=pre # Set to true, to always get the output (removes the cmd line arg) # Django : 2014-07-11 # default: always=false always=true