Changelog for
yum-utils-1.1.13-4.1.noarch.rpm :
Thu Apr 17 14:00:00 2008 cthielAATTsuse.de
- include default /etc/yum/pluginconf.d/versionlock.list (empty)
Thu Apr 17 14:00:00 2008 cthielAATTsuse.de
- require python-dateutil in yum-changelog
Tue Mar 25 13:00:00 2008 cthielAATTsuse.de
- update to version 1.1.13
* various bug fixes
* documentation improvements
- created more subpackages: yum-aliases, yum-filter-data, yum-list-data,
yum-refresh-updatesd, yum-tmprepo, yum-upgrade-helper, yum-verify,
yum-updateonboot
Tue Feb 19 13:00:00 2008 cthielAATTsuse.de
- drop yum-skip-broken
Thu Jan 31 13:00:00 2008 cthielAATTsuse.de
- update to version 1.1.11
* plugins/tmprepo/tmprepo.conf, plugins/tmprepo/tmprepo.py, yum-utils.spec:
Add --tmprepo as a plugin
* plugins/aliases/aliases.py: New help info. for aliases
* plugins/security/security.py: Add support for the new help
* plugins/list-data/list-data.py: Add support for the new help
* plugins/list-data/list-data.py: Fix bad import
* plugins/priorities/priorities.py: Make yum-priorities not eat CPU just by
installing it
* plugins/list-data/list-data.py: Use .committer property in HEAD
* 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.
* 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
* docs/package-cleanup.1: Reorder option docs to be sorted
* docs/package-cleanup.1: Remove duplicate doc
* repodiff.py: make sure this only operates on src rpms b/c otherwise bad
things happen
* repodiff.py: add -q, --new and --old options to repodiff. Correct some
logic issues in the diffing, fix up the output to a pipe
* yumdownloader.py: Remove hack for
*-source repos.
* yumdownloader.py: Real fix for the __len__ problem. Don\'t disableRepo()
and then enable it, this even do the disable last ... oops.
* Makefile, repodiff.py, yum-utils.spec: add repodiff
* plugins/aliases/aliases.py: Workaround for bad yum module users
* plugins/security/security.py: Remove extra newlines, __str__ already
leads with one
* plugins/aliases/aliases: Remove empty lss alias and minor cleanup
Tue Jan 22 13:00:00 2008 cthielAATTsuse.de
- fix yum.conf location to /etc/yum in various places (#350914)
Mon Jan 7 13:00:00 2008 cthielAATTsuse.de
- update to version 1.1.10
* plugins/aliases/aliases.py: Quick work around for yumex
* debuginfo-install.py: make sure we\'re root to run debuginfo-install
closes rh bug #426470
* plugins/aliases/aliases, plugins/aliases/aliases.conf,
plugins/aliases/aliases.py: Add aliases module
* plugins/fastestmirror/fastestmirror.py: Strip any username:passwords
from our mirrors hostname before we display it
* plugins/fastestmirror/fastestmirror.py: Only display our mirrors if we
have some
* 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.
* 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
* plugins/basearchonly/basearchonly.py: Move conduit.getPackages until
needed, as it takes significant time
* yum-complete-transaction.py: make yum-complete-transaction backward
compat to yum 3.2.7/3.2.8
* docs/Makefile: add complete-transaction to doc makefile, too
* yum-complete-transaction.py: implement yum-util to clean up
unfinished/aborted transactions using transaction-done/transaction-all
files.
* repoclosure.py: Fix unreferenced variable in repoclosure.py
Wed Dec 12 13:00:00 2007 cthielAATTsuse.de
- update to version 1.1.9
* package-cleanup.py: get rid of the confirmation to clean up old
dupes when there are no dupes to clean up. rh bug: 328711
* plugins/fastestmirror/fastestmirror.py: Support multiple mirror excludes
in fastestmirror
* plugins/fastestmirror/fastestmirror.py: Add an \'exclude\' configuration
option to fastestmirror (Bug #407471)
* plugins/fastestmirror/fastestmirror.py: Add a maxthreads configuration
option to fastestmirror (Bug #227772)
* plugins/fastestmirror/fastestmirror.py: Actually display the fastest
mirrors
* plugins/fastestmirror/fastestmirror.py: Remove unused PluginYumExit
import
* package-cleanup.py: Added patch by Ville Skytta to make \'package-cleanup
- -leaves\' catch
*lib and
*libs
* yum-builddep.py: port yum-builddep to YumUtilBase format. Make it
actually, work :) closes rh bug #381291
* package-cleanup.py: clean up a deprecation
* 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
*)
* Makefile, plugins/priorities/ChangeLog,
plugins/priorities/priorities.py: Added optparser check in
priorities plugin (bz #847)
* 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\'
* plugins/basearchonly/basearchonly.conf: apply patch from Adel Gadllah to
add libflashsupport to basearchonly-plugin whitelist
* repoquery.py: apply patch from Bill Nottingham to make repoquery more
silent when --quiet is specified.
* plugins/upgrade-helper/cleanup.xml,
plugins/upgrade-helper/remove-stuff.xml: rename remove-stuff.xml to
cleanup.xml
* plugins/upgrade-helper/upgrade-helper.py: make it work with more recent
matchPackageNames
* yum-utils.spec: left out upgrade-helper from the list of plugins
* 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
* yumdownloader.py: catch error on download if destdir is not writable.
closed rh bug 352911
Thu Oct 18 14:00:00 2007 cthielAATTsuse.de
- update to version 1.1.8
* reposync.py: add option to enable plugins for reposync
* repoquery.py: add --plugins support to repoquery, too
* package-cleanup.py: Added patch to make package-cleanup return exit code
* Fixed yumdownloader --url output to show the right url (rhbz #301981)
* various other fixes
Fri Oct 5 14:00:00 2007 cthielAATTsuse.de
- New basearchonly plugin
- New --repofrompath=repotag,
option to specify local repos to
repoquery
- Lot of bug fixes (Check ChangeLog for details)
Thu Sep 13 14:00:00 2007 cthielAATTsuse.de
- added yum-utils-1.1.6-changelog.patch to fix a TypeError (#307208)
Wed Aug 29 14:00:00 2007 cthielAATTsuse.de
- package yum plugins:
* yum-merge-conf
* yum-versionlock
* yum-allowdowngrade
* yum-priorities
* yum-fastestmirror
* yum-tsflags
* yum-protect-packages
* yum-downloadonly
* yum-protectbase
* yum-changelog
* yum-skip-broken
Tue Aug 7 14:00:00 2007 cthielAATTsuse.de
- update to version 1.1.6
* Added protect-packages plugin
* Lot of bug fixes
Mon May 21 14:00:00 2007 cthielAATTsuse.de
- update to version 1.1.4
* 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.
* yumdownloader.py: removed crap from comment
* 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)
* plugins/security/security.py: Added patch to security plugin by Luke
Macken
Thu May 3 14:00:00 2007 cthielAATTsuse.de
- update to version 1.1.3
* New yum-security plugin by James Antill.
* New debuginfo-install util to install debuginfo packages
Wed Feb 21 13:00:00 2007 cthielAATTsuse.de
- actually upgrade to version 1.1.1
* fixed UnicodeEncodeError: \'ascii\' codec can\'t encode character errors in
repo-rss
Mon Feb 19 13:00:00 2007 cthielAATTsuse.de
- update to version 1.1.1
* repo-rss.py, repoclosure.py, repoquery.py,
plugins/changelog/changelog.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.
* 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.
Mon Feb 19 13:00:00 2007 cthielAATTsuse.de
- update to version 1.1.0 (requires yum >= 3.1.0)
* repo-rss.py: Add a better formating for description, get rid of the body
tag for the xml generated by repo-rss.
* plugins/priorities/priorities.py: Make priorities plugin work with
multiarch repositories with different repositories. (foo.i386 <>
foo.x86_64)
* repo-rss.py: Added patch to make repo-rss create one feed per group
found in comps.xml.
* plugins/downloadonly/downloadonly.py: Added \'--downloaddir\' option to
downloadonly plugin. the option make it posible to change the directory
where packages are downloaded.
* repoclosure.py: Added patch to sort repoclosure output
* yumdownloader.py: Fix traceback in yumdownloader using --resolve because
rpmdb was not initialized.
* yum-builddep.py:
o resurrect builddep by package name
o enable core type plugins (eg to allow for fastestmirror)
* repoquery.py: - fix a stupid typo breaking prco operations
Mon Jan 8 13:00:00 2007 cthielAATTsuse.de
- update to version 1.0.2
* 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.
* repoquery.py: - fix deprecation warning
* docs/yumdownloader.1: close rh bug # 218100 - typo in yumdownloader man
page.
* plugins/versionlock/versionlock.py: fixed AttributeError:
YumAvailablePackageSqlite instance has no attribute \'returnNevra in
versionlock plugin yum bugzilla #667
* repoquery.py: - fix --cache and --show-dupes options
* package-cleanup.py: add in a \'clean old dupes\' option to get rid of
version-wise-older dupes in the rpmdb
* yumdownloader.py: Fix problem with yumdownloader prints everything twice
because doConfigSetup was called twice.
- removed old patch
Sat Nov 4 13:00:00 2006 cthielAATTsuse.de
- import patch from uptream to fix problem with yumdownloader prints
everything twice because doConfigSetup was called twice (#218088)
Tue Oct 31 13:00:00 2006 cthielAATTsuse.de
- update to version 1.0.1
* priorities plugin added.
* added a -c option to yumdownloader
* fix for handling of local repos in reposync, repotrack and yumdownloader
Thu Oct 5 14:00:00 2006 cthielAATTsuse.de
- update to version 1.0
* no changes to latests cvs HEAD
Sun Oct 1 14:00:00 2006 cthielAATTsuse.de
- updated yum-utils-HEAD.patch
Tue Sep 26 14:00:00 2006 cthielAATTsuse.de
- updated yum-utils-HEAD.patch to latests cvs HEAD
- removed versioned requires to python
Mon Sep 25 14:00:00 2006 cthielAATTsuse.de
- consolidated yum-utils-
*.patch into yum-utils-HEAD.patch and upgraded to
cvs HEAD again, to make yum-utils work with the latests yum API
Sun Sep 17 14:00:00 2006 cthielAATTsuse.de
- added patches by Tim Lauridsen to make yum-utils work with
the latests yum API
* yum-utils-packagecleanup.patch
* yum-utils-repoquery.patch
* yum-utils-repotrack.patch
* yum-utils-yumdownloader.patch (fixes #200511)
Sat Aug 5 14:00:00 2006 cthielAATTsuse.de
- added patches from Fedora to make yum-utils work with new yum api
* yum-utils-0.6-fastestmirror-newapi.patch
* yum-utils-0.6-repoquery-newapi.patch