2011-08-10  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.31

2011-08-10  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2011-08-10  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.31

2011-08-03  Shawn Starr <shawn.starr@rogers.com>

	* docs/yum-utils.1: Update yum-utils man page, to add new utils.

2011-07-25  James Antill <james@and.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils: (3 commits)
	typo leaving .conf in ybc.conf.yumvar should just be ybc.yumvar
	...

2011-07-25  James Antill <james@and.org>

	* plugins/aliases/aliases: Add some new aliases, fix chkD.

2011-07-25  Seth Vidal <skvidal@fedoraproject.org>

	* yum-config-manager.py: typo leaving .conf in ybc.conf.yumvar
	should just be ybc.yumvar

2011-07-12  James Antill <james@and.org>

	* plugins/security/security.py: Also auto-apply --security when
	given --sec-severity for other commands.

2011-07-08  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add repoquery @group completion.

2011-07-08  Ville Skyttä <ville.skytta@iki.fi>

	* repoquery.py: Fix "nitmes" typo in previous commit.

2011-07-06  James Antill <james@and.org>

	* repoquery.py: Fix typo

2011-06-29  James Antill <james@and.org>

	* repoquery.py: Allow @foo groups as a packages selector in
	repoquery.

2011-06-25  Ville Skyttä <ville.skytta@iki.fi>

	* plugins/aliases/aliases.py, plugins/security/security.py,
	plugins/versionlock/versionlock.py: Remove some unused local
	variables and imports flagged by pyflakes.

2011-06-24  Ville Skyttä <ville.skytta@iki.fi>

	* debuginfo-install.py, package-cleanup.py, yum-builddep.py,
	yum-complete-transaction.py: Check doUtilBuildTransaction return
	value, exit early on failure.  BZ 716267

2011-06-22  James Antill <james@and.org>

	* plugins/security/security.py: Try to be clever when sorting the
	security severities.

2011-06-17  Raman Gupta <raman@rocketraman.com>

	* plugins/merge-conf/merge-conf.py: After (external) merge is
	complete, give user option to delete other file

2011-06-17  Raman Gupta <raman@rocketraman.com>

	* plugins/merge-conf/merge-conf.py: Support meld as well as vimdiff
	for merging  When using meld, the left side has the "other file"
	i.e. the file with the .rpmnew or .rpmsave extension. The right side
	has the "final file" i.e. the target file into which changes have to
	be merged.  If the rpm action was to save the existing conf file,
	then the left side will be the original conf file (.rpmsave) and the
	right side will be the new rpm-based configuration. The user should
	merge any changes they want to keep from their old .rpmsave from
	left to right.  If the rpm action was to keep the existing conf
	file, then the left side will be the new conf file (.rpmnew) and
	right side will be the current local configuration. The user should
	merge any changes in the new rpm file into their local config from
	left to right.  Ideally these operations would be 3-way diffs
	between the local file and the new rpm config, using the original
	rpm config as the common merge base. However, the original rpm
	config is not available to yum and therefore a 3-way diff is not
	possible. Perhaps a future enhancement would be to use a .orig file,
	if present, as the merge base for meld.  When using vimdiff, the
	order has not changed. The first parameter to vimdiff is the "final:
	file i.e. the target file, and the second parameter is the "other"
	file i.e. the .rpmnew or .rpmsave file.

2011-06-10  James Antill <james@and.org>

	* repodiff.py: Huge speedup for large number of add/remove obsoletes
	processing.

2011-06-09  Nick Jacek <njacek@redhat.com>

	* yumdownloader.py: Stops yumdownloader from attempting to download
	the same package twice if it is available in multiple repos. BZ
	711767

2011-06-10  James Antill <james@and.org>

	* docs/repodiff.1, repodiff.py: Add --compare-arch for the other
	side of the multilib. diff. BZ 710579.

2011-06-09  Nick Jacek <njacek@redhat.com>

	* repodiff.py: Changed archlist set up to handle multilib. BZ 710579


2011-06-01  James Antill <james@and.org>

	* docs/repoquery.1: Add releasever and setopt docs. from yum to
	repoquery. BZ 638542.

2011-05-20  Seth Vidal <skvidal@fedoraproject.org>

	* yum-utils.spec: frelling pyyaml pkg named with weird case

2011-05-20  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/puppetverify/puppetverify.conf,
	plugins/puppetverify/puppetverify.py, yum-utils.spec: add
	puppetverify plugin

2011-05-18  Frank Weltersbach <frankwe@live.com>

	* docs/package-cleanup.1: Fix typo in package-cleanup man page. BZ
	705617.

2011-05-17  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py:     - fix rh bug: #705179     - fix fmt_queryformat not being happy
	    with new 'output' formats passed       everywhere else.

2011-04-26  James Antill <james@and.org>

	* yumdownloader.py: Allow files/provides to be used in
	yumdownloader.

2011-04-26  James Antill <james@and.org>

	* yumdownloader.py: Exit with code 2, if we can't download the
	packages asked for. BZ 699469.

2011-04-26  James Antill <james@and.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: try/except
	the open, for the rpmdbv cached data (a-u-d plugin).

2011-04-24  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add yum-debug-dump completion.

2011-04-24  Ville Skyttä <ville.skytta@iki.fi>

	* yum-debug-dump.py: Mention filename arg in yum-debug-dump usage
	message.

2011-04-24  Ville Skyttä <ville.skytta@iki.fi>

	* yum-debug-dump.py: Make yum-debug-dump.py executable for running
	in-place.

2011-04-24  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Use functions from recent bash-completion if
	available.

2011-04-06  James Antill <james@and.org>

	* repoquery.py, yum-groups-manager.py: Convert
	repoquery/yum-groups-manager to use preconf only. BZ 694188.

2011-04-06  James Antill <james@and.org>

	* package-cleanup.py: For leaf-regexp don't match libreoffice, and
	match *-data package.

2011-03-30  James Antill <james@and.org>

	* yum-builddep.py: Also obey .conf.gpgcheck in builddep.

2011-03-30  James Antill <james@and.org>

	* yum-builddep.py: Obey .conf.localpkg_gpgcheck in builddep.

2011-03-30  James Antill <james@and.org>

	* docs/Makefile, docs/show-changed-rco.1, show-changed-rco.py,
	yum-utils.spec: Add COPYRIGHT info. and docs for show-changed-rco.

2011-03-29  Seth Vidal <skvidal@fedoraproject.org>

	* needs-restarting.py: clean up the nulls from the delimiters in
	proc

2011-03-28  James Antill <james@and.org>

	* show-changed-rco.py: Added --ignore-arch and --skip-new to
	show-changed-rco.

2011-03-15  James Antill <james@and.org>

	* Makefile, yum-utils.spec: Add show-changed-rco to the install.

2011-03-15  James Antill <james@and.org>

	* show-changed-rco.py: Show how a new package version changes in
	requires/conflicts/obsoletes.

2011-03-15  James Antill <james@and.org>

	* plugins/fs-snapshot/fs-snapshot.py: Add import yum.misc, and fix
	kernel_inst typos. BZ 669178.

2011-03-10  James Antill <james@and.org>

	* yum-config-manager.py:  Port the interpreted sections code from yum's writeRawRepoFile().
	 Also do the same thing for interpreted values, like baseurl.

2011-03-10  Pierre-Yves Chibon <py@chibon.fr>

	* docs/repoquery.1, repoquery.py: Fix bug in repoquery (Dot =>
	DotPlot) and update repoquery man page.

2011-03-02  James Antill <james@and.org>

	* docs/yumdownloader.1: Add --archlist to yumdownload man page.

2011-03-02  James Antill <james@and.org>

	* plugins/fs-snapshot/fs-snapshot.py: Fix YumPluginExit =>
	PluginYumExit typo.

2011-03-01  Panu Matilainen <pmatilai@redhat.com>

	* plugins/changelog/changelog.py: Avoid unnecessary po header access
	in changelog plugin  Accessing the hdr member of package objects
	makes yum to keep the entire header in memory forever after, causing
	huge memory bloat when we're jumping through hoops to conserve
	memory.

2011-02-28  James Antill <james@and.org>

	* plugins/local/local.conf, plugins/local/local.py: Change deltas to
	enable_deltas and num-deltas to deltas.

2011-02-26  Alexander Todorov <atodorov@otb.bg>

	* plugins/local/local.conf: document newly added config options and
	the repodir option

2011-02-26  Alexander Todorov <atodorov@otb.bg>

	* plugins/local/local.py: add option to enable/disable createrepo if
	desired

2011-02-26  Alexander Todorov <atodorov@otb.bg>

	* plugins/local/local.py: enable delta rpms in the local repository


2011-02-25  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Update repoquery completion with current options.


2011-02-25  Ville Skyttä <ville.skytta@iki.fi>

	* repoquery.py: Fix --level text in repoquery --help.

2011-02-22  Ville Skyttä <ville.skytta@iki.fi>

	* docs/show-installed.1, show-installed.py: Fix "rpm -qa" example
	formatting for show-installed -i in --help output and man page.

2011-02-16  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Fix
	auto-update-debuginfo plugin to not break if the is and option
	object but no repos option (yumex)

2011-02-04  James Antill <james@and.org>

	* yumutils/i18n.py: Have to put the function definitions before the
	assignments, BZ 674584

2011-01-25  James Antill <james@and.org>

	* plugins/fs-snapshot/fs-snapshot.py:  Hard failure when fs-snapshot can't create a snapshot. BZ 669178.
	 Also, only show the kernel /boot warning when a kernel is within
	 the transaction.

2011-01-15  Pierre-Yves <pingou@pingoured.fr>

	* repoquery.py: Update arguments  - Remove --show-dupes from --help
	(while the argument still works) - Remove --tree-* from --help
	(while the argument still works) - Implement the
	--output[text|ascii-tree|dot-tree] (default to 'text') argument -
	Implement the --level[all|any int] (default to 'all') argument The
	combination of --requires --output=ascii-tree --level=all reproduce
	the behavior of --tree-requires same goes for:    --whatrequires
	--output=ascii-tree vs --tree-whatrequires    --obsoletes
	--output=ascii-tree vs --tree-obsoletes    --conflicts
	--output=ascii-tree vs --tree-conflicts Use the propagation of the
	dot object to determine if it is a tree or a dot tree

2011-01-21  Seth Vidal <skvidal@fedoraproject.org>

	* repoclosure.py: make sure resolve_sack is empty and exists - if we
	get a wacky, but caught error from whatProvides we don't want to
	inadvertently give it back old/invalid results and/or traceback b/c
	the variable doesn't exist

2011-01-13  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2011-01-13  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.30

2011-01-10  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/verify/verify.py: when we run verify make sure we call the
	verify_plugins_callback so we can pick up any verify modification
	plugins in our output

2011-01-03  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, plugins/aliases/aliases.py, yum-utils.spec,
	yumutils/Makefile, yumutils/__init__.py, yumutils/i18n.py: Added
	yumutils python module with i18n handling code

2010-12-30  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, plugins/aliases/aliases.py, po/Makefile,
	po/POTFILES.in, po/da.po, po/yum-utils.pot, yum-utils.spec: Added
	translation support to yum-utils Added working translation to
	yum-plugin-aliases

2010-12-20  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Simplify various completions by just invoking
	yum's functions ignoring stderr.

2010-12-20  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add debuginfo-install completion.

2010-12-20  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Use yum's base option completion in
	package-cleanup and yum-builddep if available.

2010-12-10  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: add sourcerpm to default output of repoquery -i rh
	bug: https://bugzilla.redhat.com/show_bug.cgi?id=661827

2010-12-10  James Antill <james@and.org>

	* repoquery.py: Don't set basearch if it's src, because that's not
	valid (esp. for MM etc.)

2010-12-08  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add basic yum-builddep completion (no support for
	options yet).

2010-12-03  James Antill <james@and.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Obey
	manual --disablerepo in auto-up-di plugin.

2010-11-24  Panu Matilainen <pmatilai@redhat.com>

	* yum-builddep.py: Teach yum-builddep to install buildrequires
	parsed directly from spec - Split the actual install part out of
	get_build_deps() to avoid   code duplication - If rpm-python
	supports it, accept spec files as arguments and   grab buildrequires
	directly out of the parsed spec

2010-11-24  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Don't crash when we can't
	unlink the hostfilepath. BZ 650468.

2010-11-16  James Antill <james@and.org>

	* docs/yum-versionlock.1, docs/yum-versionlock.conf.5,
	plugins/versionlock/versionlock.py: Add excludes functionality to
	versionlock. Document command.

2010-11-12  James Antill <james@and.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Add rpmdb
	caching to a-u-di.

2010-11-12  James Antill <james@and.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Be less
	verbose in a-u-di.

2010-11-09  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/priorities/priorities.py: add global check_obsoletes for
	exclude hook.  closes rh bug#651598

2010-11-07  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2010-11-07  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.29

2010-11-07  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: Make a better test-release Makefile target

2010-11-07  Tim Lauridsen <timlau@fedoraproject.org>

	* test/yum-utils-pylintrc: fix config file format changes for pylint
	in F14

2010-11-04  James Antill <james@and.org>

	* plugins/security/security.py: Add --sec-severity, and deal with
	severity data in updateinfo.

2010-11-04  James Antill <james@and.org>

	* plugins/aliases/aliases: Some more aliases.

2010-11-01  James Antill <james@and.org>

	* repoquery.py: Use arch as well as name in fmt_requires.

2010-10-26  Seth Vidal <skvidal@fedoraproject.org>

	* yum-utils.spec: add 3.2.29 requirement for repoquery --search

2010-10-26  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: - fix repoquery for the bizarre empty results and the traceback on
	bad input - also needs a fix for yum 3.2.29 in the searchGenerator
	:(

2010-10-26  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: add --search and --searchfields to repoquery

2010-10-06  Florian Festi <ffesti@redhat.com>

	* Makefile, docs/show-installed.1, docs/yum-utils.1,
	repoclosure.py, show-installed.py, yum-utils.spec: show-installed, a
	new tool to give a compat description of the packages installed on
	the system making use of dependencies and comps groups

2010-10-26  James Antill <james@and.org>

	* docs/yumdb.8, yumdb.py: Add yumdb copy-force, for symmetry with
	rename-force.

2010-10-26  James Antill <james@and.org>

	* yumdb.py: Cleanup yumdb rename/rename-force, and make the
	difference more obvious.

2010-10-26  James Antill <james@and.org>

	* docs/yumdb.8, yumdb.py: Add a yumdb sync command, for failed
	transactions.

2010-10-26  James Antill <james@and.org>

	* repodiff.py: Disable any excludes in repodiff.

2010-10-13  James Antill <james@and.org>

	* plugins/priorities/priorities.py: Only display priorities message,
	if we did something.

2010-10-13  James Antill <james@and.org>

	* plugins/priorities/priorities.py: Speedup priorities: Reuse
	rawobsoletes.

2010-10-13  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: make all
	debuginfo repos enabled by auto-update-debuginfo be set to
	skip_if_unavailable=True  Also change some variable names so I don't
	go blind when reading this code trying to figure out if 'repos' is
	the repos object or something else.

2010-10-11  James Antill <james@and.org>

	* yum-debug-dump.py: Fix the filename argument handling in
	yum-debug-dump, BZ 641837

2010-10-05  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py: Obey --nogpgcheck in --tmprepo repos.
	Use pkgs_gpgcheck/etc. for defaults.

2010-10-04  James Antill <james@and.org>

	* repoquery.py: Fix unicide in repoquery --installed -a --changelog.


2010-10-04  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/changelog/changelog.py: to_unicode() on the changelog
	output as per ticket 610 - thanks to Richard Fearn for the
	suggestion

2010-10-04  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.conf: Fix the text in the config. file for
	the tmprepo plugin.

2010-09-20  Casey Jao <cjao@ugcs.caltech.edu>

	* plugins/remove-with-leaves/remove-with-leaves.py: 
	Remove-with-leaves plugin: check install reason

2010-09-13  James Antill <james@and.org>

	* docs/debuginfo-install.1, docs/yum-list-data.1: Fix typos in man
	page, "pacakges" => packages. BZ 632857

2010-09-10  James Antill <james@and.org>

	* repoquery.py: Make --groupmember have sorted output.

2010-09-09  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: when --groupmember is specified output the groups
	per pkg not just as one lump intermixed  pkgname   @groupname
	@groupname2 pkgname2   @groupname   @groupname3  etc

2010-08-26  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/tsflags/tsflags.py: stop using setConfigOption in tsflags
	plugin

2010-08-19  James Antill <james@and.org>

	* docs/yum-security.8: Update the docs. for "yum-security".

2010-08-19  James Antill <james@and.org>

	* plugins/security/security.py: Use .text() for notices, to drop
	files output by default.

2010-08-10  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Don't
	display 0: for epoch, on installed kernels security warning   Choose
	the sub-command more intelligently, depending on the args. (or lack)
	Display multiple certs, on newer yums ... almost certainly not
	though

2010-08-10  Seth Vidal <skvidal@fedoraproject.org>

	* repoclosure.py: fix the url-based repofrompaths with repoclosure
	from having the wrong prefix prepended to them closes rh bug 622710


2010-08-09  James Antill <james@and.org>

	* plugins/security/security.py: Don't display 0: for epoch, on
	installed kernels security warning

2010-08-09  James Antill <james@and.org>

	* plugins/security/security.py: Choose the sub-command more
	intelligently, depending on the args. (or lack)

2010-08-09  James Antill <james@and.org>

	* plugins/keys/keys.py: Display multiple certs, on newer yums ...
	almost certainly not though

2010-08-05  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: catch repoErrors when we go to matchPkgs since
	that's where they end up getting setup. partial fix for rh bug
	#621639

2010-08-04  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add repoquery --lookaside bash completion.

2010-08-04  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add repoquery --tree-* bash completions.

2010-08-04  Ville Skyttä <ville.skytta@iki.fi>

	* repoquery.py: --tree-whatrequires help string typo fix.

2010-08-04  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add bash completion for repodiff.

2010-08-03  Seth Vidal <skvidal@fedoraproject.org>

	* yum-utils.spec: add copying to each plugin for fedora policies

2010-08-03  Dennis Gregorovic <dgregor@redhat.com>

	* repoclosure.py: add --lookaside switch for depsolving against a
	repo without depsolving the repo itself

2010-08-03  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2010-08-03  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.28

2010-08-03  James Antill <james@and.org>

	* repoquery.py: Fix pylint warnings (all false positives, I think).


2010-08-03  Tim Lauridsen <timlau@fedoraproject.org>

	* repoquery.py: fix pylint errors ************* Module repoquery
	W0211:283:pkgQuery._tree_print_req: Static method with 'self' as
	first argument W0601:325:pkgQuery._fmt_tree_prov: Global variable
	'__req2pkgs' undefined at the module level
	W0601:430:pkgQuery.fmt_tree_what_requires: Global variable
	'__prov2pkgs' undefined at the module level
	E0602:399:pkgQuery.fmt_tree_obsoletes.obs2pkgs: Undefined variable
	'obbs' E1120:364:pkgQuery._fmt_tree_prov: No value passed for
	parameter 'level' in function call
	E1120:373:pkgQuery._fmt_tree_prov: No value passed for parameter
	'level' in function call E1120:463:pkgQuery.fmt_tree_what_requires:
	No value passed for parameter 'level' in function call
	E1120:476:pkgQuery.fmt_tree_what_requires: No value passed for
	parameter 'level' in function call
	E1120:413:pkgQuery.fmt_tree_obsoletes: No value passed for parameter
	'level' in function call E1120:420:pkgQuery.fmt_tree_obsoletes: No
	value passed for parameter 'level' in function call

2010-08-03  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/ps/ps.py, plugins/security/security.py: fix pylint erros
	************* Module ps W0311: 45: Bad indentation. Found 8 spaces,
	expected 4 W0311: 47: Bad indentation. Found 8 spaces, expected 4
	W0311: 48: Bad indentation. Found 8 spaces, expected 4 W0311: 49:
	Bad indentation. Found 12 spaces, expected 8 W0311: 50: Bad
	indentation. Found 16 spaces, expected 12 W0311: 51: Bad
	indentation. Found 20 spaces, expected 16 W0311: 52: Bad
	indentation. Found 24 spaces, expected 20 W0311: 53: Bad
	indentation. Found 20 spaces, expected 16 W0311: 55: Bad
	indentation. Found 8 spaces, expected 4 W0311: 56: Bad indentation.
	Found 12 spaces, expected 8 W0311: 57: Bad indentation. Found 8
	spaces, expected 4 W0611: 26: Unused import yum ************* Module
	security W0611: 47: Unused import logginglevels

2010-08-03  Tim Lauridsen <timlau@fedoraproject.org>

	* repoquery.py: fix pylint errors  ************* Module repoquery
	W0301:322: Unnecessary semicolon W0301:426: Unnecessary semicolon
	E0213:267:pkgQuery.tree_print_req: Method should have "self" as
	first argument E0213:272:pkgQuery.pkg2uniq: Method should have
	"self" as first argument E0602:274:pkgQuery.pkg2uniq: Undefined
	variable 'self' E0602:274:pkgQuery.pkg2uniq: Undefined variable
	'self' E0213:277:pkgQuery.pkg2val: Method should have "self" as
	first argument

2010-08-03  James Antill <james@and.org>

	* plugins/security/security.py: Use print instead of log for
	security output so -q "works", trac 307

2010-08-03  James Antill <james@and.org>

	* plugins/security/security.py: Fix bug for when not using "all",
	bah.

2010-08-03  James Antill <james@and.org>

	* plugins/security/security.py: Add installed mark, when using
	list/info "all". Fix usage text.

2010-08-02  James Antill <james@and.org>

	* plugins/security/security.py:  Big changes to security plugin command:  . Move list, info, summary
	 under a single "updateinfo" command.  . Allow each command to see
	 "available", "installed", "updates" or   "all". So you can easily
	 see what has been applied as well as what   is to be applied.  .
	 Should be fully backward compat.  . Cleanup some output.  ...plugin
	 now approached ridiculously badly named status.

2010-08-02  Seth Vidal <skvidal@fedoraproject.org>

	* repomanage.py: get rid of exception.message deprecated use

2010-08-02  Seth Vidal <skvidal@fedoraproject.org>

	* repomanage.py: remove completely unused exception definition from
	repomanage altogether

2010-07-30  James Antill <james@and.org>

	* yum-config-manager.py: Fix unicide in yum-config-manager, BZ
	619851

2010-07-29  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Accept "*"
	to mean all arches.

2010-07-29  Seth Vidal <skvidal@fedoraproject.org>

	* yum-config-manager.py: add '--add-repo' option to
	yum-config-manager to allow adding repos from:
	http://someserver/foo.repo or http://someplace/this/is/a/repo/  and
	setting them up, trivially.

2010-07-27  Dennis Gregorovic <dgregor@redhat.com>

	* repodiff.py: Accept "*" to mean all arches.

2010-07-27  James Antill <james@and.org>

	* repodiff.py: Don't traceback when --size isn't given.

2010-07-22  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Fix some
	minor problems with return codes in updateonboot initscript   Fix
	annoying warnings for non-cli yum callers

2010-07-22  Seth Vidal <skvidal@fedoraproject.org>

	* repodiff.py: add --simple option to repodiff to condense its
	output a lot.

2010-07-14  James Antill <james@and.org>

	* updateonboot/yum-updateonboot.init: Fix some minor problems with
	return codes in updateonboot initscript

2010-07-07  James Antill <james@and.org>

	* plugins/ps/ps.py: Fix annoying warnings for non-cli yum callers

2010-07-06  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py, package-cleanup.py, yum-builddep.py,
	yum-complete-transaction.py: optionally call
	doUtilBuildTransaction(), if available for all the utils that need
	to do that

2010-06-30  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: - make queryErrors be normal for python exceptions - make
	whatrequres/provides/conflicts/obsoletes work with --installed or
	pkgnarrow=installed or all

2010-06-25  James Antill <james@and.org>

	* repoquery.py: Fix doQuery() passing yb keyword, leftover snafu
	from tree-* args. change

2010-06-22  James Antill <james@and.org>

	* plugins/ps/ps.py, yum-utils.spec: Allow "ps" plugin to work on
	much older yum versions

2010-06-21  James Antill <james@and.org>

	* plugins/ps/ps.conf, plugins/ps/ps.py, yum-utils.spec: Add ps
	plugin, to show info about running commands.

2010-06-18  James Antill <james@and.org>

	* docs/repoquery.1, repoquery.py: Have repoquery --archlist change
	preconf.arch too

2010-06-17  James Antill <james@and.org>

	* docs/repoquery.1: Add docs for --tree-*

2010-06-16  James Antill <james@and.org>

	* repoquery.py:  Add --tree-requires, --tree-conflicts, --tree-obsoletes and
	 --tree-whatrequires options to repoquery.   These replace
	 pkg-deps-tree-view.py and pkg-provs-tree-view.py, with conflicts
	 and obsoletes added "for fun". Could do --tree-whatconflicts and
	 --tree-whatobsoletes for even more fun, but I passed atm.

2010-06-15  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: get rid of keys() call to the FileTypes function

2010-06-14  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: add repo. like yumdb_info. for repoquery to keep
	arbitrary names out of the legacy of repoquery  this makes:
	repoquery -q --qf "%{name} %{repo.name} %{repo.baseurl}" pkgname
	work correctly

2010-06-14  James Antill <james@and.org>

	* repoquery.py: Fix reponame for installed

2010-06-14  James Antill <james@and.org>

	* repoquery.py: Add reponame variable, as we can't use repo.name

2010-06-07  James Antill <james@and.org>

	* repoquery.py: Don't pre-download filelists, often got this `wrong'
	with alldeps

2010-06-06  James Antill <james@and.org>

	* repoquery.py: Fix stupid typo in repoquery, let non-installed
	packages work again

2010-06-06  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2010-06-06  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.27

2010-06-05  Tim Lauridsen <timlau@fedoraproject.org>

	* debuginfo-install.py, plugins/keys/keys.py,
	yum-complete-transaction.py, yum-debug-dump.py, yumdownloader.py: 
	Fix pylint errors  ************* Module debuginfo-install W0611: 26:
	Unused import to_unicode ************* Module
	yum-complete-transaction E0602:238:YumCompleteTransaction.main:
	Undefined variable 'YumBaseError' ************* Module
	yum-debug-dump E1103:100:YumDebugDump.dump_yum_config_info: Instance
	of 'DummyYumPlugins' has no '_plugins' member (but some types could
	not be inferred) ************* Module yumdownloader W0611: 22:
	Unused import getCacheDir ************* Module keys
	E9905:229:KeysInfoCommand.show_key: Too many arguments for format
	string

2010-06-04  Seth Vidal <skvidal@fedoraproject.org>

	* repodiff.py: to_unicode() summary for repodiff, too  closes
	https://bugzilla.redhat.com/show_bug.cgi?id=600501

2010-06-04  James Antill <james@and.org>

	* repoquery.py: Overridding .qf happens in doQuery, so we have to
	cache multiple translations

2010-06-04  James Antill <james@and.org>

	* repoquery.py: Do the right thing for: --nevra --qf "blah"

2010-06-03  James Antill <james@and.org>

	* yumdownloader.py: Have yumdownloader use yb.setCacheDir() so it
	goes the same location. BZ 599726

2010-06-03  Seth Vidal <skvidal@fedoraproject.org>

	* yum-complete-transaction.py: handle corrupt transaction journals
	- catch the misc exception when the transaction file is corrupt -
	tell the user to file a bug b/c whatever made their file corrupt is
	probably not good for their fs - deals with
	https://bugzilla.redhat.com/show_bug.cgi?id=599574

2010-06-03  James Antill <james@and.org>

	* repoquery.py: Sort the packages, when we have plain pkgs,
	basically free!

2010-06-03  James Antill <james@and.org>

	* repoquery.py: Don't match '*' against each pkg. for all, just get
	all of them

2010-06-03  James Antill <james@and.org>

	* repoquery.py: Don't convert the user qf for each package, when we
	can now do it once.

2010-06-03  James Antill <james@and.org>

	* repoquery.py: Don't create N PkgQuery objects, when we can reuse
	them.

2010-06-02  James Antill <james@and.org>

	* repoquery.py: Don't explicitly call doRepoSetup()

2010-06-02  James Antill <james@and.org>

	* repoquery.py: Use .arch.archlist if available, also don't call
	.doTsSetup

2010-06-02  James Antill <james@and.org>

	* repoquery.py: Use prerepoconf, if available

2010-06-02  James Antill <james@and.org>

	* repoquery.py: Don't auto needfiles, when we are just looking at
	installed

2010-05-25  James Antill <james@and.org>

	* repodiff.py: Fix comment typo

2010-05-24  James Antill <james@and.org>

	* yum-config-manager.py:  Don't save anything we don't have to, mainly enable/disable hack
	 (should fix config. objects to not change unchanged things).

2010-05-21  James Antill <james@and.org>

	* yum-builddep.py: Have yum-builddep just call .install(), deals
	with updates and multilib.

2010-05-21  James Antill <james@and.org>

	* Makefile, yum-config-manager.py, yum-show-config.py,
	yum-utils.spec: Change show-config to config-manager, let people set
	stuff too.

2010-05-21  James Antill <james@and.org>

	* Makefile, yum-show-config.py, yum-utils.spec: Add yum-show-config
	command, to let people see the config. as yum sees it.

2010-05-21  James Antill <james@and.org>

	* repoquery.py: Fix the description of quiet (and tell people it's
	on by default).

2010-05-21  James Antill <james@and.org>

	* repoquery.py: Add errormsg for bad repofrompath argument, make
	repoid not found an error

2010-05-20  James Antill <james@and.org>

	* repomanage.py: Remove exception from getFileList() and return an
	empty list, BZ 587288.

2010-05-20  James Antill <james@and.org>

	* repoquery.py: Tell the user about bad --repoid args, but only in
	non-quiet BZ 593786

2010-05-17  Ville Skyttä <ville.skytta@iki.fi>

	* docs/debuginfo-install.1, docs/yum-changelog.1,
	docs/yum-list-data.1, docs/yum-security.8: Man page formatting
	fixes.

2010-05-12  James Antill <james@and.org>

	* repoquery.py: Sort package lists, in repoquery --whatrequires
	output.

2010-05-06  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Include --installed in repoquery completions.

2010-05-05  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/fastestmirror/fastestmirror.py: fastestmirror: make it
	work as non-root user (Don't setup cache dir to early) (rhbz
	#537829)

2010-05-05  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-complete-transaction.py: yum-complete-transaction : catch
	YumBaseError in transaction (rhbz #538748)

2010-05-03  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: - allow querytags like yumdb_info.from_repo - make ValueErrors if
	you hit a bad rpmtag a lot nicer - stop the traceback - allow '.'s
	in fmt querys

2010-05-03  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   add missing
	import   catch yum exception in --orphans (rhbz #582039)   The
	protect-packages feature has been merged into core yum, removing it
	make package-cleanup handle custom kernel with an '-' in the kernel
	release (rhbz #539651)   [fastestmirror] Bump version and update our
	changelog   [fastestmirror] Patch from Kris Ven to add a
	'include_only' option

2010-05-03  Seth Vidal <skvidal@fedoraproject.org>

	* docs/repoquery.1, repoquery.py: add --installed option - adds
	pkgnarrow='installed' and disables all repos

2010-05-02  Tim Lauridsen <timlau@fedoraproject.org>

	* package-cleanup.py: add missing import

2010-05-02  Tim Lauridsen <timlau@fedoraproject.org>

	* package-cleanup.py: catch yum exception in --orphans (rhbz
	#582039)

2010-04-29  James Antill <james@and.org>

	* plugins/protect-packages/protect-packages.conf,
	plugins/protect-packages/protect-packages.py, yum-utils.spec: The
	protect-packages feature has been merged into core yum, removing it


2010-04-29  Tim Lauridsen <timlau@fedoraproject.org>

	* package-cleanup.py: make package-cleanup handle custom kernel with
	an '-' in the kernel release (rhbz #539651)

2010-04-24  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/ChangeLog,
	plugins/fastestmirror/fastestmirror.py: [fastestmirror] Bump version
	and update our changelog

2010-04-24  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.conf,
	plugins/fastestmirror/fastestmirror.py: [fastestmirror] Patch from
	Kris Ven to add a 'include_only' option

2010-04-20  Maxim Burgerhout <maxim@wzzrd.com>

	* plugins/fs-snapshot/fs-snapshot.py: Don't require /sbin in the
	path for fs-snapshot to work

2010-04-20  James Antill <james@and.org>

	* debuginfo-install.py,
	plugins/auto-update-debuginfo/auto-update-debuginfo.py: Add the repo
	setopts to auto-update-debuginfo

2010-04-20  Matt McCutchen <matt@mattmccutchen.net>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Stop
	calling doRepoSetup many times, in auto-update-debuginfo

2010-04-20  James Antill <james@and.org>

	* debuginfo-install.py: Fixup setopt inheritence

2010-04-20  Matt McCutchen <matt@mattmccutchen.net>

	* debuginfo-install.py: Stop calling doRepoSetup many times, in
	debuginfo-install

2010-04-20  James Antill <james@and.org>

	* debuginfo-install.py: Let debuginfo-install work without
	getOptionGroup

2010-04-20  James Antill <james@and.org>

	* yum-groups-manager.py: Remove dead code block

2010-04-19  Ville Skyttä <ville.skytta@iki.fi>

	* plugins/verify/verify.py: Fix --verify-configuration-files CLI
	option.

2010-04-19  Ville Skyttä <ville.skytta@iki.fi>

	* repoquery.py: Don't bother grabbing changelog names and texts if
	we don't have times.

2010-04-19  Ville Skyttä <ville.skytta@iki.fi>

	* debuginfo-install.py,
	plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore
	.py, plugins/tmprepo/tmprepo.py, repo-rss.py, repodiff.py,
	repoquery.py, repotrack.py, yum-groups-manager.py: Clean up some
	unused variables and imports.

2010-04-19  Ville Skyttä <ville.skytta@iki.fi>

	* Makefile: Run pylint on plugins/*/*/*.py too.

2010-04-18  James Antill <james@and.org>

	* repodiff.py: Fix the actual bug in repodiff, comparison

2010-04-18  James Antill <james@and.org>

	* repodiff.py:  Yes, looking at code at 2am strikes again ... this was total crack.
	 Revert "One more fix for the changelog time comparison"  This
	 reverts commit 3d9cf740ee9c9c2fbf8e408fe0eb2d46c1a88a00.

2010-04-18  James Antill <james@and.org>

	* repodiff.py: One more fix for the changelog time comparison

2010-04-16  James Antill <james@and.org>

	* repodiff.py: Use the newest old changelog entry, not the oldest
	... *sigh*

2010-04-15  James Antill <james@and.org>

	* repodiff.py: Fix typo on obsoletes check, in repodiff

2010-04-13  James Antill <james@and.org>

	* docs/repodiff.1, repodiff.py: Add message about archlist usage, to
	stop people being confused.

2010-04-13  James Antill <james@and.org>

	* repodiff.py:  Fix obsoletes processing in repodiff, also giant speedup. Compared
	 output both before and after and it was identical:  1. Original
	 with 3.2.27: 8 minutes 27 seconds  2. Original with
	 returnNewestByName() speedup: 1 minute 50 seconds.  3. New repodiff
	 with 3.2.27: 11 seconds.  ...tested with Updates/11 vs. Updates/12
	 on 2010-04-13.

2010-04-13  James Antill <james@and.org>

	* repodiff.py: Stupid typo fix

2010-04-13  Michael Schwendt <mschwendt@gmail.com>

	* repodiff.py: Get the newer "same day" changelog entries in
	repodiff.  Tided by by James.

2010-04-10  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add copy to yumdb completions.

2010-04-09  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: fixes
	https://bugzilla.redhat.com/show_bug.cgi?id=580343  when we are
	dealing with compressed comps files just fetch the group not
	group_gz

2010-04-08  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.conf,
	plugins/fastestmirror/fastestmirror.py: Use the yum configured
	cachedir value, in fastestmirror

2010-04-08  James Antill <james@and.org>

	* docs/Makefile, docs/yumdb.8, yum-utils.spec, yumdb.py: Add yumdb
	man page, and yumdb copy command

2010-04-02  Ville Skyttä <ville.skytta@iki.fi>

	* plugins/fastestmirror/fastestmirror.py: Fix always_print_best_host
	conf setting.

2010-04-01  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add repoclosure --group completion.

2010-03-31  Dennis Gregorovic <dgregor@redhat.com>

	* repoclosure.py: Add a --group flag to filter packages by comps
	group

2010-03-31  Dennis Gregorovic <dgregor@redhat.com>

	* repoclosure.py: Include all packages listed in the pkgonly arg

2010-03-30  Ville Skyttä <ville.skytta@iki.fi>

	* package-cleanup.py, plugins/changelog/changelog.py,
	plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore
	.py, plugins/fedorakmod/fedorakmod.py,
	plugins/fs-snapshot/fs-snapshot.py,
	plugins/post-transaction-actions/post-transaction-actions.py,
	plugins/priorities/priorities.py,
	plugins/protectbase/protectbase.py,
	plugins/remove-with-leaves/remove-with-leaves.py,
	plugins/upgrade-helper/upgrade-helper.py, repo-graph.py,
	repo-rss.py, repoclosure.py, repodiff.py, repomanage.py,
	repoquery.py, reposync.py, repotrack.py, yum-debug-dump.py: Use "in"
	instead of has_key.

2010-03-26  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Complete on repomanage.py, package-cleanup.py, and
	verifytree.py.

2010-03-10  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add bash completion for yumdb.

2010-03-02  Tim Lauridsen <timlau@fedoraproject.org>

	* repoclosure.py: Make repoclosure work with relative paths, like
	./myrepo or just .

2010-03-01  James Antill <james@and.org>

	* package-cleanup.py: Add yum-utils to the run_with_packages when
	running pkg-cleanup

2010-03-01  James Antill <james@and.org>

	* yum-complete-transaction.py: Add yum-utils to the
	run_with_packages when running y-c-t

2010-03-01  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py: setup some repo features that make sense for
	the debug repos to inherit from the non-debug repos when we add them


2010-03-01  Seth Vidal <skvidal@fedoraproject.org>

	* repoclosure.py: catch all yum errors and valueError (which is
	coming from yum.config.py :() generally this just means we'll get
	less ABRT errors and more reports from users  (I hope)

2010-02-27  Ville Skyttä <ville.skytta@iki.fi>

	* repoquery.py: Fix --releasever.

2010-02-25  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: move around where we query for pkgs from
	sackops/prcos and what happens if no special output format is
	specified in repoquery.  makes: repoquery -qfi /bin/bash output -qi
	output rather than -q output.

2010-02-15  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Make
	--alldeps the default in repoquery.

2010-02-15  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: make repoquery pass in the whole string not just
	split for names

2010-02-10  Ville Skyttä <ville.skytta@iki.fi>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils

2010-02-10  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2010-02-10  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.26

2010-02-10  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2010-02-10  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.26

2010-02-09  Ville Skyttä <ville.skytta@iki.fi>

	* docs/repoquery.1, repoquery.py, yum-utils.bash: Make --alldeps the
	default in repoquery.  --alldeps is what people really almost always
	want, but fail to specify for some reason.  --exactdeps can be used
	to get the previous default of exact matching.

2010-02-09  Ville Skyttä <ville.skytta@iki.fi>

	* docs/repoquery.1, repoquery.py, yum-utils.bash: Add --config
	option as the long variant of -c.

2010-02-03  Mike Snitzer <msnitzer@fedoraproject.org>

	* plugins/fs-snapshot/fs-snapshot.py: commit final fs-snapshot patch
	for mike

2010-02-03  Mike Snitzer <msnitzer@fedoraproject.org>

	* docs/yum-fs-snapshot.1, docs/yum-fs-snapshot.conf.5,
	plugins/fs-snapshot/fs-snapshot.conf,
	plugins/fs-snapshot/fs-snapshot.py: add lvm support for fs-snapshot
	plugin

2010-02-03  James Antill <james@and.org>

	* yum-builddep.py: Minor builddep speedup, for srcnames lookup don't
	load all pkgs

2010-02-03  James Antill <james@and.org>

	* yum-builddep.py: yum-builddep should do something useful for local
	.src.rpm files, BZ 561341

2010-02-03  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Fix
	copy&paste from Makefile => .spec, $(var) => $var

2010-02-03  Seth Vidal <skvidal@fedoraproject.org>

	* yum-builddep.py: move toActOn initialization up to avoid rh bug:
	https://bugzilla.redhat.com/show_bug.cgi?id=561341

2010-02-02  James Antill <james@and.org>

	* yum-utils.spec: Fix copy&paste from Makefile => .spec, $(var) =>
	$var

2010-02-02  Seth Vidal <skvidal@fedoraproject.org>

	* needs-restarting.py: disable plugins on needs-restarting for rh
	bug: #561023

2010-02-01  James Antill <james@and.org>

	* yum-util-cli-template: Change cli template: print_help => print
	format_help() al la. BZ 560369

2010-02-01  James Antill <james@and.org>

	* repomanage.py, repoquery.py: Remove the rest of the print_help
	calls, unicide al la. BZ 560369

2010-02-01  Tim Lauridsen <timlau@fedoraproject.org>

	* package-cleanup.py: fix UnicodeDecode Error in package-cleanup for
	some locales like de_DE.utf8 (rhbz #560369)

2010-01-29  James Antill <james@and.org>

	* yum-builddep.py: Don't refer to opts.source in yum-builddep

2010-01-28  James Antill <james@and.org>

	* plugins/local/local.py: Fix the done message in the "local" plugin


2010-01-27  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2010-01-27  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.25

2010-01-27  Tim Lauridsen <timlau@fedoraproject.org>

	* docs/Makefile: install fs-snapshot docs

2010-01-27  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: make the /etc/yum.repos.d in buildroot

2010-01-27  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: Added touch /etc/yum.repos.d/_local.repo to
	install section this need for for the ghost in files section of
	yum-plugin-local

2010-01-27  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/fs-snapshot/fs-snapshot.py, plugins/local/local.py,
	yum-builddep.py: fix pylint errors.  ************ Module
	yum-builddep E0602:169:YumBuildDep.get_build_deps: Undefined
	variable 'opts' ************* Module fs-snapshot W0107:
	47:pretrans_hook: Unnecessary pass statement W0107:
	75:pretrans_hook: Unnecessary pass statement W0611: 32: Unused
	import sys ************* Module local W0601: 39:prereposetup_hook:
	Global variable 'local_repo_dir' undefined at the module level
	E0602:118:_rebuild: Undefined variable 'done'

2010-01-21  James Antill <james@and.org>

	* yum-debug-dump.py: Add rpmdb versions to the dump file

2010-01-21  James Antill <james@and.org>

	* yum-debug-restore.py:  A couple of fixes for yum-debug-restore, and can now work across
	 arch.      Add --ignore-arch option.     Don't traceback when not
	 given an argument.     Don't traceback when piped. Eg. | head -2

2010-01-20  James Antill <james@and.org>

	* debuginfo-install.py: Put the debuginfo-install options in it's
	option group

2010-01-20  James Antill <james@and.org>

	* debuginfo-install.py: Auto install the debuginfo plugin, when
	people install debuginfo packages

2010-01-20  Seth Vidal <skvidal@fedoraproject.org>

	* repomanage.py: fix up error message from exception

2010-01-18  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: make repofrompath use add_enable_repo from yumbase
	rather than its own thing fixes up using --group* commands from
	--repofrompath repos and also catches GroupsErrors properly at setup
	closes rh bug: https://bugzilla.redhat.com/show_bug.cgi?id=556215

2010-01-12  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/changelog/changelog.py: fix for bug:
	https://bugzilla.redhat.com/show_bug.cgi?id=546811 - make sure we
	catch valueerror later, too

2010-01-12  Seth Vidal <skvidal@fedoraproject.org>

	* repo-graph.py: whoops - import sys, too

2010-01-12  Seth Vidal <skvidal@fedoraproject.org>

	* repo-graph.py: catch yumbaseerror exceptions in repograph so it
	won't traceback if our repos  aren't available for some reason:
	https://bugzilla.redhat.com/show_bug.cgi?id=548500

2010-01-12  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Add
	--releasever to repoquery   Fix source downloads, maybe. We parse
	all the info. from the sourcerpm

2010-01-12  Seth Vidal <skvidal@fedoraproject.org>

	* yum-debug-restore.py: fix for rh bug:
	https://bugzilla.redhat.com/show_bug.cgi?id=551671  just make
	usage() -> print_usage() for optparser

2010-01-11  James Antill <james@and.org>

	* repoquery.py: Add --releasever to repoquery

2010-01-08  James Antill <james@and.org>

	* yum-builddep.py, yumdownloader.py:  Fix source downloads, maybe. We parse all the info. from the
	 sourcerpm field when we don't get a source package. Tested with:
	 yumdownloader --source perl-IO-Compress-Zlib

2010-01-08  Gerhardus Geldenhuis <gerhardus.geldenhuis@gmail.com>

	* docs/debuginfo-install.1, docs/package-cleanup.1,
	docs/repo-rss.1, docs/repodiff.1, docs/repoquery.1,
	docs/reposync.1, docs/yum-aliases.1, docs/yum-builddep.1,
	docs/yum-changelog.1, docs/yum-complete-transaction.8,
	docs/yum-debug-dump.1, docs/yum-filter-data.1,
	docs/yum-fs-snapshot.1, docs/yum-fs-snapshot.conf.5,
	docs/yum-groups-manager.1, docs/yum-list-data.1,
	docs/yum-security.8, docs/yum-utils.1, docs/yum-verify.1,
	docs/yum-versionlock.1, docs/yum-versionlock.conf.5,
	docs/yumdownloader.1, repo-rss.py: commit patch fixing links to yum
	website and making all the bug reporting information consistent.
	Additionally, making the date formatting in the man pages consistent


2010-01-06  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: make auto
	update plugin use conduit.info() instead of print yum bug 384

2010-01-04  Seth Vidal <skvidal@fedoraproject.org>

	* package-cleanup.py: simple, obvious, typo

2010-01-04  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-builddep.py: make yum-builddep smarter when a package is build
	from srpm with another name and make the output a little better
	(rhbz  #426009)

2009-12-28  Gerhardus Geldenhuis <gerhardus.geldenhuis@gmail.com>

	* docs/yum-versionlock.1:  made the page more apropos friendly   changed synopsis to specify
	 usage

2009-12-26  James Antill <james@and.org>

	* plugins/local/local.py: Allow people to ove rpms into and out of
	the local dir. manually

2009-12-26  James Antill <james@and.org>

	* plugins/aliases/aliases.py: Fix yum "" edge case in aliases, BZ
	550647

2009-12-22  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Added
	fs-snapshot plugin by Josef Bacik

2009-12-22  Seth Vidal <skvidal@fedoraproject.org>

	* package-cleanup.py: make sure that noarch pkgs are not listed
	twice for each duplicate entry

2009-12-17  Tim Lauridsen <timlau@fedoraproject.org>

	* docs/yum-fs-snapshot.1, docs/yum-fs-snapshot.conf.5,
	plugins/fs-snapshot/fs-snapshot.conf,
	plugins/fs-snapshot/fs-snapshot.py, yum-utils.spec: Added
	fs-snapshot plugin by Josef Bacik

2009-12-02  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: don't os.path.normpath() the loc b/c it clips the
	double / on http:// :(

2009-12-01  James Antill <james@and.org>

	* package-cleanup.py: Fix passing string flags to formatRequires. BZ
	541551

2009-11-26  James Antill <james@and.org>

	* yumdb.py: Don't show lots of blank lines in yumdb search

2009-11-24  James Antill <james@and.org>

	* plugins/local/local.conf, plugins/local/local.py: Make local not
	as verbose, unless requested

2009-11-24  James Antill <james@and.org>

	* plugins/local/local.conf, plugins/local/local.py, yum-utils.spec: 
	Add local plugin, so Fedora people can download/etc.

2009-11-24  James Antill <james@and.org>

	* docs/yum-security.8: Minor cleanup for new-packages explanation

2009-11-24  James Antill <james@and.org>

	* docs/package-cleanup.1: Add docs. explaining that orphans ==
	extras

2009-11-23  James Antill <james@and.org>

	* yum-builddep.py: Don't rely on returnPackageByDep() to give you
	the installed pkg. BZ#539490

2009-11-18  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py: Let tmprepo create/use tmprepos if
	given mirrorlist/metalink

2009-11-18  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py: Let tmprepo create/use tmprepos if
	given repodata/repomd.xml

2009-11-18  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py: Add yum-plugin-tmprepo to run_with
	when using it

2009-11-18  James Antill <james@and.org>

	* plugins/security/security.py: Add yum-plugin-security to run_with
	when running update-minimal

2009-11-18  James Antill <james@and.org>

	* plugins/keys/keys.py: Fix keys-remove to use
	rpmdb.returnGPGPubkeyPackages

2009-11-16  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   remove
	basearch plugin from spec, it is obsoleted by recent version of yum,
	truncated changelog to last 2 years   updated ChangeLog   bumped
	yum-utils version to 1.1.24   Fix pylint errors:   silence pylint
	runtime error noise   Fix UnicodeDecodeError with UTF-8 changelog
	names.   Change update => notice, as that's what we are counting
	Add summary-updateinfo command   Move running kernel check to it's
	own function   Add bash completion for repo-graph, repo-rss,
	repoclosure and repoquery.

2009-11-16  Seth Vidal <skvidal@fedoraproject.org>

	* yum-complete-transaction.py: add some checking to
	yum-complete-transaction - make sure that the transaction we are
	going to run to complete the unfinished transaction is not different
	in size than what we were going to run. Helps keep us out of
	mistakenly removing everything

2009-11-08  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: remove basearch plugin from spec, it is obsoleted
	by recent version of yum, truncated changelog to last 2 years

2009-11-07  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2009-11-07  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.24

2009-11-07  Tim Lauridsen <timlau@fedoraproject.org>

	* debuginfo-install.py, find-repos-of-install.py,
	plugins/versionlock/versionlock.py, reposync.py: Fix pylint errors:
	************* Module debuginfo-install E0602:
	78:DebugInfoInstall.main: Undefined variable 'RepoError' E0602:
	80:DebugInfoInstall.main: Undefined variable 'to_unicode'
	************* Module find-repos-of-install E0602: 52: Undefined
	variable 'repoq' ************* Module reposync W0301:183:
	Unnecessary semicolon ************* Module versionlock W0611: 21:
	Unused import compareEVR

2009-11-07  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: silence pylint runtime error noise

2009-11-05  Ville Skyttä <ville.skytta@iki.fi>

	* repo-rss.py: Fix UnicodeDecodeError with UTF-8 changelog names.

2009-11-06  James Antill <james@and.org>

	* plugins/security/security.py: Change update => notice, as that's
	what we are counting

2009-11-06  James Antill <james@and.org>

	* docs/yum-security.8, plugins/security/security.py: Add
	summary-updateinfo command

2009-11-06  James Antill <james@and.org>

	* plugins/security/security.py: Move running kernel check to it's
	own function

2009-11-05  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.bash: Add bash completion for repo-graph, repo-rss,
	repoclosure and repoquery.

2009-11-04  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: - add fmt_location  to pkgquery objects - make --location a pkg
	operation not a sack operation closes rh bug 533024

2009-11-04  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Compare the
	currently running kernel for security problems   Add aliases for
	list-updateinfo instead of list-security

2009-11-04  Seth Vidal <skvidal@fedoraproject.org>

	* Makefile, needs-restarting.py, yum-utils.spec: add
	needs-restarting as a yum-util

2009-11-02  James Antill <james@and.org>

	* plugins/security/security.py: Compare the currently running kernel
	for security problems

2009-10-20  James Antill <james@and.org>

	* plugins/aliases/aliases: Add aliases for list-updateinfo instead
	of list-security

2009-10-29  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py: catch the repo setup failure when we're
	adding the -debuginfo repos and report it  fixes rh bug:
	https://bugzilla.redhat.com/show_bug.cgi?id=531743

2009-10-23  Ville Skyttä <ville.skytta@iki.fi>

	* repoquery.py: Make repoquery --pkgnarrow=extras actually output
	its findings.

2009-10-20  James Antill <james@and.org>

	* docs/yum-security.8, plugins/security/security.py:  Add option to list-updateinfo command to see new packages in repos.
	 Change list-security => list-updateinfo, as it's now grossly wrong.


2009-10-19  Ville Skyttä <ville.skytta@iki.fi>

	* Makefile, yum-utils.bash, yum-utils.spec: Add bash completion for
	repomanage, package-cleanup and verifytree.  Should work with bash
	>= 3 and doesn't require any particular version of bash-completion.
	Actually doesn't require bash-completion at all, but without it one
	needs to source the file through other means besides b-c's
	autoloading.

2009-10-19  Ville Skyttä <ville.skytta@iki.fi>

	* yum-utils.spec: Fix compileall syntax.

2009-10-19  Ville Skyttä <ville.skytta@iki.fi>

	* Makefile: Tabify so Emacs doesn't complain about "suspicious
	lines".

2009-10-14  James Antill <james@and.org>

	* plugins/security/security.py: Fix typos in previous security
	message commit

2009-10-14  Douglas Silas <dhensley@redhat.com>

	* plugins/security/security.py: Change the security summary
	messages, hopefully be less ambiguous.

2009-10-12  Seth Vidal <skvidal@fedoraproject.org>

	* package-cleanup.py: add --noscripts option to package-cleanup
	since so much of our cleanup is related to dainbramaged scriptlets

2009-10-12  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Do obsoletes
	as well as updates in security list excluding

2009-10-12  Seth Vidal <skvidal@fedoraproject.org>

	* yum-utils.spec: - add compileall command to yum-utils.spec for plugins - fixes rh
	bug https://bugzilla.redhat.com/show_bug.cgi?id=493174

2009-10-09  James Antill <james@and.org>

	* plugins/security/security.py: Do obsoletes as well as updates in
	security list excluding

2009-10-09  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py: make sure we're calling the logging output
	instead of print so -q does something

2009-10-09  Seth Vidal <skvidal@fedoraproject.org>

	* docs/debuginfo-install.1: add warning messages section in
	debuginfo-install man page for: rh bug 480385

2009-10-06  James Antill <james@and.org>

	* yumdb.py: When doing double loops, info/search, print a blank line
	after each package

2009-10-06  James Antill <james@and.org>

	* plugins/aliases/aliases: Add some more default aliases

2009-10-02  Seth Vidal <skvidal@fedoraproject.org>

	* package-cleanup.py: rewrite package-cleanup to use YumUtilBase
	interface and to have more correct logic for kernel removals and
	duplicate installs

2009-09-21  James Antill <james@and.org>

	* plugins/aliases/aliases.py,
	plugins/auto-update-debuginfo/auto-update-debuginfo.py,
	plugins/fastestmirror/fastestmirror.py,
	plugins/fedorakmod/fedorakmod.py,
	plugins/kernel-module/kernel-module.py, plugins/keys/keys.py,
	plugins/protectbase/protectbase.py,
	plugins/remove-with-leaves/remove-with-leaves.py,
	plugins/security/security.py, plugins/versionlock/versionlock.py: 
	Use new API (if available) for adding packages using, mainly for
	history

2009-09-17  James Antill <james@and.org>

	* plugins/verify/verify.py: Show size in bytes, if human units ==
	(BZ 520067)

2009-09-16  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py, yum-builddep.py,
	yum-complete-transaction.py: modify debuginfo-install, yum-builddep,
	and yum-complete-transaction to use new doUtilTransaction() method

2009-09-09  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: when outputting results for prcos (or anything,
	really) if there is nothing returned from doQuery() then don't print
	it. It just means that repoquery --conflicts -a outputs at least one
	line per pkg which is annoying

2009-09-08  Seth Vidal <skvidal@fedoraproject.org>

	* repoclosure.py: add --basearch option  to repoclosure  set
	basearch yum should run as.

2009-09-08  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Bump require
	>= 3.2.23 to 3.2.24.

2009-09-08  Seth Vidal <skvidal@fedoraproject.org>

	*
	plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore
	.py, plugins/fastestmirror/fastestmirror.py,
	plugins/priorities/priorities.py: change /usr/bin/env python ->
	/usr/bin/python for fedora and rhel pkg compliance
	https://bugzilla.redhat.com/show_bug.cgi?id=521469  and it matches
	everything else we have to not use /usr/bin/env python

2009-09-03  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: Bump require >= 3.2.23 to 3.2.24.  repoquery needs
	22ca5115d59d795bac23eb608700f36be96bc99b (yum) added after
	yum-3.2.23 was released.

	http://yum.baseurl.org/gitweb?p=yum-utils.git;a=commitdiff;h=71308f5d13b697a78d81935a086071367a2b0920

2009-09-02  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   updated
	ChangeLog   bumped yum-utils version to 1.1.23

2009-09-02  Seth Vidal <skvidal@fedoraproject.org>

	* repoclosure.py: clean up some garbage output I left in there about
	obsoletes

2009-09-02  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2009-09-02  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.23

2009-08-31  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   If epoch is
	none we still want to use version in repoclosure.

2009-08-31  Seth Vidal <skvidal@fedoraproject.org>

	* repoclosure.py: make sure we make the list of pkgs to look at
	based on the latest pkgsack - complete with pkg deletions of the
	obsoletes

2009-08-12  Michael Schwendt <mschwendt@fedoraproject.org>

	* repoclosure.py: If epoch is none we still want to use version in
	repoclosure.

2009-08-04  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/security/security.py: remove timestamp in created
	attribute

2009-08-03  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: make sure -q silences the repofrom path stuff
	closes rh bug #512563

2009-07-28  James Antill <james@and.org>

	* find-repos-of-install.py: Cleanup tempcache, and fix -C option

2009-07-23  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py:  pkgExcluder is all lower(), as excludepkgs/includepkgs are    So we
	 lowercase the versionlock data.      It's possible, in theory,
	 we'll have a false match, but no one      should be insane enough
	 to name things the same apart from case.

2009-07-20  Seth Vidal <skvidal@fedoraproject.org>

	* docs/repoquery.1: add note to repoquery man page that you must
	have srpms in your enabled repos for the archlist=src option to
	really do anything

2009-07-17  James Antill <james@and.org>

	* yum-utils.spec: Bump require version for new versionlock

2009-07-16  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Add excluderids, so we don't
	get N versions

2009-07-16  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Move versionlock to use
	pkgExcluder, add versionlock command

2009-07-16  James Antill <james@and.org>

	* plugins/security/security.py: Add created timestamps to the
	security plugin commands

2009-07-16  James Antill <james@and.org>

	* plugins/aliases/aliases.py: Add a created timestamp to the alias
	command

2009-07-14  James Antill <james@and.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Remove
	redundant (and confusing) member access on pkgSack, in auto fix

2009-07-14  James Antill <james@and.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.py: Setup
	normal repos before we setup new debuginfo. ones, fixes trac/135

2009-07-08  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:
	[fastestmirror] Add a patch from Joel Michael to support a
	'preferred' mirror (#509479)

2009-07-08  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: fix for bug:
	https://bugzilla.redhat.com/show_bug.cgi?id=503587  - make sure we
	don't fail to grab other metadata just b/c groups is not present

2009-07-08  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: [fastestmirror] Add a
	patch from Joel Michael to support a 'preferred' mirror (#509479)

2009-07-07  Seth Vidal <skvidal@fedoraproject.org>

	* repoclosure.py: make repoclosure work with new archstorage class
	in yumbase

2009-07-07  Seth Vidal <skvidal@fedoraproject.org>

	* docs/package-cleanup.1: document exit value if problems are found
	in package-cleanup --problems

2009-06-22  James Antill <james@and.org>

	* package-cleanup.py: Use base.setCacheDir() in package-cleanup

2009-06-22  James Antill <james@and.org>

	* package-cleanup.py: Don't setup repos. when doing dupes processing


2009-06-22  James Antill <james@and.org>

	* plugins/changelog/changelog.py: Don't assume pkgs have sourcerpm,
	in changelog plugin

2009-06-08  James Antill <james@and.org>

	* yumdownloader.py: Output a nice message for failed source repos.
	in yumdownloader

2009-06-08  James Antill <james@and.org>

	* yumdb.py: Sort keys in yumdb info

2009-06-08  James Antill <james@and.org>

	* repoquery.py: Use setCacheDir in repoquery

2009-05-28  Seth Vidal <skvidal@fedoraproject.org>

	* yum-builddep.py: when --nogpgcheck is passed - make sure we turn
	off gpg checking on our read ts not just from repos

2009-05-22  Seth Vidal <skvidal@fedoraproject.org>

	* yum-builddep.py: output a nicer error message when the srpm has an
	unknown gpg key

2009-05-19  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py: Fix tmprepo, when we have option group


2009-05-19  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2009-05-19  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.22

2009-05-19  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2009-05-19  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.22

2009-05-19  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: fix spec syntax error (2 line summary)

2009-05-19  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: fix git-archive

2009-05-19  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: added install-builddeps Makefile target

2009-05-19  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/aliases/aliases.py, reposync.py, test/yum-utils-pylintrc,
	yumdb.py: fixed pylint errors: bad indentation, unused imports and
	global not known at module level

2009-05-18  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/show-leaves/show-leaves.conf,
	plugins/show-leaves/show-leaves.py, yum-utils.spec: add show-leaves
	plugin from Ville Skyttä

2009-05-06  James Antill <james@and.org>

	* repoquery.py:  Be a bit nicer with filtering out installed pkgs.    Still do the
	 same thing by default.    But if they specify pkgnarrow=installed
	 (or all) don't filter them.

2009-05-01  James Antill <james@and.org>

	* yumdb.py: Add rename command to yumdb

2009-05-01  James Antill <james@and.org>

	* find-repos-of-install.py: Rename yumdb.repoid to yumdb.from_repo

2009-04-29  Tim Lauridsen <timlau@fedoraproject.org>

	* repo-check.py: added a repo-check util command template, it
	contains the basic stuff for making an easy extentable yum-util,
	without the need for 100's of almost identical tools

2009-04-24  James Antill <james@and.org>

	* plugins/aliases/aliases.py, yum-utils.spec: Change aliases plugint
	o use the args_hook

2009-04-15  James Antill <james@and.org>

	* plugins/aliases/aliases.py: Speedup my old dumbass code, walking a
	dict to do an == test is stupid

2009-04-15  James Antill <james@and.org>

	* plugins/aliases/aliases.py: Exit nicley when people try to run
	aliased commands

2009-04-14  James Antill <james@and.org>

	* plugins/remove-with-leaves/remove-with-leaves.py: Fix
	remove-with-leaves for PK usage (no opts)

2009-04-08  James Antill <james@and.org>

	* yum-complete-transaction.py: Add yum-complete-transaction options
	under it's name

2009-04-08  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: remove -P as a shortcut for --norepopath b/c it is
	confusingly dissimilar to -p

2009-04-08  Danny Smith <danny@keyop.co.uk>

	* reposync.py: add --norepopath patch

2009-04-06  James Antill <james@and.org>

	* plugins/rpm-warm-cache/rpm-warm-cache.py: And for the no commands
	case (possible?)

2009-04-06  James Antill <james@and.org>

	* plugins/rpm-warm-cache/rpm-warm-cache.py: Really fix the exception
	in rpm-warm-cache

2009-04-01  James Antill <james@and.org>

	* Makefile, yum-utils.spec, yumdb.py: Add yumdb command to look at
	and alter the yumdb

2009-03-31  James Antill <james@and.org>

	* find-repos-of-install.py: Use repoid in find-repos-of-install,
	also optionally sync. guessed data

2009-03-31  James Antill <james@and.org>

	* plugins/security/security.py, plugins/verify/verify.py: Fix
	plugins to use plugin_option_group which use parser.values

2009-03-31  James Antill <james@and.org>

	* plugins/changelog/changelog.py,
	plugins/downloadonly/downloadonly.py, plugins/nofsync/nofsync.py,
	plugins/priorities/priorities.py,
	plugins/protect-packages/protect-packages.py,
	plugins/remove-with-leaves/remove-with-leaves.py,
	plugins/tmprepo/tmprepo.py: Use plugin_option_group if available, on
	the easy cases

2009-03-31  James Antill <james@and.org>

	* yum-utils.spec: Remove allow-downgrade, as it's in core now

2009-03-31  Tim Lauridsen <timlau@fedoraproject.org>

	* yumdownloader.py: add grouped option support if available in
	installed version of yum

2009-03-31  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, test/yum-utils-pylintrc: use same pylint profile as yum
	and added 'pylint-short' Makefile target

2009-03-31  James Antill <james@and.org>

	* Makefile, yum-debug-restore.py, yum-utils.spec: Add a "simple"
	version of yum-debug-restore

2009-03-30  James Antill <james@and.org>

	* yum-utils.spec: Put the require for changelog in the right place

2009-03-30  Seth Vidal <skvidal@fedoraproject.org>

	* repomanage.py: output filename when reporting errors opening
	packages

2009-03-30  James Antill <james@and.org>

	* docs/yum-changelog.conf.5, plugins/changelog/changelog.py,
	yum-utils.spec: Allow changelog data to show updateinfo data too

2009-03-30  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/filter-data/filter-data.py, repodiff.py,
	yum-groups-manager.py: cleanup after API break

2009-03-29  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, find-repos-of-install.py, plugins/aliases/aliases.py,
	plugins/auto-update-debuginfo/auto-update-debuginfo.py,
	plugins/basearchonly/basearchonly.py,
	plugins/downloadonly/downloadonly.py,
	plugins/fedorakmod/fedorakmod.py,
	plugins/filter-data/filter-data.py,
	plugins/kernel-module/kernel-module.py,
	plugins/list-data/list-data.py,
	plugins/protect-packages/protect-packages.py,
	plugins/refresh-updatesd/refresh-updatesd.py,
	plugins/rpm-warm-cache/rpm-warm-cache.py,
	plugins/skip-broken/skip-broken.conf,
	plugins/skip-broken/skip-broken.py, plugins/tmprepo/tmprepo.py,
	plugins/verify/verify.py, repo-graph.py, repoclosure.py,
	repodiff.py, repomanage.py, repoquery.py, test/yum-utils-pylintrc: *
	'make pylint' now check all python files. * Make the pylint profile
	more sane and excluded the most stupid warnings * fix a lot of
	pylint warning and errors, so 'make pylint' now runs without   any
	messsages and a 10/10 score. so 'make pylint' can be used to catch
	syntax   error like in the one fixed in
	8ec41e7c3ccbc3ecd74cbc87f2550e330b3b5be3

2009-03-29  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/remove-with-leaves/remove-with-leaves.py: minor pylint
	cleanup

2009-03-29  Tim Lauridsen <timlau@fedoraproject.org>

	* package-cleanup.py: Fix pylint warning: W:350: Bad indentation.
	Found 11 spaces, expected 12 W: 32: Unused import Errors

2009-03-29  Tim Lauridsen <timlau@fedoraproject.org>

	* test/yum-utils-pylintrc: make pylint conf more sane, dont show
	refactoring and convention errors

2009-03-28  James Antill <james@and.org>

	* yumdownloader.py: Fix syntax error

2009-03-28  James Antill <james@and.org>

	* yum-utils.spec: rawhide went upto 20-5, so update the obsoletes
	for auto-debuginfo

2009-03-25  Ville Skyttä <ville.skytta@iki.fi>

	* package-cleanup.py: Add query formatting.

2009-03-25  Ville Skyttä <ville.skytta@iki.fi>

	* package-cleanup.py: Sort package list output.

2009-03-25  Ville Skyttä <ville.skytta@iki.fi>

	* package-cleanup.py: Operate more on yum package objects rather
	than tuples.

2009-03-25  Ville Skyttä <ville.skytta@iki.fi>

	* package-cleanup.py: Fix same arch duplicate checking.

2009-03-25  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2009-03-25  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.21

2009-03-25  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2009-03-25  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.21

2009-03-24  James Antill <james@and.org>

	* repoquery.py: Pass the "name" query down to returnPackages/etc.

2009-03-23  Seth Vidal <skvidal@fedoraproject.org>

	* yumdownloader.py: include a check to make sure the pkg makes
	sense.

2009-03-23  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/merge-conf/merge-conf.py: - remove md5 use to remove deprecation warnings on python 2.6 -
	clean up minor pychecker warnings about 'file' shadowing builtin

2009-03-23  James Antill <james@and.org>

	* yum-utils.spec: Add provides for plugin-auto-update-debuginfo, to
	help users out

2009-03-23  James Antill <james@and.org>

	* yum-utils.spec:  auto-update-debuginfo works by searching for *-debuginfo so it's
	 pretty useless if it triggers on itself. Doh!

2009-03-22  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/versionlock/versionlock.py: add repoid info to versionlock
	plugin output (rhbz #491415)

2009-03-12  Tim Lauridsen <timlau@fedoraproject.org>

	* package-cleanup.py: just a TODO note

2009-03-11  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: this is a simple fix to remove all installed pkgs
	from the returned pkgs of any repoquery

2009-03-09  James Antill <james@and.org>

	* yum-debug-dump.py: Find real bug in core yum code, and remove hack
	for --help

2009-03-09  James Antill <james@and.org>

	* yum-debug-dump.py: Fix --help in yum-debug-dump, who knows how/why


2009-03-06  Seth Vidal <skvidal@fedoraproject.org>

	* package-cleanup.py: when we clean up kernels make sure that: 1. we
	look at kernel-PAE,too 2. the running kernel coming back from
	os.uname()[2] matches what we expect (it changed in F10) 3. if we
	don't have any kernels installed, it's not an error, it's probably
	just Xen

2009-03-05  James Antill <james@and.org>

	* package-cleanup.py: Chagne arches to list, as set([1])[0] fails

2009-03-05  Tim Lauridsen <tim@naboo.local>

	* package-cleanup.py: make package-cleanup handle other kind of arch
	dupes (Ex. i386 & i586) and make it work this time

2009-03-05  Tim Lauridsen <tim@naboo.local>

	* package-cleanup.py: make package-cleanup handle other kind of arch
	dupes (Ex. i386 & i586)

2009-03-05  Tim Lauridsen <tim@naboo.local>

	* updateonboot/yum-updateonboot.init,
	updateonboot/yum-updateonboot.sysconfig: make yum-updateonboot more
	configurable (rhbz #466428)

2009-03-05  Tim Lauridsen <tim@naboo.local>

	* package-cleanup.py: make package-cleanup --oldkernels work with
	vanilla kernels (rhbz #469825)

2009-03-05  Tim Lauridsen <tim@naboo.local>

	* plugins/remove-with-leaves/remove-with-leaves.conf,
	plugins/remove-with-leaves/remove-with-leaves.py: made the
	remove-with-leaves plugin only active when using --remove-leaves or
	adding remove_always=1 to plugin conf (rhbz #4654149

2009-03-05  Tim Lauridsen <tim@naboo.local>

	* yumdownloader.py: fix issues when running yumdownloader as
	non-root (rhbz #432889)

2009-03-05  Tim Lauridsen <timlau@fedoraproject.org>

	* package-cleanup.py: make cleanup work with the changes to
	findDupes

2009-03-05  Tim Lauridsen <timlau@fedoraproject.org>

	* package-cleanup.py: Make package-cleanup find different arch dupes
	(Ex. name-1.0-1.i386 & name-2.0-1.noarch) (RHBZ #375411)

2009-03-03  James Antill <james@and.org>

	* repoclosure.py: Fix RepoClosure() API for spam-o-matic, and other
	users

2009-03-02  Seth Vidal <skvidal@fedoraproject.org>

	* yumdownloader.py: import os and os.path to make the other changes
	from 2 weeks ago work

2009-03-02  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: added versioned provided to renamed plugins and
	other minor cleaups

2009-03-01  James Antill <james@and.org>

	* plugins/changelog/changelog.py: Don't output anything when
	depsolving failed

2009-03-01  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: make a separate release-tag makefile target

2009-03-01  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2009-03-01  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.20

2009-03-01  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: updateonboot is not a plugin

2009-02-28  Tim Lauridsen <tim@naboo.local>

	* yum-utils.spec: fixed package naming

2009-02-28  Tim Lauridsen <tim@naboo.local>

	* yum-utils.spec: fixed package naming

2009-02-27  James Antill <james@and.org>

	* repoquery.py: Fix unicode bugs in repoquery changelog, BZ 483157

2009-02-27  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py, yum-builddep.py, yumdownloader.py: make sure
	we're not using print_help() anywhere - use format_help() instead as
	print_help breaks unicode - closes rh bug #470934

2009-02-26  James Antill <james@and.org>

	* plugins/changelog/changelog.py, yum-utils.spec: Cleanup the
	ChangeLog output, also fix unicode issue (bad/no utf8 *sigh*)

2009-02-26  James Antill <james@and.org>

	* plugins/changelog/changelog.py: Only download changelog data for
	repos. we need it from

2009-02-26  James Antill <james@and.org>

	* docs/yum-changelog.conf.5, plugins/changelog/changelog.conf,
	plugins/changelog/changelog.py, plugins/merge-conf/merge-conf.conf,
	plugins/merge-conf/merge-conf.py: Add setting for
	changelog/merge-conf to always work. BZ#483550

2009-02-26  James Antill <james@and.org>

	* yum-utils.spec: Change the version of obsoletes, and add conflicts
	for RHEL

2009-02-26  James Antill <james@and.org>

	* yum-utils.spec:  Change yum-NetworkManager-dispatcher summary and description to
	 make it obvious that it's a "plugin" of the NetworkManager variety,
	 not a yum plugin.

2009-02-26  James Antill <james@and.org>

	* yum-utils.spec: Do big rename for plugins to include plugins in
	their name

2009-02-25  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: removed yum-fedorakmod & yum-kernel-module from
	spec file

2009-02-13  Seth Vidal <skvidal@fedoraproject.org>

	* repo-rss.py, yum-builddep.py: fixed duplicate 'Usage' in repo-rss
	and yum-builddep, too

2009-02-13  Seth Vidal <skvidal@fedoraproject.org>

	* yumdownloader.py: remove duplicate 'usage' rh bug #485415

2009-02-11  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Simple hacky
	workaround for BZ 484603, debuginfo-install x x-debuginfo   Fix the
	way we downgrade ftp mirrors, for hosts which give us both

2009-02-11  Seth Vidal <skvidal@fedoraproject.org>

	* README, plugins/fedorakmod/fedorakmod.py: apply patch from Felix
	Schwarz to fix deprecation warnings in fedorakmod plugin and a wrong
	url in the README

2009-02-09  James Antill <james@and.org>

	* debuginfo-install.py: Simple hacky workaround for BZ 484603,
	debuginfo-install x x-debuginfo

2009-02-06  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Fix the way we downgrade
	ftp mirrors, for hosts which give us both

2009-02-03  James Antill <james@and.org>

	* plugins/auto-update-debuginfo/auto-update-debuginfo.conf,
	plugins/auto-update-debuginfo/auto-update-debuginfo.py,
	yum-utils.spec: Add auto-update-debuginfo plugin, BZ 432806

2009-02-02  James Antill <james@and.org>

	* yum-utils.spec: Fix stupid english grammar rules in spec file

2009-02-02  Seth Vidal <skvidal@fedoraproject.org>

	* yum-builddep.py: make yum-builddep behave a bit better when it
	hits a srpm signed by an unknown key.

2009-02-02  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/remove-with-leaves/remove-with-leaves.conf,
	plugins/remove-with-leaves/remove-with-leaves.py: add
	--leaves-exclude-bin and exclude_bin option to remove with leaves
	closing bug 481465

2009-01-30  James Antill <james@and.org>

	* yum-debug-dump.py: Allow filenames to yum-debug-dump, make default
	filename "unique"

2009-01-30  James Antill <james@and.org>

	* yum-debug-dump.py: Fix copy and paste typos.

2009-01-30  James Antill <james@and.org>

	* yum-debug-dump.py: Allow yum-debug-dump to work as non-root

2009-01-28  James Antill <james@and.org>

	* plugins/fedorakmod/fedorakmod.py: Remove kernel-modules-for-kernel
	provides from kmod, BZ 482893

2009-01-26  James Antill <james@and.org>

	* plugins/changelog/changelog.py: Sort packages in --changelog
	output

2009-01-26  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.conf: Add "live documentation"
	about new always_print_best_host config.

2009-01-26  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Allow fastestmirror
	config. for printing hosts, rhbz #481282

2009-01-26  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/fastestmirror/fastestmirror.py: REVERT: make fastestmirror
	less verbose (rhbz #481282)

2009-01-26  Tim Lauridsen <timlau@fedoraproject.org>

	* plugins/fastestmirror/fastestmirror.py: make fastestmirror less
	verbose (rhbz #481282)

2009-01-23  James Antill <james@and.org>

	* yum-utils.spec: Bump requires due to usage of hdr2pkgTuple

2009-01-22  Ville Skyttä <ville.skytta@iki.fi>

	* repomanage.py: Replace hdr2pkgTuple() with
	rpmUtils.miscutils.pkgTupleFromHeader().

2009-01-22  Ville Skyttä <ville.skytta@iki.fi>

	* repomanage.py: Replace several internal functions with ones from
	rpmUtils.

2009-01-21  Ville Skyttä <ville.skytta@iki.fi>

	* repomanage.py: Uniquify+sort EVR list for each NA only once, not
	once for each found file.

2009-01-22  James Antill <james@and.org>

	* docs/reposync.1: Document --source in reposync

2009-01-22  James Antill <james@and.org>

	* reposync.py: Add --source option, to reposync

2009-01-16  James Antill <james@and.org>

	* yumdownloader.py: And group conditionals (until they die!)

2009-01-16  Jason Parker <jparker@digium.com>

	* yumdownloader.py: Obey conf.group_package_types in yumdownloader
	@cmdline syntax

2009-01-16  James Antill <james@and.org>

	* yumdownloader.py: Don't fail for @core, due to ppc64 pkgs etc.

2009-01-16  James Antill <james@and.org>

	* yumdownloader.py: Add UI for bad/empty groups

2009-01-16  James Antill <james@and.org>

	* yumdownloader.py: Allow @mygroup syntax on yumdownloader cmdline

2009-01-16  James Antill <james@and.org>

	* debuginfo-install.py: For debuginfo for .src.rpm get ver/rel from
	same, fixes BZ 480316

2008-12-29  Warren Togami <wtogami@redhat.com>

	* yum-NetworkManager-dispatcher: Fix the script exiting non-zero

2008-12-25  Tim Lauridsen <timlau@fedoraproject.org>

	* repoclosure.py: Check for the repoclosure of a single package
	patch by Kedar Sovani

2008-12-19  Michael Schwendt <mschwendt@gmail.com>

	* repodiff.py: Print only the date, as that's all the info. we have


2008-12-19  Panu Matilainen <pmatilai@redhat.com>

	* plugins/nofsync/nofsync.conf, plugins/nofsync/nofsync.py: Add
	plugin for disabling rpmdb sync during transaction - gives a nice
	fat speed-boost for throw-away chroot installs and such, never   to
	be used on live systems though...

2008-12-17  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2008-12-17  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.19

2008-12-10  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Fixup the
	security documentation for --bugfix etc.   Allow list-security to
	specify bugfix/enhancement/recommended/etc.

2008-12-10  Seth Vidal <skvidal@fedoraproject.org>

	* Makefile, find-repos-of-install.py, yum-utils.spec: add
	find-repos-of-install

2008-12-10  James Antill <james@and.org>

	* docs/yum-security.8: Fixup the security documentation for --bugfix
	etc.

2008-12-10  James Antill <james@and.org>

	* plugins/security/security.py:  Allow list-security to specify bugfix/enhancement/recommended/etc.
	 Add a --bugfixes option.

2008-12-10  Seth Vidal <skvidal@fedoraproject.org>

	* package-cleanup.py: make -q in package-cleanup actually be quiet
	closes rh bug #471244

2008-12-05  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Have the
	post-trans-actions plugin create/own it's action config. dir   Don't
	traceback on "changelog 0" and give a nice message.

2008-12-05  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: make logger outputs go to stderr, not stdout.

2008-12-04  James Antill <james@and.org>

	* yum-utils.spec: Have the post-trans-actions plugin create/own it's
	action config. dir

2008-11-25  James Antill <james@and.org>

	* plugins/changelog/changelog.py: Don't traceback on "changelog 0"
	and give a nice message.

2008-11-21  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   If we don't
	have a command, or it's search/list/info, warm the rpm DB cache
	Fix rpm warm cache plugin when no commands are there   Import
	PluginYumExit so we can use it

2008-11-21  Seth Vidal <skvidal@fedoraproject.org>

	* yum-builddep.py: catch yum.Errors.RepoError when setting up the
	package sacks.

2008-11-21  James Antill <james@and.org>

	* plugins/rpm-warm-cache/rpm-warm-cache.py: If we don't have a
	command, or it's search/list/info, warm the rpm DB cache

2008-11-21  Ralf Ertzinger <ralf@camperquake.de>

	* plugins/rpm-warm-cache/rpm-warm-cache.py: Fix rpm warm cache
	plugin when no commands are there

2008-11-20  James Antill <james@and.org>

	* plugins/changelog/changelog.py: Import PluginYumExit so we can use
	it

2008-11-14  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: clean up a common traceback when talking to rhn :(

2008-11-12  Seth Vidal <skvidal@fedoraproject.org>

	* docs/yumdownloader.1: link to yum for rest of options to
	yumdownloader - closes ticket2

2008-11-12  James Antill <james@and.org>

	* plugins/keys/keys.py: Setup the default repos. so we list the
	repo. keys

2008-11-12  James Antill <james@and.org>

	* reposync.py: Add total download percentage like "normal" yum
	download

2008-11-07  Seth Vidal <skvidal@fedoraproject.org>

	* yum-complete-transaction.py: fix import error from rh bug #470458


2008-11-06  James Antill <james@and.org>

	* yum-groups-manager.py: Fix the regexps, due to - ... add warnings
	for bad chars.

2008-11-04  Seth Vidal <skvidal@fedoraproject.org>

	* docs/repoquery.1, repoquery.py: apply documentation patch from
	Ville Skyttä closes bug #459022

2008-11-03  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/post-transaction-actions/post-transaction-actions.py,
	plugins/post-transaction-actions/sample.action: - add $vars to commands that can be run. Update the sample.action
	file

2008-10-29  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2008-10-29  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.18

2008-10-27  Seth Vidal <skvidal@fedoraproject.org>

	* yum-utils.spec: forgot the .*

2008-10-27  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/rpm-warm-cache/rpm-warm-cache.conf,
	plugins/rpm-warm-cache/rpm-warm-cache.py, yum-utils.spec: 
	rpm-warm-cache plugin

2008-10-23  Seth Vidal <skvidal@fedoraproject.org>

	* Makefile, yum-utils.spec: - change urls - add post-transaction-actions to the spec file

2008-10-22  James Antill <james@and.org>

	* repoclosure.py, verifytree.py: More timestamp_check usage, really
	need a repofrompath type helper function

2008-10-22  James Antill <james@and.org>

	* repodiff.py, repoquery.py: Use the new timestamp_check repo option
	for the repoids that need it

2008-10-21  James Antill <james@and.org>

	* docs/debuginfo-install.1: Actaully add the debuginfo-install man
	page

2008-10-21  Seth Vidal <skvidal@fedoraproject.org>

	* docs/package-cleanup.1, docs/repo-rss.1, docs/repodiff.1,
	docs/repoquery.1, docs/reposync.1, docs/yum-builddep.1,
	docs/yum-complete-transaction.8, docs/yum-debug-dump.1,
	docs/yum-groups-manager.1, docs/yumdownloader.1: 
	yum-utils.baseurl.org doesn't exist

2008-10-21  James Antill <james@and.org>

	* docs/Makefile, docs/repodiff.1, yum-utils.spec: Add repodiff man
	page

2008-10-21  James Antill <james@and.org>

	* docs/package-cleanup.1, docs/repo-rss.1, docs/repoquery.1,
	docs/reposync.1, docs/yum-builddep.1, docs/yum-changelog.1,
	docs/yum-complete-transaction.8, docs/yum-debug-dump.1,
	docs/yum-groups-manager.1, docs/yum-list-data.1,
	docs/yum-versionlock.1, docs/yumdownloader.1: Update documentation
	for duke.edu => baseurl.org change

2008-10-21  James Antill <james@and.org>

	* docs/Makefile, yum-utils.spec: Add debuginfo-install man page

2008-10-21  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:   Don't check
	for unfinished transactions when completing transactions

2008-10-21  Seth Vidal <skvidal@fedoraproject.org>

	* repodiff.py: fix unicode issues on outputting changelogs

2008-10-17  James Antill <james@and.org>

	* yum-complete-transaction.py, yum-utils.spec: Don't check for
	unfinished transactions when completing transactions

2008-10-17  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/post-transaction-actions/post-transaction-actions.conf,
	plugins/post-transaction-actions/post-transaction-actions.py,
	plugins/post-transaction-actions/sample.action: add
	post-transaction-actions - but don't add it to be built, yet

2008-10-16  James Antill <james@and.org>

	* yum-groups-manager.py: Fix groups-manager again, for loads this
	time

2008-10-16  James Antill <james@and.org>

	* yum-groups-manager.py: Fix translated names with full utf-8 in
	them

2008-10-16  James Antill <james@and.org>

	* plugins/list-data/list-data.py: Don't output the cli object in the
	help, fixes bug 467191

2008-10-16  Jan Hutař <jhutar@redhat.com>

	* docs/yum-groups-manager.1: Fix typo in groups-manager man page

2008-10-15  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils  * 'master' of
	ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:
	[fastestmirror] Return the correct value from _len_non_ftp   Fix
	fastestmirror's exclusion code.   Sort the dump output, to it's
	consistent   Enable plugins, so we can print out which are enabled
	(and spacewalk works)   Speedup package-cleanup --orphans, as yum
	list extras is   Turn plugins on in package-cleanup, and add an
	option to turn them off   Always refresh the cache for a manual
	repo. For repoquery;createrepo;repoquery

2008-10-15  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: make sure --location returns the proper location if
	we have a basepath

2008-10-14  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: [fastestmirror] Return the
	correct value from _len_non_ftp

2008-10-14  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: Fix fastestmirror's
	exclusion code.  This fixes the exclusion code to to avoid changing
	the array that is being iterated.  Thanks to Johnny Casey for
	pointing this out to me and offering up a potential solution.

2008-10-10  James Antill <james@and.org>

	* yum-debug-dump.py: Sort the dump output, to it's consistent

2008-10-10  James Antill <james@and.org>

	* yum-debug-dump.py: Enable plugins, so we can print out which are
	enabled (and spacewalk works)

2008-10-10  James Antill <james@and.org>

	* package-cleanup.py: Speedup package-cleanup --orphans, as yum list
	extras is

2008-10-10  James Antill <james@and.org>

	* package-cleanup.py: Turn plugins on in package-cleanup, and add an
	option to turn them off

2008-10-10  James Antill <james@and.org>

	* repoquery.py: Always refresh the cache for a manual repo. For
	repoquery;createrepo;repoquery

2008-10-03  Seth Vidal <skvidal@fedoraproject.org>

	* verifytree.py: apply patch from jkeating to make config parser use
	in verifytree stop being case insensitive due to file path names in
	the config verifytree is reading

2008-10-03  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: add option --download-metadata to grab all metadata
	that is not   primary*, filelist*, other* useful for syncing over
	updateinfo, comps, etc.

2008-09-30  James Antill <james@and.org>

	* plugins/fedorakmod/fedorakmod.py: Add other kernel-modules virtual
	provide, bug 462099

2008-09-29  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/remove-with-leaves/remove-with-leaves.py: make sure we
	don't remove if things are just being updated :)

2008-09-25  James Antill <james@and.org>

	* repodiff.py: Delete any "old" repo. data in the repodiff repo.
	dirs.

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, reposync.py: add reposync to pylint check

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, repotrack.py: add repotrack to pylint check

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, verifytree.py: add verifytree to pylint check

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, test/yum-utils-pylintrc: add security to pylint check

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, plugins/upgrade-helper/upgrade-helper.py: add
	upgrade-helper to pylint check

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, test/yum-utils-pylintrc: add remove-with-leaves to
	pylint check

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* package-cleanup.py, test/yum-utils-pylintrc: disable *More than
	one statement on a single line* pylint warning an undo some crazy
	stuff

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* test/test-yumdownloader: make the test-yumdownloader script a
	little better

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, test/yum-utils-pylintrc, yum-groups-manager.py: 
	yum-groups-manager.py to pylint check and cleaned it up

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, package-cleanup.py, test/yum-utils-pylintrc: add
	package-cleanup.py to pylint check and cleaned it up

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, debuginfo-install.py, test/yum-utils-pylintrc,
	yum-complete-transaction.py: add debuginfo-install to pylint check
	and cleaned up the problems also fixed some issues in
	yum-complete-transaction

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-util-cli-template: remove cli wildcard import

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, test/yum-utils-pylintrc, yum-builddep.py: add
	yum-builddep to pylint check and cleaned up the problems

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, test/yum-utils-pylintrc, yum-debug-dump.py: add
	yum-debug-dump to pylint check and cleaned up the problems

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, test/yum-utils-pylintrc, yum-complete-transaction.py,
	yum-debug-dump.py: add yum-complete-transaction to pylint check and
	cleaned up the problems

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* yumdownloader.py: remove cli wildcard import

2008-09-24  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, test/yum-utils-pylintrc, yumdownloader.py: Added
	'pylint' target to Makefile Added pylint rc file yumdownloader
	cleanup based on pylint messages

2008-09-19  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: removed skip-broken plugin

2008-09-19  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils  * 'master'
	of ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils:   Don't
	hide download errors in downloadonly mode   updated ChangeLog
	bumped yum-utils version to 1.1.17   Use calcColumns in keys plugin
	Pass used_map to _has_id from ysp_should_filter_pkg, fixes bug
	462372

2008-09-19  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/remove-with-leaves/remove-with-leaves.py: document the
	fixme a bit better

2008-09-19  James Antill <james@and.org>

	* plugins/downloadonly/downloadonly.py: Don't hide download errors
	in downloadonly mode

2008-09-17  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2008-09-17  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.17

2008-09-16  James Antill <james@and.org>

	* plugins/keys/keys.py: Use calcColumns in keys plugin

2008-09-15  James Antill <james@and.org>

	* plugins/security/security.py: Pass used_map to _has_id from
	ysp_should_filter_pkg, fixes bug 462372

2008-09-15  Seth Vidal <skvidal@fedoraproject.org>

	* yum-complete-transaction.py: do the same for y-c-t -
	setup_locale()

2008-09-15  James Antill <james@and.org>

	* yum-builddep.py: Use the setup_locale call instead of copy&paste

2008-09-15  Seth Vidal <skvidal@fedoraproject.org>

	* yum-builddep.py: add all the crazy locale code from
	yum-complete-transaction to yum-build-dep so our confirmation can
	work on non-C and on-US locales.

2008-09-09  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/remove-with-leaves/remove-with-leaves.py: get rid of
	interactive - since it isn't really interactive

2008-09-08  Seth Vidal <skvidal@fedoraproject.org>

	* yum-utils.spec: add conf file, too

2008-09-08  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/remove-with-leaves/remove-with-leaves.conf,
	plugins/remove-with-leaves/remove-with-leaves.py, yum-utils.spec: 
	add remove-with-leaves plugin and update spec file

2008-09-02  James Antill <james@and.org>

	* plugins/keys/keys.py: Add repoid data to info/data output. Don't
	display the gpg-pubkey noise

2008-08-29  James Antill <james@and.org>

	* plugins/security/security.py: Count packages in the transaction
	like listTransaction does

2008-08-28  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile:  make a gpg signed tag when using 'make release'

2008-08-28  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: add a parens to unbreak reposync

2008-08-27  James Antill <james@and.org>

	* plugins/filter-data/filter-data.py: Fix typo in filter-data plugin


2008-08-27  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: remove some test stuff from Makefile

2008-08-27  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: fix the awk voodoo, to do the right thing

2008-08-27  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2008-08-27  Tim Lauridsen <timlau@fedoraproject.org>

	* yum-utils.spec: bumped yum-utils version to 1.1.16

2008-08-27  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: Make the uploaded srpm have the right name

2008-08-27  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: strip the %{dist} from release

2008-08-27  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: Added  to make the build work

2008-08-27  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Fix follow_obsoletes in
	versionlock

2008-08-27  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Fix follow_obsoletes in
	versionlock

2008-08-27  James Antill <james@and.org>

	* yum-NetworkManager-dispatcher: Add the NetworkManager dispatcher
	script

2008-08-26  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile: Added separate 'test-cleanup' Makefile tag to make it
	easier to cleaup a failed 'make test-release'  Use 'make
	test-release' to test that every thing builds ok.  if something
	fails then use make 'test-cleanup' to cleanup

2008-08-23  James Antill <james@and.org>

	* yum-utils.spec: Fix the yum-groups-manager man page filename in
	the specfile

2008-08-23  James Antill <james@and.org>

	* docs/Makefile, docs/yum-groups-manager.1, yum-groups-manager.py,
	yum-utils.spec: Write man page for yum-groups-manger, tweak the cmd
	a bit to match docs

2008-08-22  James Antill <james@and.org>

	* plugins/keys/keys.py: Allow keys plugin to remove repo. GPG keys

2008-08-22  James Antill <james@and.org>

	* plugins/keys/keys.py, yum-utils.spec: List/info keys used for
	repo. signing, as well as rpm ones

2008-08-21  James Antill <james@and.org>

	* yum-groups-manager.py:  Trap IO exceptions, allow just group metadata changes (no package
	 name additions/removals).

2008-08-21  James Antill <james@and.org>

	* yum-groups-manager.py: Allow yum-groups-manager to remove packages
	and rename. Also some tweaks

2008-08-20  James Antill <james@and.org>

	* Makefile, yum-utils.spec: Add yum-groups-manager into the
	build/install

2008-08-20  James Antill <james@and.org>

	* yum-groups-manager.py: Add the initial version of the
	yum-groups-manager command, seems to work :)

2008-08-16  James Antill <james@and.org>

	* plugins/changelog/changelog.py: Allow changelog's dateutil to be a
	soft dependency, for RHEL/CentOS

2008-08-16  Tim Lauridsen <timlau@fedoraproject.org>

	* yumdownloader.py: print a more sane error message on RepoError (rh
	#458501)

2008-08-13  Ville Skyttä <ville.skytta@iki.fi>

	* package-cleanup.py: Improve default leaf regex, make it case
	insensitive.  Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>

2008-08-16  Tim Lauridsen <timlau@fedoraproject.org>

	Merge branch 'master' of
	ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils

2008-08-13  Ville Skyttä <ville.skytta@iki.fi>

	* docs/repoquery.1, repoquery.py: Alias -R to --requires.
	Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>

2008-08-14  James Antill <james@and.org>

	* plugins/filter-data/filter-data.py: Minor speedup when filtering
	on committer as well as another thing(s)

2008-08-14  James Antill <james@and.org>

	* plugins/filter-data/filter-data.py, yum-utils.spec: Use to_str
	instead of just str() so we don't try and go from unicode to str

2008-08-14  James Antill <james@and.org>

	* plugins/filter-data/filter-data.py:  Allow available/recent list commands.  Don't require other MD
	 download if we aren't using it.

2008-08-12  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog, yum-utils.spec: fixed license tag

2008-08-11  James Antill <james@and.org>

	* docs/yum-security.8: Explain the update-minimal problem of deps.
	bringing in the newest versions

2008-08-10  James Antill <james@and.org>

	* repoquery.py, yum-utils.spec: Use the new setup_locale yum call,
	and bump the requires version

2008-08-08  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Do special handling for
	file: before starting the threading

2008-08-07  James Antill <james@and.org>

	* Makefile, yum-utils.spec: Add yum-NetworkManager-dispatcher pkg,
	closes bug#437808

2008-08-07  tla@dk.ibm.com <tla@tlaws.local>

	* ChangeLog: updated ChangeLog

2008-08-07  tla@dk.ibm.com <tla@tlaws.local>

	* yum-utils.spec: bumped yum-utils version to 1.1.15

2008-08-06  James Antill <james@and.org>

	* yum-utils.spec: Put the tmprepo version back to the right version


2008-08-06  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py, yum-utils.spec: Due to repo_gpgcheck
	we can make tmprepo fully backwards compat.

2008-08-06  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py: Allow --tmprepo=~/blah/... to be nice


2008-08-06  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py: Fix tmprepo gpgcheck to use the new
	new, config.

2008-08-06  James Antill <james@and.org>

	* yum-utils.spec: Fix minor text overflow in yum-fedorakmod specfile
	description

2008-08-05  James Antill <james@and.org>

	* yum-utils.spec: Split specfile plugins variable across multiple
	lines to help patch/diff out

2008-08-05  James Antill <james@and.org>

	* yum-utils.spec: Tidy up description overflow in specfile

2008-08-04  James Antill <james@and.org>

	* plugins/security/security.py: Test for '0' epochs and not None in
	list-security

2008-08-04  James Antill <james@and.org>

	* plugins/security/security.py: Output list-security data in oldest
	to newest pkgs

2008-08-04  James Antill <james@and.org>

	* plugins/security/security.py:  Don't show 0: for 0 epochs in list-security

2008-08-05  tla@dk.ibm.com <tla@tlaws.local>

	* reposync.py: Add option to fetch comps.xml to reposync by Mohd
	Izhar Firdaus Ismail (duke bz#856)

2008-08-04  Seth Vidal <skvidal@fedoraproject.org>

	* verifytree.py: clean out the manual image checking and make the
	treeinfo check return the BAD_IMAGES value

2008-08-04  Seth Vidal <skvidal@fedoraproject.org>

	* verifytree.py: add optional .treeinfo [checksums] parsing

2008-08-04  James Antill <james@and.org>

	* yum-builddep.py: Allow yum-builddep to use "extras"
	(installed/not-available pacakges

2008-08-04  James Antill <james@and.org>

	* docs/yum-security.8, plugins/security/security.py:  Change the yum-security documentation to reflect the new behaviour.
	 Make update-minimal default to the true updateinfo minimal case
	 (takes the oldest notice data).

2008-07-25  James Antill <james@and.org>

	* plugins/security/security.py, yum-utils.spec:  Initial WFM. Security plugin overhaul:    Go back to all previous
	 updates looking for matches.    Add update-minimal which will do a
	 minimal update given the specs. (security only by default).   Eg.
	 Given:  pkgA-1 installed pkgA-2 (security update, BZ 69) pkgA-3
	 (Bugfix update, BZ 69) pkgA-4 (security update) pkgA-5 (Bugfix
	 update) pkgA-6 (Bugfix update)  ...then (assuming we see all of the
	 above, and "update" would move us to pkgA-6):  1. update --security
	 will now move from pkgA-1 to pkgA-6  2. update-minimal will move
	 from pkgA-1 to pkgA-4  3. update --bz=69 will now move from pkgA-1
	 to pkgA-6  4. update-minimal --bz=69 will now move from pkgA-1 to
	 pkgA-3  ...list-sec will also list all relevant notices from the
	 installed version to the latest available version.   Also minor
	 i18n python-2.4.z fix.   Requires yum-3.2.18

2008-07-29  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py: Make true/false work for gpgcheck in
	tmprepo

2008-07-28  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py, yum-utils.spec: Update tmprepo to use
	CaselessSelectionOption() and understand the new gpgcheck

2008-07-28  James Antill <james@and.org>

	* docs/Makefile, docs/yum-changelog.conf.5, docs/yum-versionlock.1,
	docs/yum-versionlock.conf.5, plugins/versionlock/versionlock.py,
	yum-utils.spec: Add versionlock man pages

2008-07-27  James Antill <james@and.org>

	* docs/yum-changelog.1: Remove copy and pasted extra text from
	yum-changelog man page

2008-07-27  James Antill <james@and.org>

	* plugins/versionlock/versionlock.conf,
	plugins/versionlock/versionlock.py: Optionally do obsoletes
	processing for versionlock

2008-07-27  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Allow locking to multiple
	EVR's

2008-07-25  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Add downgrade_ftp option,
	so that they are still usable ... but never used

2008-07-25  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.conf, plugins/tmprepo/tmprepo.py: Merge
	the gpgcheck upstream config. changes into tmprepo

2008-07-21  Seth Vidal <skvidal@fedoraproject.org>

	* package-cleanup.py: fix for bug number rh #456062. This is fine in
	more current yum's but it is an easy step-around for fc8.

2008-07-21  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py:  Add a --tmprepo-keep-created option to do the unthinkable.  Fix
	 tmprepo with local files.  Tweak the repoid's generated to be more
	 usable.  Do the DB generation in createrepo, esp. for "saved tmp.
	 repos"  Don't do everything twice when group funcs make yum call
	 reposetup twice.

2008-07-21  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py, yum-utils.spec: Add _local_ directory
	support to tmprepo, requires createrepo.

2008-07-07  Seth Vidal <skvidal@fedoraproject.org>

	* yum-utils.spec: add verifytree to spec file

2008-07-07  Seth Vidal <skvidal@fedoraproject.org>

	* Makefile, verifytree.py: add verifytree to yum-utils

2008-07-03  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Skip testing mirrors
	twice, when postreposetup_hook() is called twice

2008-07-01  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Don't skip just because
	the file doesn't exist, stupid os.access()

2008-07-01  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Do as much parallelism as
	possible on testing URLs

2008-07-01  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Use _base.conf.cache not
	the option, works in yumm/yumex/pirut

2008-07-01  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: if we hit a repoerror downloading a package, just
	output the error and move along don't make it fatal

2008-06-27  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Work in cacheonly mode if
	we can't write to the datafile

2008-06-27  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py: Fix typo in fastestmirror


2008-06-26  James Antill <james@and.org>

	* plugins/fastestmirror/fastestmirror.py:  Make fastestmirror faster, mostly in the cached case, now CentOS
	 has made it mandatory without speaking to anyone:  . Skip
	 processing of repos with only a single URL  . Do
	 socket.setdefaulttimeout() once.   Restore to the "default"
	 socket.setdefaulttimeout() if we change it.  . Resolve the cached
	 timeout data within the main thread (main fix).   Don't do any
	 locking if we don't spawn any threads.  . Use the host() function
	 in PollThread.

2008-06-22  Seth Vidal <skvidal@fedoraproject.org>

	* yum-debug-dump.py:  - make yum-debug-dump not traceback when run and repositories are
	 not    accessible  - add a --norepos option to not dump out the
	 repositories.

2008-06-17  Tim Lauridsen <timlau@fedoraproject.org>

	* repotrack.py: fixed Traceback, caused by use of self outside class
	(rhbz #451725)

2008-06-09  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/keys/keys.py: import PluginYumExit from plugins in keys

2008-06-03  Jack Neely <jjneely@ncsu.edu>

	* plugins/fedorakmod/fedorakmod.py: Port from upstream changes to
	ignore kernels that are to be erased.

2008-06-02  Tim Lauridsen <tla@rasmil.dk>

	* repoquery.py: fixes unicode error when running as LANG=C

2008-06-02  Tim Lauridsen <tla@rasmil.dk>

	* debuginfo-install.py, repodiff.py, yum-complete-transaction.py,
	yumdownloader.py: Used the same cli setup (LANG,UTF-8) as in yum-cli
	(rhbz #445916)

2008-05-30  Tim Lauridsen <tla@rasmil.dk>

	* plugins/refresh-updatesd/refresh-updatesd.py: revert previous
	commit and add another solution

2008-05-30  Tim Lauridsen <tla@rasmil.dk>

	* plugins/refresh-updatesd/refresh-updatesd.py: Make the plugin a
	little simpler so it dont fails (rhbz #437254)

2008-05-29  Tim Lauridsen <tim@naboo.local>

	* repodiff.py: more same way of setting locale (i hope)

2008-05-29  Tim Lauridsen <tla@rasmil.dk>

	* repodiff.py: Make repodiff always run in LANG=C

2008-05-23  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: [fastestmirror] Make sure
	the 'cacheonly' option exists before checking it (rh#448062)

2008-05-23  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror-asyncore.py,
	plugins/fastestmirror/fastestmirror-asyncore/fastestmirror-asyncore
	.py: Hide the fastestmirror-asyncore plugin until we're ready to
	ship it

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target a little better

2008-05-22  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Make test-release target to Makefile, to make it easier
	test the build of a releases without sending it to HEAD

2008-05-21  Tim Lauridsen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2008-05-21  Tim Lauridsen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.14

2008-05-21  Tim Lauridsen <tla@rasmil.dk>

	* docs/Makefile: more fixes to make yum utils can build again

2008-05-21  Tim Lauridsen <tla@rasmil.dk>

	* docs/Makefile: more fixes to make yum utils can build again

2008-05-21  Tim Lauridsen <tla@rasmil.dk>

	* docs/Makefile, yum-utils.spec: fixed some spec and Makefile
	issues, so yum utils can build again

2008-05-21  Tim Lauridsen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2008-05-21  Tim Lauridsen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.14

2008-05-21  Tim Lauridsen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2008-05-21  Tim Lauridsen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.14

2008-05-19  Luke Macken <lmacken@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@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@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@fedoraproject.org>

	* docs/yum-complete-transaction.8, yum-complete-transaction.py: 
	yum-complete-transaction --cleanup-only

2008-04-28  Seth Vidal <skvidal@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@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@and.org>

	* repoquery.py: Use urlgrabber.progress.format_number for human
	readable output

2008-04-18  James Antill <james@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@and.org>

	* repoquery.py: Remove unused function, add nevra format

2008-04-18  James Antill <james@and.org>

	* docs/repoquery.1, repoquery.py: Add isodate and documentation
	about the special time syntax

2008-04-12  James Antill <james@and.org>

	* plugins/keys/keys.py: Fix keys compare/sort

2008-04-12  James Antill <james@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@and.org>

	* plugins/keys/keys.py: Only root can run keys-remove

2008-04-10  James Antill <james@and.org>

	* yum-utils.spec: Add install code for keys

2008-04-10  James Antill <james@and.org>

	* plugins/keys/keys.py: Tweak keys* commands, add keys-remove
	command

2008-04-10  James Antill <james@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@and.org>

	* plugins/filter-data/filter-data.py: Minor tidy thanks to pychecker


2008-04-09  James Antill <james@and.org>

	* plugins/filter-data/filter-data.py: Merge the security fix into
	filter-data

2008-04-09  James Antill <james@and.org>

	* plugins/security/security.py: Give slightly better messages for
	update/upgrade

2008-04-09  James Antill <james@and.org>

	* plugins/security/security.py: Tidy code, due to pychecker

2008-04-09  James Antill <james@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@fedoraproject.org>

	* repodiff.py: - make repodiff sort the output - make -q really mean -q

2008-04-04  Seth Vidal <skvidal@fedoraproject.org>

	* repodiff.py: fix for listing modified pkgs correctly.

2008-04-02  James Antill <james@and.org>

	* plugins/verify/verify.py: Do needTs logic in verify comand

2008-04-02  James Antill <james@and.org>

	* plugins/changelog/changelog.py: Do the list needTs logic in
	changelog comand

2008-04-02  James Antill <james@and.org>

	* plugins/aliases/aliases.py: Don't need Ts for alias

2008-04-02  James Antill <james@and.org>

	* plugins/list-data/list-data.py: Do the list needTs logic in
	list/info-data comands

2008-03-31  James Antill <james@and.org>

	* docs/Makefile, yum-utils.spec: Add install lines of yum-aliases
	man page

2008-03-31  James Antill <james@and.org>

	* docs/yum-aliases.1: Add docs. for yum-aliases plugin

2008-03-26  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror-asyncore.py: Add an threadless
	version of fastestmirror that uses the asyncore module

2008-03-22  James Bowes <jbowes@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@fedoraproject.org>

	* yum-utils.spec: add python-dateutil requires to yum-changelog for
	rh bug 438585

2008-03-21  Tim Lauridsen <tim@naboo.local>

	* ChangeLog: updated ChangeLog

2008-03-21  Tim Lauridsen <tim@naboo.local>

	* yum-utils.spec: bumped yum-utils version to 1.1.13

2008-03-21  Tim Lauridsen <tim@naboo.local>

	* docs/Makefile: more Makefile changes to install
	yum-complete-transaction in sbin and docs to man8

2008-03-21  Tim Lauridsen <tim@naboo.local>

	* Makefile: more Makefile changes to install
	yum-complete-transaction in sbin and docs to man8

2008-03-21  Tim Lauridsen <tim@naboo.local>

	* Makefile, docs/Makefile, yum-utils.spec: Makefile changes to
	install yum-complete-transaction in sbin and docs to man8

2008-03-21  Tim Lauridsen <tim@naboo.local>

	* ChangeLog: updated ChangeLog

2008-03-21  Tim Lauridsen <tim@naboo.local>

	* ChangeLog: bumped yum-utils version to 1.1.12

2008-03-21  Tim Lauridsen <tim@naboo.local>

	* yum-utils.spec: bumped yum-utils version to 1.1.12

2008-03-21  Tim Lauridsen <tim@naboo.local>

	* plugins/fastestmirror/fastestmirror.py: Added doc strings to
	fastestmirror plugin by Kulbir Saini

2008-03-20  Seth Vidal <skvidal@fedoraproject.org>

	* repoclosure.py: add --repofrompath option to repoclosure to make
	jkeating happy. --repofrompath=repoid,url://to/repo

2008-03-19  Seth Vidal <skvidal@fedoraproject.org>

	* docs/yum-complete-transaction.8, docs/yum-utils.1: add man pages
	properly *boggle*

2008-03-19  Seth Vidal <skvidal@fedoraproject.org>

	* docs/yum-complete-transaction.1, yum-utils.spec: - apply patch from Shawn Starr which does:  - yum utils  man page  -
	move yum-complete-transaction to /usr/sbin  - move
	yum-complete-transaction manpage to be .8 not .1

2008-03-17  Seth Vidal <skvidal@fedoraproject.org>

	* repodiff.py: output summary info for size changes and total diff.
	this is mostly b/c james a. is not wrong, but he's still a pain :)

2008-03-17  Seth Vidal <skvidal@fedoraproject.org>

	* repodiff.py: add --size option to repodiff to output size changes
	among changed pkgs

2008-03-14  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py: for rhbug #437427 - only install debuginfo's
	for deps if the requirment is a library of some type. So we check if
	the requirement contains ".so". if it does, install it, too.

2008-03-13  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py: apply patch from Jan Kratochvil
	(jan.kratochvil@redhat.com) to make debuginfo-install obey arch

2008-03-13  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: move info to the top of the list b/c it makes the
	most sense for it to be first

2008-03-13  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py, repotrack.py: fix rh bug: 427724 - add --arch to
	repotrack fix minor bug with --urls in reposync

2008-03-13  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils  * 'master'
	of ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils:   The
	pinKernels functionality fails pretty badly if it can't match your
	make yumdownloader wine\* download all packages starting with wine
	(rhbz #435096)   make yumdownloader return an non zero value if
	there is notthing to download (rhbz #170287)   Fix man page bug,
	from RHEL testing   Add yum compatible arg.   Move debugging message
	to level 4

2008-03-13  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/merge-conf/merge-conf.py: slight edit to make it clearer
	what we're doing for bug 329261

2008-03-13  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/merge-conf/merge-conf.py: - make sure the user invokved merge-conf on the cli - only run if
	conf.assumeyes is not set  fixes rh bug 329261

2008-03-12  Jack Neely <jjneely@ncsu.edu>

	Merge branch 'master' of
	ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils

2008-03-12  Jack Neely <jjneely@ncsu.edu>

	* plugins/fedorakmod/README, plugins/fedorakmod/fedorakmod.py: The
	pinKernels functionality fails pretty badly if it can't match your
	running kernel with a kernel package that it knows about.  In this
	case we grab the highest EVR kernel that we know about and attempt
	to mimic the kernel modules setup for that kernel.  This is handy in
	the %post of a kickstart as kernel pinning was always broken there
	or when some body erases your kernel.

2008-03-12  Tim Lauridsen <tim@naboo.local>

	* yumdownloader.py: make yumdownloader wine\* download all packages
	starting with wine (rhbz #435096)

2008-03-12  Tim Lauridsen <tim@naboo.local>

	* yumdownloader.py: make yumdownloader return an non zero value if
	there is notthing to download (rhbz #170287)

2008-03-12  James Antill <james@and.org>

	* docs/yum-filter-data.1: Fix man page bug, from RHEL testing

2008-03-11  James Antill <james@and.org>

	* repoquery.py: Add yum compatible arg.

2008-03-11  James Antill <james@and.org>

	* plugins/aliases/aliases.py: Move debugging message to level 4

2008-03-07  Seth Vidal <skvidal@fedoraproject.org>

	* yumdownloader.py: make sure noarch and other sub-arch downloads
	still work with --archlist

2008-03-06  Seth Vidal <skvidal@fedoraproject.org>

	* yumdownloader.py: merge jesse keatings patch for --archlist in
	yumdownloader

2008-03-06  Seth Vidal <skvidal@fedoraproject.org>

	* yum-complete-transaction.py: make sure the ts file exists before
	we unlink it.

2008-03-06  Seth Vidal <skvidal@fedoraproject.org>

	* yum-complete-transaction.py: if the transaction we're cleaning up
	fails or exited for ANY REASON do not remove the old transaction
	files so the user can do it again after they've fixed whatever broke


2008-03-06  James Antill <james@and.org>

	* plugins/list-data/list-data.py:  Show unique values in info-* for size range, and baseurl.  Make
	 buildhosts output much more readable (use dnsdomainname grouping).


2008-03-01  James Antill <james@and.org>

	* docs/Makefile, docs/yum-verify.1, plugins/verify/verify.conf,
	plugins/verify/verify.py, yum-utils.spec: Add verify plugin, and
	documentation

2008-02-27  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.py: Minor cleanup

2008-02-25  Seth Vidal <skvidal@fedoraproject.org>

	* repodiff.py: - add obsoletes reporting for non-srpm comparisons. This takes all
	the removed packages and sees if anything in the new packages
	obsoletes them. Only works for binary packages b/c srpms don't
	obsolete things.  - added -a, --archlist option to handle looking at
	other arches as well as src rpms

2008-02-22  James Antill <james@and.org>

	* docs/yum-changelog.1, plugins/changelog/changelog.py: Add recent
	lists, and allow number of changelogs instead of date

2008-02-22  James Antill <james@and.org>

	* plugins/list-data/list-data.py: Add recent lists

2008-02-21  Seth Vidal <skvidal@fedoraproject.org>

	* repomanage.py: spell payload right - thanks to Chris Aillon :)

2008-02-20  James Antill <james@and.org>

	* plugins/aliases/aliases: Try and make the repo enable aliases more
	useful

2008-02-20  James Antill <james@and.org>

	* plugins/versionlock/versionlock.list, yum-utils.spec: Create an
	empty versionlock file, so we can have it enabled by default

2008-02-20  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Revert "Fix non-existant
	version lock file SNAFU"  This reverts commit
	3a2d1fdf53635a8929693494b4fbacc2a5bf4545.   All bugs are features
	for someone.

2008-02-20  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py: make sure debuginfo-install obeys/sets yum
	locks

2008-02-20  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Fix non-existant version lock
	file SNAFU

2008-02-20  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Redo versionlock logic for
	major speedup in non-update cases

2008-02-20  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Add obvious speedup to
	versionlock when no packages versionlocked.

2008-02-20  James Antill <james@and.org>

	* plugins/versionlock/versionlock.conf: Auto enable versionlock on
	install, as all other plugins do

2008-02-20  James Antill <james@and.org>

	* plugins/versionlock/versionlock.py: Fix versionlock plugin

2008-02-19  James Antill <james@and.org>

	* yum-utils.spec: Fix typo

2008-02-19  James Antill <james@and.org>

	* plugins/changelog/changelog.py: Output the normal list headers

2008-02-18  James Antill <james@and.org>

	* docs/yum-changelog.1, plugins/changelog/changelog.py: Add
	changelog command to yum-changelog

2008-02-18  James Antill <james@and.org>

	* plugins/fedorakmod/fedorakmod.py: Fix two == None bugs

2008-02-16  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py, yumdownloader.py: repoquery: fix a typo in
	--enablerepos handling yumdownloader: clean up some crap - make sure
	that for --enablerepo'd repos that the cachedir is set properly

2008-02-15  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: make enablerepo behave like yum enablerepo - not
	like repoid

2008-02-15  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: support --enablerepo/disablerepo in repoquery so it
	is more like other yum-utils

2008-02-15  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: make sure we catch the trace if we're in caching
	mode and there is no metadata thanks to Bill Nottingham for
	reporting this one.

2008-02-14  Seth Vidal <skvidal@fedoraproject.org>

	* docs/package-cleanup.1: apply docs patch from Matej Cepl for rh
	bug 429158

2008-02-13  James Antill <james@and.org>

	* plugins/refresh-updatesd/refresh-updatesd.py: Do the import

2008-02-13  James Antill <james@and.org>

	* plugins/refresh-updatesd/refresh-updatesd.py: Don't refresh
	yum-updatesd if we can't have updated anything

2008-02-11  James Antill <james@and.org>

	* plugins/aliases/aliases.py: Remove i18n _ from aliases until we
	have one

2008-02-08  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils  * 'master'
	of ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils: (22
	commits)    Change groups => rpm-groups, yum-groups => groups. Minor
	fixes   Fix copy and paste problem   Add yum groups, to filter-data
	and list-data   Fix the man8 to man1 move in specfile   Remove left
	overs from copy and paste. Also add group examples   Add
	yum-filter-data man page   Don't split values with spaces in their
	names, on spaces   Man page for yum-list-data plugin, apparently
	less /usr/lib/yum-plugins/*.py is not enough for everyone :)   Use
	full command name   Add upgrade as a valid command to security
	The compliment to the list-data plugin, allows you to filter
	packages based   Keep the .strip() result for all strings   Add
	special case for "zero length" sizes   updated ChangeLog   bumped
	yum-utils version to 1.1.11   Add --tmprepo as a plugin   New help
	info. for aliases   Add support for the new help   Add support for
	the new help   Fix bad import   ...

2008-02-08  Seth Vidal <skvidal@fedoraproject.org>

	* yum-utils.spec: add more detail to the description so searches
	match more

2008-02-05  James Antill <james@and.org>

	* docs/yum-filter-data.1, docs/yum-list-data.1,
	plugins/filter-data/filter-data.py, plugins/list-data/list-data.py:  Change groups => rpm-groups, yum-groups => groups. Minor fixes

2008-02-05  James Antill <james@and.org>

	* docs/yum-filter-data.1: Fix copy and paste problem

2008-02-05  James Antill <james@and.org>

	* docs/yum-filter-data.1, docs/yum-list-data.1,
	plugins/filter-data/filter-data.py, plugins/list-data/list-data.py: 
	Add yum groups, to filter-data and list-data

2008-02-04  James Antill <james@and.org>

	* yum-utils.spec: Fix the man8 to man1 move in specfile

2008-02-04  James Antill <james@and.org>

	* docs/yum-filter-data.1: Remove left overs from copy and paste.
	Also add group examples

2008-02-04  James Antill <james@and.org>

	* docs/Makefile, docs/yum-filter-data.1, docs/yum-list-data.1,
	yum-utils.spec: Add yum-filter-data man page

2008-02-04  James Antill <james@and.org>

	* plugins/filter-data/filter-data.py: Don't split values with spaces
	in their names, on spaces

2008-02-04  James Antill <james@and.org>

	* docs/Makefile, docs/yum-list-data.1, yum-utils.spec: Man page for
	yum-list-data plugin, apparently less /usr/lib/yum-plugins/*.py is
	not enough for everyone :)

2008-02-04  James Antill <james@and.org>

	* docs/yum-security.8: Use full command name

2008-02-01  James Antill <james@and.org>

	* plugins/security/security.py: Add upgrade as a valid command to
	security

2008-02-01  James Antill <james@and.org>

	* plugins/filter-data/filter-data.conf,
	plugins/filter-data/filter-data.py, yum-utils.spec:  The compliment to the list-data plugin, allows you to filter
	 packages based on arbitrary package data.

2008-01-31  James Antill <james@and.org>

	* plugins/list-data/list-data.py: Keep the .strip() result for all
	strings

2008-01-31  James Antill <james@and.org>

	* plugins/list-data/list-data.py: Add special case for "zero length"
	sizes

2008-01-30  Tim Lauridsen <tim@naboo.local>

	* ChangeLog: updated ChangeLog

2008-01-30  Tim Lauridsen <tim@naboo.local>

	* yum-utils.spec: bumped yum-utils version to 1.1.11

2008-01-28  James Antill <james@and.org>

	* plugins/tmprepo/tmprepo.conf, plugins/tmprepo/tmprepo.py,
	yum-utils.spec: Add --tmprepo as a plugin

2008-01-28  James Antill <james@and.org>

	* plugins/aliases/aliases.py: New help info. for aliases

2008-01-25  James Antill <james@and.org>

	* plugins/security/security.py: Add support for the new help

2008-01-25  James Antill <james@and.org>

	* plugins/list-data/list-data.py: Add support for the new help

2008-01-25  James Antill <james@and.org>

	* plugins/list-data/list-data.py: Fix bad import

2008-01-25  James Antill <james@and.org>

	* plugins/priorities/priorities.py: Make yum-priorities not eat CPU
	just by installing it

2008-01-23  James Antill <james@and.org>

	* plugins/list-data/list-data.py: Use .committer property in HEAD
	yum

2008-01-23  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py, repoclosure.py, repodiff.py, repomanage.py,
	repotrack.py, yum-complete-transaction.py: add better usage
	explanations to a lot of yum-utils. helps to give people an idea
	what the tool is used for.

2008-01-15  James Antill <james@and.org>

	* plugins/list-data/list-data.conf, plugins/list-data/list-data.py,
	yum-utils.spec:  List vendors, groups, packagers, buildhosts, licenses, arches,
	 buildhosts, baseurls, package-sizes, archive-sizes,
	 installed-sizes, committers

2008-01-19  James Antill <james@and.org>

	* docs/package-cleanup.1: Reorder option docs to be sorted

2008-01-19  James Antill <james@and.org>

	* docs/package-cleanup.1: Remove duplicate doc

2008-01-18  Seth Vidal <skvidal@fedoraproject.org>

	* repodiff.py: make sure this only operates on src rpms b/c
	otherwise bad things happen

2008-01-18  James Antill <james@and.org>

	* yum-utils.spec: Fix typo

2008-01-17  Seth Vidal <skvidal@fedoraproject.org>

	* repodiff.py: add -q, --new and --old options to repodiff. Correct
	some logic issues in the diffing, fix up the output to a pipe

2008-01-16  James Antill <james@and.org>

	* yumdownloader.py: Remove hack for *-source repos.

2008-01-16  James Antill <james@and.org>

	* yumdownloader.py:  Real fix for the __len__ problem. Don't disableRepo() and then
	 enable it, this even do the disable last ... oops.

2008-01-13  Seth Vidal <skvidal@fedoraproject.org>

	add repodiff, merge yum-utils.spec

2008-01-13  Seth Vidal <skvidal@fedoraproject.org>

	* Makefile, repodiff.py, yum-utils.spec: add repodiff

2008-01-10  James Antill <james@and.org>

	* plugins/aliases/aliases.py: Workaround for bad yum module users

2008-01-09  James Antill <james@and.org>

	* plugins/security/security.py: Remove extra newlines, __str__
	already leads with one

2008-01-09  James Antill <james@and.org>

	* plugins/aliases/aliases: Remove empty lss alias and minor cleanup


2008-01-03  Tim Lauridsen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2008-01-03  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: bumped yum-utils version to 1.1.10

2008-01-03  Tim Lauridsen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2008-01-03  Tim Lauridsen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.10

2008-01-03  Tim Lauridsen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2008-01-03  Tim Lauridsen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.10

2007-12-21  James Antill <james@and.org>

	* plugins/aliases/aliases.py: Quick work around for yumex

2007-12-21  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py: make sure we're root to run
	debuginfo-install closes rh bug #426470

2007-12-20  James Antill <james@and.org>

	* .gitignore: Match foo.py~ for backup files

2007-12-20  James Antill <james@and.org>

	* yum-utils.spec: Fix typo

2007-12-20  James Antill <james@and.org>

	* yum-utils.spec: Add yum-aliases to the specfile

2007-12-20  James Antill <james@and.org>

	* plugins/aliases/aliases, plugins/aliases/aliases.conf,
	plugins/aliases/aliases.py: Add aliases module

2007-12-17  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/ChangeLog,
	plugins/fastestmirror/fastestmirror.py: Update fastestmirrors
	ChangeLog, and do a rev bump

2007-12-17  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: Strip any
	username:passwords from our mirrors hostname before we display it

2007-12-17  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: Only display our mirrors
	if we have some

2007-12-17  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/priorities/priorities.py: apply patch to fix rh bug:
	421961 - make sure we're passing in opts before we get the value of
	the opts.

2007-12-12  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils  * 'master'
	of ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils:   Move
	conduit.getPackages until needed, as it takes significant time

2007-12-12  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: make sure that our repo url has a trailing /,
	otherwise urljoin does the wrong thing. We should probably append
	this higher up in the stack, too.  closes rh bug: 421801

2007-12-11  James Antill <james@and.org>

	* plugins/basearchonly/basearchonly.py: Move conduit.getPackages
	until needed, as it takes significant time

2007-12-10  Seth Vidal <skvidal@fedoraproject.org>

	* yum-complete-transaction.py: make yum-complete-transaction
	backward compat to yum 3.2.7/3.2.8

2007-12-10  Seth Vidal <skvidal@fedoraproject.org>

	* docs/Makefile: add complete-transaction to doc makefile, too

2007-12-10  Seth Vidal <skvidal@fedoraproject.org>

	* Makefile, docs/yum-complete-transaction.1,
	yum-complete-transaction.py, yum-utils.spec: add
	yum-complete-transaction man page and update specfile/makefile

2007-12-10  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils  * 'master'
	of ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils:   Fix
	unreferenced variable in repoclosure.py   updated ChangeLog   bumped
	yum-utils version to 1.1.9   bumped yum-utils version to 1.1.9

2007-12-10  Seth Vidal <skvidal@fedoraproject.org>

	* yum-complete-transaction.py: implement yum-util to clean up
	unfinished/aborted transactions using
	transaction-done/transaction-all files.

2007-12-07  Luke Macken <lmacken@redhat.com>

	* repoclosure.py: Fix unreferenced variable in repoclosure.py

2007-12-07  Tim Lauridsen <tim@naboo.local>

	* ChangeLog: updated ChangeLog

2007-12-07  Tim Lauridsen <tim@naboo.local>

	* ChangeLog, yum-utils.spec: bumped yum-utils version to 1.1.9

2007-12-07  Tim Lauridsen <tim@naboo.local>

	* yum-utils.spec: bumped yum-utils version to 1.1.9

2007-12-06  Seth Vidal <skvidal@fedoraproject.org>

	* package-cleanup.py: get rid of the confirmation to clean up old
	dupes when there are no dupes to clean up. rh bug: 328711

2007-12-03  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/ChangeLog,
	plugins/fastestmirror/fastestmirror.conf,
	plugins/fastestmirror/fastestmirror.py: Support multiple mirror
	excludes in fastestmirror

2007-12-03  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/ChangeLog: update fastestmirrors ChangeLog

2007-12-03  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: Add an 'exclude'
	configuration option to fastestmirror (Bug #407471)

2007-12-03  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.conf,
	plugins/fastestmirror/fastestmirror.py: Add a maxthreads
	configuration option to fastestmirror (Bug #227772)

2007-12-03  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: Actually display the
	fastest mirrors

2007-12-03  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: Remove unused
	PluginYumExit import

2007-11-23  Tim Lauridsen <tla@rasmil.dk>

	* package-cleanup.py: Added patch by Ville Skytta to make
	'package-cleanup --leaves' catch *lib and *libs

2007-11-21  Seth Vidal <skvidal@fedoraproject.org>

	* yum-builddep.py: port yum-builddep to YumUtilBase format. Make it
	actually, work :) closes rh bug #381291

2007-11-21  Seth Vidal <skvidal@fedoraproject.org>

	* package-cleanup.py: clean up a deprecation

2007-11-19  Tim Lauridsen <tla@rasmil.dk>

	* plugins/basearchonly/basearchonly.conf,
	plugins/basearchonly/basearchonly.py: basearchobly patch by Adel
	Gadllah * Fix system-install-packages crash on F8 * Add wildcard
	support to whitelist * Add all wine packages to the default
	whitelist on x86 (wine*)

2007-11-12  Tim Lauridsen <tim@localhost.localdomain>

	* Makefile, plugins/priorities/ChangeLog,
	plugins/priorities/priorities.py: Added optparser check in
	priorities plugin (bz #847)

2007-11-05  Tim Lauridsen <tla@rasmil.dk>

	* plugins/priorities/ChangeLog, plugins/priorities/README,
	plugins/priorities/priorities.py: Make the name.arch checking
	optional in the priorities plugin. This adds the 'only_samearch'
	plugin option and the '--samearch-priorities'

2007-10-29  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/basearchonly/basearchonly.conf: apply patch from Adel
	Gadllah to add libflashsupport to basearchonly-plugin whitelist

2007-10-29  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: apply patch from Bill Nottingham to make repoquery
	more silent when --quiet is specified.

2007-10-29  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/upgrade-helper/cleanup.xml,
	plugins/upgrade-helper/remove-stuff.xml: rename remove-stuff.xml to
	cleanup.xml

2007-10-26  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/upgrade-helper/upgrade-helper.py: make it work with more
	recent matchPackageNames than when I originally wrote it

2007-10-26  Seth Vidal <skvidal@fedoraproject.org>

	* yum-utils.spec: left out upgrade-helper from the list of plugins

2007-10-26  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/upgrade-helper/remove-stuff.xml,
	plugins/upgrade-helper/upgrade-helper.conf,
	plugins/upgrade-helper/upgrade-helper.py, yum-utils.spec: add
	upgrade-helper - this _should_ work - but I'll be testing it some
	more before tagging

2007-10-25  Seth Vidal <skvidal@fedoraproject.org>

	* yumdownloader.py: catch error on download if destdir is not
	writable. closed rh bug 352911

2007-10-17  Tim Lauridsen <timlau@fedoraproject.org>

	* ChangeLog: updated ChangeLog

2007-10-17  Tim Lauridsen <timlau@fedoraproject.org>

	* Makefile, yum-utils.spec: bumped yum-utils version to 1.1.8

2007-10-17  Tim Lauridsen <tim@localhost.localdomain>

	* updateonboot/yum-updateonboot.init, yumdownloader.py: Make
	yumdownloader work as non-root users even if *-source repos is
	enabled in *.repo files or by --enablerepo.

2007-10-17  Seth Vidal <skvidal@fedoraproject.org>

	* yumdownloader.py: catches an error if someone has --enablerepo or
	--disablerepo set and tries to tell them what to do.

2007-10-16  Seth Vidal <skvidal@fedoraproject.org>

	* yumdownloader.py: make sure enabled source repos don't cause
	yumdownloader --source to not do the right thing

2007-10-15  Seth Vidal <skvidal@fedoraproject.org>

	* repo-rss.py: add config file option to repo-rss

2007-10-15  Seth Vidal <skvidal@fedoraproject.org>

	Merge branch 'master' of
	ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils  * 'master'
	of ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils:
	provide more verbose failure information with higher debug level
	check for yum-updatesd being on the bus in case we're using system
	activation   refresh-updatesd: documentation updates
	refresh-updatesd: Remove repos_setup check.   refresh-updatesd: some
	tweaks   fixed issue in debuginfo-install there make it fail with
	plugins there uses conduit.getPackages() (rhbz #249742)   chmod +x
	*.py (make it a little easier to test)   fixed UnboundLocalError:
	local variable 'r_e' referenced before assignment in repoquery
	(convert unicode -> str)   Make package-cleanup --orphans work as no
	root (rhbz #253352)   Fixed yumdownloader --url output to show the
	right url (rhbz #301981)   Allow package name globs on the
	list-sec/info-sec lines   We need to catch when we install a kmod
	with a lower VR than a kmod of   Don't print metadata more than once


2007-10-15  Seth Vidal <skvidal@fedoraproject.org>

	* repo-rss.py: - apply guid patch from ricky zhou to repo-rss.xml - add -a option
	to specify arches that repo-rss should use

2007-10-09  Jeremy Katz <katzj@redhat.com>

	* plugins/refresh-updatesd/refresh-updatesd.py: provide more verbose
	failure information with higher debug level

2007-10-09  Jeremy Katz <katzj@redhat.com>

	* plugins/refresh-updatesd/refresh-updatesd.py: check for
	yum-updatesd being on the bus in case we're using system activation


2007-09-30  James Bowes <jbowes@redhat.com>

	* plugins/refresh-updatesd/README,
	plugins/refresh-updatesd/refresh-updatesd.py, yum-utils.spec: 
	refresh-updatesd: documentation updates

2007-09-30  James Bowes <jbowes@redhat.com>

	* plugins/refresh-updatesd/refresh-updatesd.py: refresh-updatesd:
	Remove repos_setup check.  Since the plugin fires a dbus signal only
	on posttrans, it will only fire if yum is doing something. This is
	enough of a check in itself.

2007-09-28  Bill Nottingham <notting@redhat.com>

	* plugins/refresh-updatesd/refresh-updatesd.py: refresh-updatesd:
	some tweaks  1) Be less verbose, as yum-updatesd might not be
	running 2) Run on posttrans, not close. This stops it continually
	firing off    when I run repoqeury. (Perhaps repoquery shouldn't
	initialize    plugins, but...)  Bill

2007-09-28  Tim Lauridsen <tla@rasmil.dk>

	* debuginfo-install.py: fixed issue in debuginfo-install there make
	it fail with plugins there uses conduit.getPackages() (rhbz #249742)


2007-09-28  Tim Lauridsen <tla@rasmil.dk>

	* debuginfo-install.py, repo-rss.py, repoclosure.py, repomanage.py,
	repoquery.py, reposync.py, repotrack.py, yumdownloader.py: chmod +x
	*.py (make it a little easier to test)

2007-09-28  Tim Lauridsen <tla@rasmil.dk>

	* repoquery.py: fixed UnboundLocalError: local variable 'r_e'
	referenced before assignment in repoquery (convert unicode -> str)

2007-09-28  Tim Lauridsen <tla@rasmil.dk>

	* package-cleanup.py: Make package-cleanup --orphans work as no root
	(rhbz #253352)

2007-09-23  Tim Lauridsen <tla@rasmil.dk>

	* yumdownloader.py: Fixed yumdownloader --url output to show the
	right url (rhbz #301981)

2007-09-19  James Antill <james@code.and.org>

	Fix merge

2007-09-19  Tim Lauridsen <tla@rasmil.dk>

	Merge branch 'yum-sec-upmd-info-uniq' of
	http://people.redhat.com/jantill/gits/yum-utils

2007-09-19  James Antill <james@code.and.org>

	* plugins/security/security.py: Allow package name globs on the
	list-sec/info-sec lines

2007-09-19  Jack Neely <jjneely@ncsu.edu>

	* plugins/fedorakmod/fedorakmod.py: We need to catch when we install
	a kmod with a lower VR than a kmod of the same name that is already
	installed.  RPM doesn't like this so we need to toss in an extra
	flag or the transaction wont proccede.

2007-09-19  James Antill <james@code.and.org>

	* plugins/security/security.py: Don't print metadata more than once


2007-09-18  Tim Lauridsen <tla@rasmil.dk>

	* package-cleanup.py: Added patch by Mathew Miller to make
	package-cleanup return exit code

2007-09-14  Tim Lauridsen <tla@rasmil.dk>

	* yum-utils.spec: do not use wildcards for manpages in yum-utils
	files section to avoid duplicates (rhbz #290171)

2007-09-14  Tim Lauridsen <tla@rasmil.dk>

	* ChangeLog, yum-utils.spec: commited yum-utils.spec & Changelog for
	yum-utils 1.1.7 ( I was some how not committed when i made the
	release :-(

2007-09-11  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: add --plugins support to repoquery, too

2007-09-11  Seth Vidal <skvidal@fedoraproject.org>

	* reposync.py: add option to enable plugins for reposync (helps with
	using it with rhn-plugin)

2007-09-07  Seth Vidal <skvidal@fedoraproject.org>

	* plugins/skip-broken/skip-broken.py: closes rh bug 281881 - don't
	traceback when skip-broken is enabled

2007-09-06  Tim Lauridsen <tla@rasmil.dk>

	* docs/repoquery.1, repoquery.py: Fixed repoquery help & manpage
	with --repofrompath=<repoid>,<url / path>

2007-09-06  Tim Lauridsen <tla@rasmil.dk>

	* repoquery.py: Make the --repofrompath take a repoid, so we know
	what to call the repo'

2007-09-05  Seth Vidal <skvidal@fedoraproject.org>

	* docs/repoquery.1, repoquery.py: add --repofrompath and docs to
	repoquery --repofrompath allows repoquery to query arbitrary paths
	as repositories

2007-09-05  Seth Vidal <skvidal@fedoraproject.org>

	* repoquery.py: merge --recursive patch from Thomas Vander-Stichele


2007-09-05  Tim Lauridsen <tla@rasmil.dk>

	* repoquery.py: Added patch by Bill Nottingham to silence
	progressbars in pipes

2007-09-02  Seth Vidal <skvidal@fedoraproject.org>

	* debuginfo-install.py: make debuginfo-install use function for
	matching correctly

2007-08-17  Tim Lauridsen <tla@rasmil.dk>

	* repoquery.py: Added patch by Panu (rhbz #246519) to make repoquery
	--whatprovides work with root level directories.

2007-08-12  Seth Vidal <skvidal@fedoraproject.org>

	* yum-builddep.py: change exception from PackageSackError to
	YumBaseError to close rh bug #251827

2007-08-08  Luke Macken <lmacken@crow.(none)>

	* plugins/fastestmirror/ChangeLog,
	plugins/fastestmirror/fastestmirror.py: - Add patch from Christopher Aillon to fail quietly when
	fastestmirror does   not have write access to the timed hostfile.
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=237034

2007-08-04  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Repoquery wants to have quiet output by default,
	it's mostly used in scripts where you don't want any extra junk in
	the output: - add --verbose option, default to quiet - honor quiet
	on initialization to avoid messages from plugins as well

2007-08-01  Tim Lauridsen <tla@rasmil.dk>

	* .gitignore: Added .gitignore

2007-08-01  Tim Lauridsen <tla@rasmil.dk>

	* yum-utils.spec: Added basearchonly by Adel Gadllah to the spec
	file

2007-07-31  Tim Lauridsen <tla@rasmil.dk>

	Merge branch 'master' of
	ssh://login.linux.duke.edu/home/groups/yum/git/yum-utils

2007-07-31  Tim Lauridsen <tla@rasmil.dk>

	* plugins/basearchonly/basearchonly.conf,
	plugins/basearchonly/basearchonly.py: Added basearchonly plugin
	files

2007-07-29  Tim Lauridsen <tla@rasmil.dk>

	* plugins/priorities/priorities.py: fixed obsoletes handling (rhbz
	#247246)

2007-07-29  Tim Lauridsen <tla@rasmil.dk>

	* plugins/priorities/priorities.py: revert the latest check_version,
	it is not totally sane

2007-07-29  Tim Lauridsen <tla@rasmil.dk>

	* plugins/priorities/priorities.py: Added full version support to
	priorities plugin (rhbz #249991) Use 'check_versions=1' in
	priorities.conf to use full nerva check, insted of the default na
	check.

2007-07-26  Tim Lauridsen <tla@rasmil.dk>

	* plugins/skip-broken/skip-broken.py: Make skip-broken work again by
	deleting depsolver cache in each run.

2007-07-25  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: changed 'archive' Makefile target to work with
	git-archive (HEAD)

2007-07-24  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Fixed git tagging & pushing to work right

2007-07-24  Tim Lauridsen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2007-07-24  Tim Lauridsen <tla@rasmil.dk>

	* ChangeLog, yum-utils.spec: bumped yum-utils version to 1.1.6

2007-07-24  Tim Lauridsen <tla@rasmil.dk>

	* Makefile, tools/README, tools/git2cl: Make the Makefile targets
	work with git insted of cvs. Added tools\git2cl perl script to
	create ChangeLog from a git repository

2007-07-24  Tim Lauridsen <tla@rasmil.dk>

	* Makefile: Remove .git directory from tarball

2007-07-24  Tim Lauridsen <tim@localhost.localdomain>

	* plugins/security/security.py: Added patch to solve speed issue
	insecurity plugin by James Antill

2007-07-24  Seth Vidal <skvidal@fedoraproject.org>

	* README: useless test

2007-07-24  Seth Vidal <skvidal@fedoraproject.org>

	* README: add link to yum wiki about yum-utils.

2007-07-23  Seth Vidal <skvidal@fedoraproject.org>

	* TODO: more and another test

2007-07-23  Seth Vidal <skvidal@fedoraproject.org>

	* README: add tim to the README and test the commits email

2007-07-17  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: Added Requires: yum-updatesd to
	yum-refresh-updatesd in spec file rhbz (#248181)

2007-07-13  Tim Lauridisen <tla@rasmil.dk>

	* updateonboot/Makefile: Added patch by Schlomo Schapiro to make
	yum-utils build on Suse SLES 10 (wrong init.d dir)

2007-07-03  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/versionlock/README, yum-utils.spec: Add versionlock list
	format documentation (finally...)

2007-06-26  Seth Vidal <skvidal@linux.duke.edu>

	* repomanage.py: clean up some other calls to that particular
	exception

2007-06-26  Seth Vidal <skvidal@linux.duke.edu>

	* repomanage.py: fix formatting error in repomanage closes rh bug #:
	245698 I believe this was caused by a change in BaseException in
	python 2.5

2007-06-26  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: solved issue where '--source' was not working if
	souce repo was enabled in the .repo files (rhbz #244543). made
	yumdownloader a little more verbose.

2007-06-22  Tim Lauridisen <tla@rasmil.dk>

	* plugins/protect-packages/protect-packages.py: added cleanup patch
	to protect-packages plugin  by Matthew Miller

2007-06-21  Tim Lauridisen <tla@rasmil.dk>

	* plugins/protect-packages/protect-packages.conf,
	plugins/protect-packages/protect-packages.py, yum-utils.spec: Added
	protect-packages plugin by Svetlana Anissimova and Matthew Miller

2007-06-18  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: Make 'yumdownloader --source kernel' work as
	nonroot with yum 3.2 & and current CVS Head.

2007-06-18  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2007-06-18  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.5

2007-06-17  Tim Lauridisen <tla@rasmil.dk>

	* plugins/merge-conf/merge-conf.py: Patch to detech vimdiff by
	Aurelien Bompard

2007-06-15  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Ugly kludge to force local preferred encoding for
	stdout when redirected to a file where python defaults to ascii...
	ick. Mostly fixes rhbz#239744.

2007-06-05  Tim Lauridisen <tla@rasmil.dk>

	* reposync.py: Added patch by Perry Myers: fixes reposync so that it
	is properly skipping packages that have already been downloaded.

2007-06-05  Tim Lauridisen <tla@rasmil.dk>

	* repotrack.py, yumdownloader.py: Added patch by Perry Myers: fixes
	repotrack and yumdownloader so that they properly skip packages that
	have already been downloaded.

2007-05-30  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py: Commit 3 patches from Dan Berrange: 1. output better
	progress callback for the user in reposync 2. allow the user to set
	the cachedir specifically in reposync 3. allow reposync to delete
	no-longer-available packages from the local copy

2007-05-28  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/changelog/changelog.py: - filter out packages not updating anything to fix rhbz#238876 -
	drop extra newline after each changelog entry to make formatting
	nicer

2007-05-26  Seth Vidal <skvidal@linux.duke.edu>

	* debuginfo-install.py: if the transaction set is empty, don't try
	to run it. :) closes rh bug: 241466

2007-05-23  James Bowes <jbowes@redhat.com>

	* repoquery.py: repoquery - remove unneeded arguments for option
	init, and load core plugins

2007-05-17  Seth Vidal <skvidal@linux.duke.edu>

	* repoquery.py: if the user doesn't specify -c then just use
	whatever the default is for the yum version they have installed.
	Don't default to /etc/yum.conf anymore.

2007-05-16  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2007-05-16  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.4

2007-05-16  Tim Lauridisen <tla@rasmil.dk>

	* plugins/security/security.py: Added patch by James Antill:   It
	seems that on RHEL5 there are update metadata entries with
	references == None (in my FC6 testing they were always == []). This
	gives a traceback with the current code.

2007-05-09  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: removed crap from comment .

2007-05-09  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: make the '--source' work and make it a little
	smarter so the 'reponame-source' are enabled automaticly for all
	enabled repos, when '--source' is used. (rhbz #239528)

2007-05-08  Tim Lauridisen <tla@rasmil.dk>

	* plugins/security/security.py: Added patch to security plugin by
	Luke Macken

2007-05-08  Tim Lauridisen <tla@rasmil.dk>

	* plugins/security/security.py: Added patch by James Antill.

2007-05-01  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2007-05-01  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.3

2007-05-01  Seth Vidal <skvidal@linux.duke.edu>

	* Makefile, yum-util-cli-template, yum-utils.spec: - finish added debuginfo-install to makefile - add
	yum-util-cli-template to repo and add it to %doc in spec file    -
	this is a template for folks to easily add more cli-based yum-utils


2007-05-01  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: add debuginfo-install to spec file

2007-05-01  Seth Vidal <skvidal@linux.duke.edu>

	* debuginfo-install.py: add debuginfo-install to yum-utils

2007-04-30  Tim Lauridisen <tla@rasmil.dk>

	* docs/Makefile, docs/reposync.1: Added reposync man page by Daniel
	de Kok (#717)

2007-04-30  Tim Lauridisen <tla@rasmil.dk>

	* reposync.py: Added gpgcheck option to reposync by Daniel de Kok
	(#715) adding a "-g/--gpgcheck" option that removes a newly
	downloaded package if the signature is not correct.

2007-04-29  Seth Vidal <skvidal@linux.duke.edu>

	* docs/Makefile: make sure man8 is made before installing the man
	page for yum-security

2007-04-24  Tim Lauridisen <tla@rasmil.dk>

	* updateonboot/yum-updateonboot.init: Changed yum-updateonboot
	priorities to 25/75 -> 30/70  rhbz #235509

2007-04-21  Tim Lauridisen <tla@rasmil.dk>

	* plugins/downloadonly/downloadonly.py: fixed traceback when using
	--downloaddir rhbz #237367

2007-04-20  Tim Lauridisen <tla@rasmil.dk>

	* docs/Makefile, docs/yum-security.8,
	plugins/security/security.conf, plugins/security/security.py,
	yum-utils.spec: Added security plugin written by James Antill
	<james@and.org>

2007-04-19  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/ChangeLog,
	plugins/fastestmirror/fastestmirror.py: * Apr 19 2007 Luke Macken <lmacken@redhat.com> - 0.2.7 - Remove
	TYPE_{INTERFACE,INTERACTIVE}

2007-04-13  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: create destdir if it not exists

2007-04-12  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2007-04-12  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: bumped yum-utils version to 1.1.2

2007-04-12  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.2

2007-04-12  Tim Lauridisen <tla@rasmil.dk>

	* plugins/merge-conf/merge-conf.conf,
	plugins/merge-conf/merge-conf.py: Added merge-conf plugin written by
	Aurelien Bompard <abompard@fedoraproject.org>

2007-03-20  Tim Lauridisen <tla@rasmil.dk>

	* plugins/kernel-module/kernel-module.py: changed
	getRpmDB().getPackages() -> getRpmDB().returnPackages()

2007-03-19  Tim Lauridisen <tla@rasmil.dk>

	* repoquery.py: make repoquery work, when running as normal user.

2007-03-14  Tim Lauridisen <tla@rasmil.dk>

	* plugins/skip-broken/skip-broken.py: Make the skip-broken a little
	smarter and the make the output better.

2007-03-13  Tim Lauridisen <tla@rasmil.dk>

	* Makefile: added cleanup of test/ to Makefile.

2007-03-13  Tim Lauridisen <tla@rasmil.dk>

	* plugins/skip-broken/skip-broken.conf,
	plugins/skip-broken/skip-broken.py: Added 'check_always' option to
	the skip-broken plugin. Setting 'check_always=1' will make the
	skip-broken check run every time. (rhbz #231523)

2007-03-01  Tim Lauridisen <tla@rasmil.dk>

	* plugins/skip-broken/skip-broken.py: remove special hack to work
	with current api, they are not nesesary any more.

2007-03-01  Tim Lauridisen <tla@rasmil.dk>

	* plugins/skip-broken/skip-broken.py: more clean fix for work with
	latest yum api

2007-03-01  Tim Lauridisen <tla@rasmil.dk>

	* plugins/skip-broken/skip-broken.py: fixed issues with the latest
	changes in yum cvs head

2007-02-27  Tim Lauridisen <tla@rasmil.dk>

	* test/test-all, test/test-package-cleanup, test/test-repo-graph,
	test/test-repo-rss, test/test-repoclosure, test/test-repoquery,
	test/test-reposync, test/test-repotrack, test/test-yumdownloader: 
	Added some test scripts to test the basic functions of the
	yum-utils.

2007-02-20  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2007-02-20  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: bumped yum-utils version to 1.1.1

2007-02-20  Tim Lauridisen <tla@rasmil.dk>

	* repo-rss.py: fixed UnicodeEncodeError: 'ascii' codec can't encode
	character errors.

2007-02-19  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/kernel-module/kernel-module.py: - fix deprecation warning

2007-02-19  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2007-02-19  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.1

2007-02-19  Tim Lauridisen <tla@rasmil.dk>

	* plugins/changelog/changelog.py, repo-rss.py, repoclosure.py,
	repoquery.py: changed 'with=' to 'mdtype=' in repos.populateSack
	calls, because of changes in the yum API in YumPackageSack.populate
	method to avoid warnings about 'with' is a reserved word in Python
	2.6.

2007-02-19  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: redesigned yumdownloader to use the new
	yum-utils base class introduced in yum-3.1.1. This version inherit
	all command line options from the yum-cli and also command line
	option added by yum plugins.

2007-02-19  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2007-02-19  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.1.0

2007-02-19  Tim Lauridisen <tla@rasmil.dk>

	* Makefile: - Made 'make release' work with %{?dist} tag in spec. - 'make
	ChangeLog' will follow CVS HEAD. - Added 'archive' dependency to
	'make srpm'

2007-02-15  Tim Lauridisen <tla@rasmil.dk>

	* plugins/versionlock/versionlock.list, yum-utils.spec: removed
	installation of default versionlock.list

2007-02-14  Tim Lauridisen <tla@rasmil.dk>

	* repo-rss.py: Add a better formating for description, get rid of
	the body tag for the xml generated by repo-rss. Thanks to Aurelien
	Bompard (rhbz #193111).

2007-02-14  Tim Lauridisen <tla@rasmil.dk>

	* plugins/priorities/priorities.py: Make priorities plugin work with
	multiarch repositories with different repositories. (foo.i386  <>
	foo.x86_64) rhbz #227540

2007-02-14  Tim Lauridisen <tla@rasmil.dk>

	* plugins/versionlock/versionlock.list, yum-utils.spec: added
	versionlock.list to versionlock plugin to avoid at lot of bugzilla
	reports where people have installed all plugins and then yum,pirut
	etc. are failing because the versionlock.list file dont exist.

2007-02-14  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: fixed skip-broken description (--ignore-broken ->
	--skip-broken)

2007-02-14  Tim Lauridisen <tla@rasmil.dk>

	* repo-rss.py: Added patch to make repo-rss create one feed per
	group found in comps.xml. Thanks to Aurelien Bompard (rhbz #191061)


2007-02-14  Tim Lauridisen <tla@rasmil.dk>

	* plugins/downloadonly/downloadonly.py: Added '--downloaddir' option
	to downloadonly plugin. the option make it posible to change the
	directory where packages are downloaded. Thanks to Dmitry Butskoy
	(rhbz #213623)

2007-02-14  James Bowes <jbowes@redhat.com>

	* plugins/refresh-updatesd/README,
	plugins/refresh-updatesd/refresh-updatesd.conf,
	plugins/refresh-updatesd/refresh-updatesd.py, yum-utils.spec: Add
	refresh-updatesd plugin

2007-02-08  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: modified spec til to work with yum-changelog man
	pages Added missing wildcards, so it can build

2007-02-08  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: modified spec til to work with yum-changelog man
	pages

2007-02-08  Tim Lauridisen <tla@rasmil.dk>

	* docs/Makefile, docs/yum-changelog.1, docs/yum-changelog.conf.5: 
	Added yum-changelog man pages by Chitlesh GOORAH and changed the
	docs Makefile to install them.

2007-02-07  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: Updated spec for HEAD to require yum >= 3.1.1 and
	set the version to 1.1.0

2007-02-06  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: Added %{?dist} to release in spec file, so the
	spec can be used as is in Fedora Extras and it dont hurt other
	distros.

2007-02-05  Tim Lauridisen <tla@rasmil.dk>

	* repoclosure.py: Added patch by Michael Schwendt  to sort
	repoclosure output (yum bz# 681)

2007-01-25  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: Fix traceback in yumdownloader using --resolve
	because rpmdb was not initialized.

2007-01-24  Jack Neely <slack@quackmaster.net>

	* plugins/fedorakmod/README, plugins/fedorakmod/fedorakmod.py: Clean
	up some comments and debug statements in fedorakmod.py.  Also,
	updated the TODO list in the README.

2007-01-24  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/tsflags/tsflags.py: - fix deprecation warning on plugin type

2007-01-23  Jack Neely <slack@quackmaster.net>

	* plugins/fedorakmod/fedorakmod.conf,
	plugins/fedorakmod/fedorakmod.py: fedorakmod.conf: Turn off
	installallkmods by default.  fedorakmod.py: Work around Yum not
	populating the provides prco information if that is the case.  With
	installallkmods on you can type "yum install kmod-sysprof" and have
	that module installed for all installed kernels and kernel types.

2007-01-11  Panu Matilainen <pmatilai@laiskiainen.org>

	* yum-builddep.py: - resurrect builddep by package name (rh #220842) - enable core type
	plugins (eg to allow for fastestmirror)

2007-01-11  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - fix a stupid typo breaking prco operations

2007-01-03  Tim Lauridisen <tla@rasmil.dk>

	* Makefile: minor change in the Makefile, added Makefile depencies
	to the upload  section.

2006-12-31  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2006-12-31  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: bumped yum-utils version to 1.0.2

2006-12-31  Tim Lauridisen <tla@rasmil.dk>

	* plugins/skip-broken/skip-broken.py: Changed the CLI option to
	active the skip-broken from '--ignore-broken' to '--skip-broken',
	because it make more sense.

2006-12-20  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - fix deprecation warning

2006-12-02  Seth Vidal <skvidal@linux.duke.edu>

	* docs/yumdownloader.1: close rh bug # 218100 - typo in
	yumdownloader man page.

2006-11-13  Tim Lauridisen <tla@rasmil.dk>

	* plugins/versionlock/versionlock.py: fixed AttributeError:
	YumAvailablePackageSqlite instance has no attribute 'returnNevra in
	versionlock plugin yum bugzilla #667

2006-11-13  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: Added patch from bugzilla #578

2006-11-09  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - fix --cache and --show-dupes options

2006-11-07  Seth Vidal <skvidal@linux.duke.edu>

	* package-cleanup.py: add in a 'clean old dupes' option to get rid
	of version-wise-older dupes in the rpmdb

2006-11-03  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: Fix problem with yumdownloader prints everything
	twice because doConfigSetup was called twice.

2006-10-31  Tim Lauridisen <tla@rasmil.dk>

	* Makefile: add ${RELEASE} tag to filename when uploading srpm

2006-10-31  Tim Lauridisen <tla@rasmil.dk>

	* Makefile: Added srpm building and upload to Makefile

2006-10-31  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: forgot to update spec file changelog for 1.0.1

2006-10-31  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog: updated ChangeLog

2006-10-31  Tim Lauridisen <tla@rasmil.dk>

	* ChangeLog, yum-utils.spec: bumped yum-utils version to 1.0.1

2006-10-31  Tim Lauridisen <tla@rasmil.dk>

	* Makefile: added tags to make releases more easy

2006-10-27  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: Added priorities plugin to spec file

2006-10-27  Tim Lauridisen <tla@rasmil.dk>

	* plugins/priorities/ChangeLog, plugins/priorities/README,
	plugins/priorities/priorities.conf,
	plugins/priorities/priorities.py: Added priorities plugin.

2006-10-25  Seth Vidal <skvidal@linux.duke.edu>

	* yumdownloader.py: merge Earl Sammons' patch to add a -c option to
	yumdownloader

2006-10-25  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py, repotrack.py, yumdownloader.py: check in patch from
	Mark McLoughlin to fix handling of local repos in reposync,
	repotrack and yumdownloader.

2006-10-23  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/ChangeLog: 0.2.6

2006-10-23  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror.py: 0.2.6 - Make the
	instructions less misleading - Support TYPE_INTERFACE for
	API_VERSION <= 2.3 - Remove cached mirror list in the clean_hook

2006-10-09  Tim Lauridisen <tla@rasmil.dk>

	* package-cleanup.py: fixed some deprecation warnings using the
	'--oldkernels' option. Use searchNevra() insted of
	returnTuplebyKeyword()

2006-10-05  Tim Lauridisen <tla@rasmil.dk>

	* plugins/allowdowngrade/allowdowngrade.py,
	plugins/downloadonly/downloadonly.py: TYPE_INTERFACE ->
	TYPE_INTERACTIVE

2006-10-05  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: fix requires

2006-10-05  Seth Vidal <skvidal@linux.duke.edu>

	* ChangeLog: Add a changelog, finally.

2006-10-05  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: - mark as 1.0 - update reqs to require yum 3.0 - since most of them
	do anyway

2006-10-02  Seth Vidal <skvidal@linux.duke.edu>

	* repoclosure.py: merge Ville's patch to handle alternative arches
	better and deal with build dep closure, too.

2006-09-30  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: my.log -> logger.info

2006-09-29  Tim Lauridisen <tla@rasmil.dk>

	* plugins/changelog/changelog.py: changed plugin type from
	TYPE_INTERFACE to TYPE_INTERACTIVE too avoid deprecation warnings.

2006-09-29  Tim Lauridisen <tla@rasmil.dk>

	* plugins/changelog/changelog.py: fixed plugin to work with current
	API without deprecation warnings

2006-09-27  Tim Lauridisen <tla@rasmil.dk>

	* yum-utils.spec: Added skip-broken plugin to yum-utils specfile.

2006-09-25  Tim Lauridisen <tla@rasmil.dk>

	* reposync.py: removed debug line, Thanks Menno :-)

2006-09-25  Tim Lauridisen <tla@rasmil.dk>

	* reposync.py: fixed reposync to work with the latest yum API
	(2.9.x)

2006-09-25  Tim Lauridisen <tla@rasmil.dk>

	* : changed skip-broken.conf CVS property to ASCII

2006-09-25  Tim Lauridisen <tla@rasmil.dk>

	* : changed skip-broken.conf CVS property to ASCII

2006-09-25  Tim Lauridisen <tla@rasmil.dk>

	* plugins/skip-broken/skip-broken.conf,
	plugins/skip-broken/skip-broken.py: Initial import of the
	skip-broken plugin A plugin there adds an option to yum to skip
	packages with dependency problems.

2006-09-25  Tim Lauridisen <tla@rasmil.dk>

	* repo-rss.py: Chnages to make it work with the new Yum API (2.9.x)


2006-09-25  Tim Lauridisen <tla@rasmil.dk>

	* repo-graph.py: Changes to make it work with the new yum API
	(2.9.x)

2006-09-25  Tim Lauridisen <tla@rasmil.dk>

	* repoclosure.py: make it work with new Yum API (2.9.x) and replaced
	print statements with python logging.

2006-09-25  Tim Lauridisen <tla@rasmil.dk>

	* yumdownloader.py: a my.errorlog -> logger.error fix by Andreas
	Hanke

2006-09-19  Jack Neely <slack@quackmaster.net>

	* plugins/fedorakmod/README, plugins/fedorakmod/fedorakmod.py: 
	Current fedorakmod pluging work.  Most of the agreed upon
	functionality is there and the plugin should be easily extendable.
	There seems to be a Yum bug that's preventing installing a given
	kmod for all installed kernels to work properly.  Attempting to
	track that down.

2006-09-18  Jeremy Katz <katzj@redhat.com>

	* repotrack.py: api fixes from tim

2006-09-18  Jeremy Katz <katzj@redhat.com>

	* package-cleanup.py: api change fixes from tim

2006-09-18  Jeremy Katz <katzj@redhat.com>

	* repoquery.py: patch from tim for api changes

2006-09-18  Jeremy Katz <katzj@redhat.com>

	* yumdownloader.py: api fixes from tim

2006-09-18  Jeremy Katz <katzj@redhat.com>

	* yum-builddep.py: tim's fix for api changes

2006-09-06  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/versionlock/versionlock.conf: - disable versionlock plugin by default

2006-09-05  Panu Matilainen <pmatilai@laiskiainen.org>

	* yum-utils.spec: - actually install allowdowngrade plugin to buildroot, duh

2006-09-05  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/allowdowngrade/allowdowngrade.conf,
	plugins/allowdowngrade/allowdowngrade.py,
	plugins/changelog/changelog.py, yum-utils.spec: - add allowdowngrade plugin - fix traceback in changelog plugin if
	package has no changelog

2006-08-13  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: fix the plugins/doc issue

2006-07-20  Jack Neely <slack@quackmaster.net>

	* plugins/fedorakmod/fedorakmod.conf,
	plugins/fedorakmod/fedorakmod.py: Make pinkernels default to off.

2006-07-07  Jeremy Katz <katzj@redhat.com>

	* repoquery.py: fix for config api changes

2006-07-05  Jack Neely <slack@quackmaster.net>

	* plugins/fedorakmod/README, plugins/fedorakmod/fedorakmod.conf,
	plugins/fedorakmod/fedorakmod.py: Refactor so that additional
	functionality can easily be added in. Implement pinning of kernels
	based on availability of kernel modules.

2006-07-03  Jack Neely <slack@quackmaster.net>

	* plugins/fedorakmod/fedorakmod.py: Update to the latest Fedora
	Extras Kernel Module specs and the latest Yum API.

2006-06-29  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - dont try to lookup source rpms of source rpms...

2006-06-29  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoclosure.py, reposync.py, repotrack.py, yum-builddep.py: - convert repoclosure, reposync, repotrack and yum-builddep to new
	API

2006-06-29  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - new --srpm option for automatically locating the source rpm of a
	given   package and operating on it

2006-06-29  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - add files() method to querypkg, use it for fmt_list() - with
	--alldeps, look through files as well for depending packages

2006-06-16  Menno Smits <menno@freshfoo.com>

	* plugins/changelog/changelog.py: - removed registerOpt() usage. This is only required when adding
	options to   Yum's own configuration files. It is not required for
	the plugin's own   configuration files. - removed unused imports

2006-06-16  Menno Smits <menno@freshfoo.com>

	* plugins/versionlock/versionlock.py: - changed to UNIX line endings (has DOS line endings) - removed
	config_hook() and use of registerOpt(). registerOpt() is only for
	adding options to Yum's main configuration files. It is not required
	for the   plugin's own configuration file.

2006-06-16  Menno Smits <menno@freshfoo.com>

	* plugins/protectbase/protectbase.py: Added GPL header, author
	contact note and docstrings.

2006-06-16  Menno Smits <menno@freshfoo.com>

	* plugins/protectbase/protectbase.py: Updated to use new style
	option definitions.

2006-06-15  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/ChangeLog,
	plugins/fastestmirror/fastestmirror.py: * Jun 14 2006 Luke Macken <lmacken@redhat.com> - 0.2.5 - Use new yum
	2.9.0 api

2006-06-13  Paul Nasrat <pnasrat@redhat.com>

	* repoquery.py: new yum api

2006-05-24  Seth Vidal <skvidal@linux.duke.edu>

	* repomanage.py: - merge Nurdin Premji's patch to optparse-ize repomange. - fix minor
	bug in patch keeping -k from working

2006-05-18  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py: make -a do something quasi-correct

2006-05-14  gijs <gijs>

	* yumdownloader.py: Fix bug #469: Make yumdownloader download the
	correct source rpm if the provided package is a subpackage of
	another package. For example yumdownloader --source mod_ssl now
	downloads the httpd src rpm.

2006-05-08  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py: make reposync -a work

2006-05-07  Seth Vidal <skvidal@linux.duke.edu>

	* README: update readme for reposync and repotrack

2006-05-07  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: fix changelog order

2006-05-07  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py: clean up the --help output of reposync

2006-05-07  Seth Vidal <skvidal@linux.duke.edu>

	* yumdownloader.py: fix multiple packages specified on cli

2006-05-07  Seth Vidal <skvidal@linux.duke.edu>

	* yum-builddep.py: get rid of setConfig and getConfig to kill
	deprecation warnings

2006-05-07  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: add downloadonly subpkg

2006-05-07  Seth Vidal <skvidal@linux.duke.edu>

	* plugins/downloadonly/downloadonly.conf,
	plugins/downloadonly/downloadonly.py: added downloadonly plugin to
	yum-utils

2006-04-30  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: add in patch to split out each of the plugins into
	a separate pkg

2006-04-30  Seth Vidal <skvidal@linux.duke.edu>

	* Makefile, yum-utils.spec: update Makefile and spec for reposync

2006-04-30  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py: - make it create the subdirs properly - fix it to download all
	versions by default

2006-04-11  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py: - make reposync create subdirs per repo in destination dir - remove
	confusing --newest 'toggle' for  a simpler --all-versions option
	that produces the same result

2006-04-11  Seth Vidal <skvidal@linux.duke.edu>

	* yumdownloader.py: add --enablerepo to yumdownloader - similar to
	patch from Miroslav Prymek - thanks!

2006-04-03  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - resurrect group operations with yum 2.6.x API

2006-03-27  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - workaround for yum returning extra leading dashes for some
	directories   (which posix allows but it doesn't look good for
	repoquerys purposes)

2006-03-16  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - convert tags to lower case (yum bugzilla #548)

2006-03-16  Paul Nasrat <pnasrat@redhat.com>

	* yum-builddep.py: Add option parsing

2006-03-07  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py: reposync todo modification

2006-02-28  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py: update TODO list

2006-02-28  Seth Vidal <skvidal@linux.duke.edu>

	* reposync.py: first checkin of reposync. It does, essentially, what
	repotrack does but it just iterates the package lists for a given
	repository (set of repositories) and downloads all the ones you
	don't already have downloaded into a path.

2006-02-24  Seth Vidal <skvidal@linux.duke.edu>

	* package-cleanup.py: add dupe-checking and output --dupes option

2006-02-23  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: changed yum versioned deps

2006-02-16  Panu Matilainen <pmatilai@laiskiainen.org>

	* yumdownloader.py: - apply patch by Ville Skytta to make yumdownloader compatible with
	yum-2.5.x
	(https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175335)

2006-02-13  Jack Neely <slack@quackmaster.net>

	* plugins/fedorakmod/README, plugins/fedorakmod/fedorakmod.conf,
	plugins/fedorakmod/fedorakmod.py: A begining of support for the
	Fedora Extras kernel module proposal.

2006-02-10  Seth Vidal <skvidal@linux.duke.edu>

	* repotrack.py: simplify RepoTrack.findDeps

2006-02-10  Seth Vidal <skvidal@linux.duke.edu>

	* Makefile, yum-utils.spec: added in repotrack, bumped version not
	finished checking yet, though

2006-02-07  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/ChangeLog,
	plugins/fastestmirror/fastestmirror.py: * Feb 06 2006 Luke Macken <lmacken@redhat.com> - 0.2.4 - Only write
	the timedhost file if we've re-pinged the mirrors

2006-02-03  Paul Nasrat <pnasrat@redhat.com>

	* yum-builddep.py: List not individual package

2006-02-02  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/ChangeLog,
	plugins/fastestmirror/fastestmirror.conf,
	plugins/fastestmirror/fastestmirror.py: * Feb 02 2006 Luke Macken <lmacken@redhat.com> - 0.2.3 - Added
	'maxhostfileage' option to specify how many days to keep the
	hostfile

2006-01-22  Seth Vidal <skvidal@linux.duke.edu>

	* repotrack.py: make urls only print if the file needs to be
	download and -u is in cli flags.

2006-01-16  Panu Matilainen <pmatilai@laiskiainen.org>

	* docs/repoquery.1, repoquery.py: - add --archlist option for limiting which package architectures to
	consider in queries.

2006-01-12  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoclosure.py: - remove unnecessary double definition of evrTupletoVer (patch from
	Brian Long)

2006-01-12  Panu Matilainen <pmatilai@laiskiainen.org>

	* docs/Makefile, docs/repo-rss.1, docs/yum-builddep.1,
	docs/yumdownloader.1: - Add man pages for yumdownloader, yum-builddep and repo-rss from
	Brian Long

2006-01-10  Panu Matilainen <pmatilai@laiskiainen.org>

	* docs/Makefile, docs/package-cleanup.1: - Add package-cleanup manpage from Brian Long

2006-01-10  Panu Matilainen <pmatilai@laiskiainen.org>

	* Makefile, repo-graph.py, yum-utils.spec: Apply patch from Brian
	Long (with slight modifications): - add fastestmirror subpackage -
	mark config files config(noreplace) - bump version to 0.4 - make
	lines in repo-graph a bit darker

2006-01-10  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/kernel-module/kernel-module.py: - only look at kernel modules of same arch as the new kernel to be
	installed   (patch by Tim Lauridsen)

2006-01-10  Luke Macken <lmacken@redhat.com>

	* plugins/fastestmirror/fastestmirror-asyncore.py,
	plugins/fastestmirror/fastestmirror.conf,
	plugins/fastestmirror/fastestmirror.py: - Latest fastestmirror (0.2.2) - Updated configuration file to
	reflect new hostfilepath option - Removed fastestmirror-asyncore
	(deprecated and awful)

2006-01-09  Seth Vidal <skvidal@linux.duke.edu>

	* repotrack.py: - make it work with yum 2.4.X, too - fix a bug where -u was erroring
	out if the destdir didn't exist

2006-01-09  Seth Vidal <skvidal@linux.duke.edu>

	* repotrack.py: update a few comments

2006-01-09  Seth Vidal <skvidal@linux.duke.edu>

	* repotrack.py: clean up some output, check more error cases, make
	newest-only download the default

2006-01-09  Seth Vidal <skvidal@linux.duke.edu>

	* repotrack.py: make it, you know, actually download things

2006-01-06  Panu Matilainen <pmatilai@laiskiainen.org>

	* repo-graph.py: - add initial rough-cut version for creating graphviz dot files from
	repodata   similarly to rpmgraph

2006-01-05  Seth Vidal <skvidal@linux.duke.edu>

	* repotrack.py: rough cut of repotrack

2006-01-04  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/kernel-module/kernel-module.py: - mark kernel-module plugin as type core (patch from Tim Lauridsen)


2006-01-02  Panu Matilainen <pmatilai@laiskiainen.org>

	* docs/repoquery.1, repoquery.py: - --all is really just a shorthand for '*'

2005-12-20  Panu Matilainen <pmatilai@laiskiainen.org>

	* docs/repoquery.1, repoquery.py: - add --whatobsoletes and --whatconflicts operations to repoquery

2005-12-19  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/versionlock/versionlock.py: - allow the lockfile location to be specified as an url - lockfile
	format is envra

2005-12-15  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - remove useless self.conf assignment, making repoquery work with
	both   yum 2.4 and 2.5 (from Ville Skytta)

2005-12-02  Seth Vidal <skvidal@linux.duke.edu>

	* repoclosure.py: make -n, --newest check newest to newest so we
	don't end up getting a provide from something that is older.

2005-11-28  Panu Matilainen <pmatilai@laiskiainen.org>

	* yumdownloader.py: - add support for private cache to yumdownloader

2005-11-26  Seth Vidal <skvidal@linux.duke.edu>

	* repomanage.py: typo on the placement of -c option

2005-11-26  Seth Vidal <skvidal@linux.duke.edu>

	* repomanage.py: check in most of patch from Ville Skytta from buy
	#524, disables payload checking

2005-11-25  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - fix http://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=517 - fix
	http://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=523 (patch from
	Ville Skyttä)

2005-11-13  Panu Matilainen <pmatilai@laiskiainen.org>

	* docs/repoquery.1: - Document -c option in repoquery manpage

2005-11-12  Jeremy Katz <katzj@redhat.com>

	* repoquery.py: allow specifying an alternate config file

2005-11-09  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - fix --resolve option

2005-11-07  Seth Vidal <skvidal@linux.duke.edu>

	* repoclosure.py: make repoclosure optionally operate on only the
	newest packages in the repo

2005-11-04  Seth Vidal <skvidal@linux.duke.edu>

	* package-cleanup.py: merge David Lutterkort's patch to add a -c
	conffile option to package-cleanup

2005-11-02  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/kernel-module/kernel-module.conf,
	plugins/kernel-module/kernel-module.py: Add kernel-module plugin for
	livna.org style kernel-module-foo-<uname -r> style kernel module
	packaging.

2005-10-19  Seth Vidal <skvidal@linux.duke.edu>

	* repomanage.py: fix repomanage so it won't output multiples of the
	same entry

2005-10-17  Panu Matilainen <pmatilai@laiskiainen.org>

	* Makefile, docs/Makefile, docs/repoquery.1, yum-utils.spec: - Add initial manpage for repoquery - Install docs in make install

2005-10-13  Seth Vidal <skvidal@linux.duke.edu>

	* repomanage.py: add option to repomanage to keep latest N packages.
	so now if you do: repomanage -k 2 -o /some/dir  it will list all but
	the newest 2 packages (by name, arch)  or if you do: repomanage -k 2
	-n /some/dir  it will list only the newest 2 packages (by name,
	arch)  handy for keeping the newest N packages around in a repo

2005-09-06  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/changelog/changelog.py: Avoid causing tracebacks with
	yumex and pup which don't use ConfigParser

2005-08-29  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - _prco wasn't really private to pkgQuery so rename it - Have
	separate query classes for installed and available packages,
	necessary   because YumInstalledPackage class doesn't have nearly
	all the methods   Available class does. Now --pkgnarrow can actually
	function for real. - Clean up some old stuff, use existing yum
	methods for formatting where   suitable etc.

2005-08-25  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - and same to HEAD

2005-08-23  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/fastestmirror/fastestmirror-asyncore.py,
	plugins/fastestmirror/fastestmirror.conf,
	plugins/fastestmirror/fastestmirror.py: Add Luke Macken's
	fastestmirror plugins (two different implementations)

2005-08-23  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/changelog/changelog.py: Only load otherdata when
	--changelog is actually used

2005-08-09  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: - Implement --pkgnarrow=available|recent.. option - Add --show-dupes
	option

2005-07-25  Panu Matilainen <pmatilai@laiskiainen.org>

	* yum-utils.spec: - Package changelog plugin, add others as %doc. - Bump version to
	0.3.

2005-07-25  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/changelog/changelog.py, plugins/tsflags/tsflags.py,
	plugins/versionlock/versionlock.py: Add plugin type definitions to
	changelog, tsflags and versionlock plugins.

2005-07-20  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Don't traceback on unknown conversions.

2005-07-20  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Add support for rpmquery style string formatting, eg
	"%-25{name} %{repoid}", date conversions (%{buildtime:date} and
	:day) and fix changelog time formatting.

2005-07-20  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Unbreak --qf "%{license}"

2005-07-20  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Add --querytags option. Support \t in --queryformat
	(Paul Nasrat)

2005-07-17  Menno Smits <menno@freshfoo.com>

	* plugins/protectbase/protectbase.conf,
	plugins/protectbase/protectbase.py: initial add of protectbase
	plugin

2005-07-13  Panu Matilainen <pmatilai@laiskiainen.org>

	* package-cleanup.py: Add --orphans option to list locally installed
	packages, eg those which aren't available in any currently
	configured repositories.

2005-07-13  Panu Matilainen <pmatilai@laiskiainen.org>

	* repo-rss.py: Add tempcache support to repo-rss.

2005-06-29  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/changelog/changelog.conf, plugins/changelog/changelog.py: 
	Add configuration option to changelog plugin to allow viewing the
	changelog deltas before or after the transaction.

2005-06-27  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/changelog/changelog.py: Doh, changelog dates were being
	compared as a string values, not ints so it wasn't working at all,
	except that there was a hardcoded limit of five latest entries so it
	*appeared* to work. Talk about embarrassing... :)

2005-06-23  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Add private cachedir support to reqoquery (default
	when non-root)

2005-06-23  Seth Vidal <skvidal@linux.duke.edu>

	* repoclosure.py: check in most of Bill Nottingham's patch to make
	repoclosure work as a class for importing from other programs

2005-06-23  Seth Vidal <skvidal@linux.duke.edu>

	* repoquery.py: properly fix up the returnPackagesByDep() method in
	the repoquery derived class

2005-06-23  Seth Vidal <skvidal@linux.duke.edu>

	* repoquery.py: make --whatprovides use returnPackagesByDep() method
	in yum so it will get all possible resolvers for the requested
	depstring, not just the 'best' one

2005-06-21  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Repoquery: - unbreak group queries - show srpm name
	with --source like described in help text - querying the source rpm
	now happens by specifying .src as package arch - add support for
	"envra" query format

2005-06-21  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/changelog/changelog.py, plugins/tsflags/tsflags.py,
	plugins/versionlock/versionlock.py: Changelog plugin: - nicer
	formatting - add cli option for enabling it  Add GPL notices to my
	plugins

2005-06-21  Seth Vidal <skvidal@linux.duke.edu>

	* repoclosure.py: os.lstat() and just in time to mv to yum itself

2005-06-21  gijs <gijs>

	* COPYING, yum-utils.spec: - Added GPL COPYING file and add it to the spec file

2005-06-21  Seth Vidal <skvidal@linux.duke.edu>

	* repoclosure.py: fix up the getCacheDir() dir test to exclude an
	extremely narrow race condition

2005-06-20  Seth Vidal <skvidal@linux.duke.edu>

	* repoclosure.py: make repoclosure use a user yum cache if not
	running as root.

2005-06-16  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/tsflags/tsflags.py: Doh, remove extra print :)

2005-06-16  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/tsflags/tsflags.conf, plugins/tsflags/tsflags.py: Add
	plugin for setting tsflags from the cli

2005-06-16  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/changelog/changelog.conf, plugins/changelog/changelog.py: 
	Add plugin for showing changelog deltas between package updates.

2005-06-16  Panu Matilainen <pmatilai@laiskiainen.org>

	* plugins/versionlock/versionlock.conf,
	plugins/versionlock/versionlock.py: Add versionlock plugin

2005-06-13  gijs <gijs>

	* package-cleanup.py: - Remove old kernel-devel packages together with kernel packages
	(this can be disabled by using the --keepdevel command line option)


2005-06-13  Seth Vidal <skvidal@linux.duke.edu>

	* TODO: todo file for yum-utils please add more

2005-06-13  Seth Vidal <skvidal@linux.duke.edu>

	* repomanage.py: call the 'arch' for src.rpms as 'src' - not the
	arch it was built on. thanks to Pasi Pirhonen for pointing it out.

2005-06-13  Seth Vidal <skvidal@linux.duke.edu>

	* package-cleanup.py: add in a -y to allow removing kernels
	'automatically'

2005-06-13  Seth Vidal <skvidal@linux.duke.edu>

	* package-cleanup.py: various cleanups and edits

2005-06-13  Seth Vidal <skvidal@linux.duke.edu>

	* package-cleanup.py: add --quiet and optimize getLocalRequires and
	getKernels

2005-06-12  Seth Vidal <skvidal@linux.duke.edu>

	* package-cleanup.py: migrated the package-cleanup --leaves to use
	the returnLeafNodes() method in rpmUtils. This returns leaf nodes
	much faster.

2005-06-11  Seth Vidal <skvidal@linux.duke.edu>

	* repotrack.py: stub for a new yum-util - repotrack

2005-06-09  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Repoquery: - don't treat --qf as a separate
	operation, it's just formatting of how packages represent
	themselves. - handle --qf with --whatrequires

2005-06-09  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Dont traceback on repo errors (eg cache out of date)


2005-06-09  Paul Nasrat <pnasrat@redhat.com>

	* yum-builddep.py: Error not traceback on non-root

2005-06-05  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: fix spec file for fedora extras

2005-06-04  Seth Vidal <skvidal@linux.duke.edu>

	* repoquery.py: allow repoquery to handle pkg args like yum

2005-06-04  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: add some requires

2005-06-03  Seth Vidal <skvidal@linux.duke.edu>

	* README: readme updates

2005-06-03  Seth Vidal <skvidal@linux.duke.edu>

	* repoclosure.py: make repoclosure use -r args for options, instead
	of just repoids as argv[1], argv[2] etc.

2005-06-03  Seth Vidal <skvidal@linux.duke.edu>

	* repoclosure.py: check in bill nottingham's patch to allow to
	specify arch and a different config file for repoclosure

2005-06-02  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: repoquery: - Catch unknown/unsupported querytags and
	operations - Support some new ways to query things

2005-06-02  Panu Matilainen <pmatilai@laiskiainen.org>

	* README: Add brief description of the included utilities to README.


2005-06-02  Seth Vidal <skvidal@linux.duke.edu>

	* plugins/README: Added plugins dir

2005-06-01  Seth Vidal <skvidal@linux.duke.edu>

	* yum-utils.spec: call it 0.2 in the spec file

2005-06-01  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py, yumdownloader.py: yumdownloader: - add --source
	option - add /usr/share/yum-cli to module search path so it actually
	works  reqoquery: - remove leftover debug junk

2005-06-01  Seth Vidal <skvidal@linux.duke.edu>

	* repoquery.py: --repoid help text

2005-05-31  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: More repoquery stuff: - add option to run from cache
	only - get rid of the ugly runtime extensions to
	yum.AvailablePackage class,   generating new pkgQuery instances
	seems to be just as fast in practice

2005-05-31  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py: Some fixes to repoquery: - eliminate duplicates from
	--whatrequires --alldeps - catch various exceptions, print errors to
	stderr unless --quiet specified

2005-05-30  Panu Matilainen <pmatilai@laiskiainen.org>

	* repoquery.py, yum-utils.spec: New version of repoquery: - support
	some group queries - only set caching when non-root

2005-05-30  Panu Matilainen <pmatilai@laiskiainen.org>

	* Makefile, yum-builddep.py: Add yum-builddep for installing package
	build dependencies

2005-05-30  Seth Vidal <skvidal@linux.duke.edu>

	* repoquery.py: let users specify repos to use repoquery against

2005-05-23  Panu Matilainen <pmatilai@laiskiainen.org>

	* updateonboot/Makefile, updateonboot/yum-updateonboot.init,
	yum-utils.spec: - add Makefile for updateboot - create a subpackage yum-updateonboot
	- don't enable updateonboot by default on package install

2005-05-16  gijs <gijs>

	* Makefile, yum-utils.spec: Adding Makefile and spec file (both
	based on mock)

2005-05-16  gijs <gijs>

	* README, package-cleanup.py: - Created initial version of README file - Added old kernel clean up
	to package-cleanup

2005-04-26  gijs <gijs>

	* package-cleanup.py: Adding a yum util to list leaf nodes and
	problems in the local RPM db

2005-04-19  gijs <gijs>

	* yumdownloader.py: Added a first version of dep resolving support
	to yumdownloader

2005-04-10  Seth Vidal <skvidal@linux.duke.edu>

	* yumdownloader.py: added --urls option to yumdownloader to just
	print out the urls it would download

2005-04-01  gijs <gijs>

	* yumdownloader.py: Fixed a bug in yumdownloader, causing it not to
	work if relativepath contains a directory name.

2005-03-24  gijs <gijs>

	* yumdownloader.py: Initial version of yumdownloader

2005-03-22  gijs <gijs>

	* repoquery.py, updateonboot/README,
	updateonboot/yum-updateonboot.init,
	updateonboot/yum-updateonboot.sysconfig: Adding initial versions of
	updateonboot and repoquery scripts

2005-03-22  gijs <gijs>

	* repo-rss.py: Make repo-rss work with sqlite by calling
	returnChangeLog if no changelog info is loaded for a specific
	package.

2005-03-22  gijs <gijs>

	* repoclosure.py: Cache already resolved dependencies

2005-03-21  Seth Vidal <skvidal@linux.duke.edu>

	* repo-rss.py, repoclosure.py, repomanage.py: initial import of
	repo* scripts

2005-03-21  Seth Vidal <skvidal@linux.duke.edu>

	* Initial revision

