[yum-git] 2 commits - ChangeLog yum-utils.spec

Tim Lauridsen timlau at linux.duke.edu
Wed May 21 11:09:17 UTC 2008


 ChangeLog      |  175 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 yum-utils.spec |   26 ++++----
 2 files changed, 189 insertions(+), 12 deletions(-)

New commits:
commit 21894bdf7f24ca163f203501697508359eb2c0b5
Author: Tim Lauridsen <tla at rasmil.dk>
Date:   Wed May 21 12:59:56 2008 +0200

    updated ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 5f36e05..1919833 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,178 @@
+2008-05-21  Tim Lauridsen <tla at rasmil.dk>
+
+	* yum-utils.spec: bumped yum-utils version to 1.1.14
+
+2008-05-19  Luke Macken <lmacken at redhat.com>
+
+	* plugins/fastestmirror/fastestmirror.py: fastestmirror: If we're
+	using the cache, then don't load cached mirrorlist
+
+2008-05-17  Luke Macken <lmacken at redhat.com>
+
+	* plugins/fastestmirror/fastestmirror.py: fastestmirror: Apply a
+	patch from Tuomo Soini to fix http auth when used in the baseurl
+
+2008-05-15  Luke Macken <lmacken at redhat.com>
+
+	* plugins/fastestmirror/fastestmirror.py: fastestmirror: Don't do
+	anything if the user enabled cacheonly (-C) (rh#440428)
+
+2008-05-05  Seth Vidal <skvidal at fedoraproject.org>
+
+	* docs/yum-complete-transaction.8, yum-complete-transaction.py: 
+	yum-complete-transaction --cleanup-only
+
+2008-04-28  Seth Vidal <skvidal at fedoraproject.org>
+
+	* Makefile, docs/yum-debug-dump.1, yum-debug-dump.py,
+	yum-utils.spec: yum-debug-dump app, man page, Makefile and spec file
+	edits
+
+2008-04-27  Seth Vidal <skvidal at fedoraproject.org>
+
+	* debuginfo-install.py, yum-builddep.py,
+	yum-complete-transaction.py, yumdownloader.py: make sure all
+	yum-utils using self.getOptionParser set it up as self.optparser not
+	as 'parser' or anything else.  this change is necessary due yum git
+	checkin: 761e58a85937e9c56c7387c4d535e77db1b27c7b
+
+2008-04-18  James Antill <james at and.org>
+
+	* repoquery.py: Use urlgrabber.progress.format_number for human
+	readable output
+
+2008-04-18  James Antill <james at and.org>
+
+	* docs/repoquery.1, repoquery.py: Add k,m,g,t and h ...  and
+	documentation about the special size syntax
+
+2008-04-18  James Antill <james at and.org>
+
+	* repoquery.py: Remove unused function, add nevra format
+
+2008-04-18  James Antill <james at and.org>
+
+	* docs/repoquery.1, repoquery.py: Add isodate and documentation
+	about the special time syntax
+
+2008-04-12  James Antill <james at and.org>
+
+	* plugins/keys/keys.py: Fix keys compare/sort
+
+2008-04-12  James Antill <james at and.org>
+
+	* plugins/list-data/list-data.py: Fix None values, don't try and
+	convert unicode to str()
+
+2008-04-12  James Antill <james at and.org>
+
+	* plugins/keys/keys.py: Only root can run keys-remove
+
+2008-04-10  James Antill <james at and.org>
+
+	* yum-utils.spec: Add install code for keys
+
+2008-04-10  James Antill <james at and.org>
+
+	* plugins/keys/keys.py: Tweak keys* commands, add keys-remove
+	command
+
+2008-04-10  James Antill <james at and.org>
+
+	* plugins/keys/keys.conf, plugins/keys/keys.py: Plugin for yum
+	commands to query info. on installed signing keys
+
+2008-04-09  James Antill <james at and.org>
+
+	* plugins/filter-data/filter-data.py: Minor tidy thanks to pychecker
+
+
+2008-04-09  James Antill <james at and.org>
+
+	* plugins/filter-data/filter-data.py: Merge the security fix into
+	filter-data
+
+2008-04-09  James Antill <james at and.org>
+
+	* plugins/security/security.py: Give slightly better messages for
+	update/upgrade
+
+2008-04-09  James Antill <james at and.org>
+
+	* plugins/security/security.py: Tidy code, due to pychecker
+
+2008-04-09  James Antill <james at and.org>
+
+	* plugins/security/security.py:  Fix xine-lib / xine-lib-extras-nonfree dep. problem.   Problem:
+	 xine-lib doesn't require, xine-lib-extras-nonfree deps. on it but
+	 due to being in a different repo. isn't _also_ in the security
+	 data.   And due to security filtering we filter the "remove txmbr"
+	 for the old version of xine-libs, which means there's nothing in
+	 the transaction to the check that xine-lib-extras-nonfree deps. on
+	 something that's going.
+
+2008-04-04  Seth Vidal <skvidal at fedoraproject.org>
+
+	* repodiff.py: - make repodiff sort the output - make -q really mean -q
+
+2008-04-04  Seth Vidal <skvidal at fedoraproject.org>
+
+	* repodiff.py: fix for listing modified pkgs correctly.
+
+2008-04-02  James Antill <james at and.org>
+
+	* plugins/verify/verify.py: Do needTs logic in verify comand
+
+2008-04-02  James Antill <james at and.org>
+
+	* plugins/changelog/changelog.py: Do the list needTs logic in
+	changelog comand
+
+2008-04-02  James Antill <james at and.org>
+
+	* plugins/aliases/aliases.py: Don't need Ts for alias
+
+2008-04-02  James Antill <james at and.org>
+
+	* plugins/list-data/list-data.py: Do the list needTs logic in
+	list/info-data comands
+
+2008-03-31  James Antill <james at and.org>
+
+	* docs/Makefile, yum-utils.spec: Add install lines of yum-aliases
+	man page
+
+2008-03-31  James Antill <james at and.org>
+
+	* docs/yum-aliases.1: Add docs. for yum-aliases plugin
+
+2008-03-26  Luke Macken <lmacken at redhat.com>
+
+	* plugins/fastestmirror/fastestmirror-asyncore.py: Add an threadless
+	version of fastestmirror that uses the asyncore module
+
+2008-03-22  James Bowes <jbowes at redhat.com>
+
+	* docs/package-cleanup.1, package-cleanup.py: Add more options for
+	control over package-cleanup's --leaves option.  Add the following
+	options for --leaves:  * --exclude-devel :: Any package whose name
+	ends in devel is not a                       leaf.  * --exclude-bin
+	:: Any package that has a file with 'bin' in the
+	name is not a leaf.  * --leaf-regex    :: A regular expression used
+	for deciding if a                       package is a leaf. Use
+	"^(perl)|(python)" to                       examine perl and python
+	packages, for example.                       Defaults to
+	"(^lib.*)|(.*lib(|s)$)".
+
+2008-03-22  Seth Vidal <skvidal at fedoraproject.org>
+
+	* yum-utils.spec: add python-dateutil requires to yum-changelog for
+	rh bug 438585
+
+2008-03-21  Tim Lauridsen <tim at naboo.local>
+
+	* ChangeLog: updated ChangeLog
+
 2008-03-21  Tim Lauridsen <tim at naboo.local>
 
 	* yum-utils.spec: bumped yum-utils version to 1.1.13
commit c8a7e0618bb0fdd0c6c9592978db932945ea4677
Author: Tim Lauridsen <tla at rasmil.dk>
Date:   Wed May 21 12:59:56 2008 +0200

    bumped yum-utils version to 1.1.14

diff --git a/yum-utils.spec b/yum-utils.spec
index 401085f..50b59e9 100644
--- a/yum-utils.spec
+++ b/yum-utils.spec
@@ -1,6 +1,6 @@
 Summary: Utilities based around the yum package manager
 Name: yum-utils
-Version: 1.1.13
+Version: 1.1.14
 Release: 1%{?dist}
 License: GPL
 Group: Development/Tools
@@ -12,7 +12,7 @@ Requires: python >= 2.4 , yum >= 3.1.1
 
 %description
 yum-utils is a collection of utilities and examples for the yum package
-manager. It includes utilities by different authors that make yum easier and 
+manager. It includes utilities by different authors that make yum easier and
 more powerful to use. These tools include: debuginfo-install, package-cleanup,
 repoclosure, repodiff, repo-graph, repomanage, repoquery, repo-rss, reposync,
 repotrack, yum-builddep, yum-complete-transaction, yumdownloader, yum-debug-dump
@@ -36,7 +36,7 @@ Requires: yum >= 3.0
 Requires: python-dateutil
 
 %description -n yum-changelog
-This plugin adds a command line option to allow viewing package changelog 
+This plugin adds a command line option to allow viewing package changelog
 deltas before or after updating packages.
 
 %package -n yum-fastestmirror
@@ -54,7 +54,7 @@ Group: System Environment/Base
 Requires: yum >= 3.0
 
 %description -n yum-fedorakmod
-Plugin for Yum to handle installation of kmod-foo type of kernel modules, when new kernel versions 
+Plugin for Yum to handle installation of kmod-foo type of kernel modules, when new kernel versions
 are installed.
 kmod-foo kernel modules is described by the Fedora Extras packaging standards.
 
@@ -74,7 +74,7 @@ Group: System Environment/Base
 Requires: yum >= 3.0
 
 %description -n yum-versionlock
-This plugin allows certain packages specified in a file to be protected from being updated by 
+This plugin allows certain packages specified in a file to be protected from being updated by
 newer versions.
 
 %package -n yum-tsflags
@@ -92,7 +92,7 @@ Group: System Environment/Base
 Requires: yum >= 3.0
 
 %description -n yum-kernel-module
-This plugin handle installation of kernel-module-foo type of kernel modules when new version of 
+This plugin handle installation of kernel-module-foo type of kernel modules when new version of
 kernels are installed.
 
 
@@ -124,12 +124,12 @@ This plugin adds a --skip-broken to yum to make it possible to
 check packages for dependency problems and skip the one with problems.
 
 %package -n yum-priorities
-Summary: plugin to give priorities to packages from different repos 
+Summary: plugin to give priorities to packages from different repos
 Group: System Environment/Base
 Requires: yum >= 3.0
 
 %description -n yum-priorities
-This plugin allows repositories to have different priorities. 
+This plugin allows repositories to have different priorities.
 Packages in a repository with a lower priority can't be overridden by packages
 from a repository with a higher priority even if repo has a later version.
 
@@ -166,14 +166,14 @@ The options make it possible to limit list/upgrade of packages to specific
 security relevant ones. The commands give you the security information.
 
 %package -n yum-protect-packages
-Summary: Yum plugin to prevents Yum from removing itself and other protected packages 
+Summary: Yum plugin to prevents Yum from removing itself and other protected packages
 Group: System Environment/Base
 Requires: yum >= 3.0
 
 %description -n yum-protect-packages
 this plugin prevents Yum from removing itself and other protected packages.
 By default, yum is the only package protected, but by extension this
-automatically protects everything on which yum depends (rpm, python, glibc, 
+automatically protects everything on which yum depends (rpm, python, glibc,
 and so on).Therefore, the plugin functions well even without
 compiling careful lists of all important packages.
 
@@ -453,6 +453,8 @@ fi
 /usr/lib/yum-plugins/keys.*
 
 %changelog
+* Fri Mar 21 2008 Tim Lauridsen <timlau at fedoraproject.org>
+- mark as 1.1.14
 * Fri Apr 10 2008 James Antill <james at fedoraproject.org>
 - Add keys plugin
 
@@ -490,7 +492,7 @@ fi
 - Add yum-aliases plugin
 
 * Fri Dec 7 2007 Tim Lauridsen <timlau at fedoraproject.org>
-- mark as 1.1.9 
+- mark as 1.1.9
 * Fri Oct 26 2007 Seth Vidal <skvidal at fedoraproject.org>
 - add upgrade-helper plugin
 * Wed Oct 17 2007 Tim Lauridsen <tla at rasmil.dk>
@@ -566,7 +568,7 @@ fi
 - mark it as 1.0.1
 
 * Fri Oct 27 2006 Tim Lauridsen <tla at rasmil.dk>
-- Added priorities plugin written by Daniel de Kok <danieldk at pobox.com> 
+- Added priorities plugin written by Daniel de Kok <danieldk at pobox.com>
 
 * Wed Oct  4 2006 Seth Vidal <skvidal at linux.duke.edu>
 - mark it as 1.0



More information about the Yum-cvs-commits mailing list