Hi all, Yum 2.1.12 is available from the usual places. A number of fixes in this one. Barring anything unhappy the next version after this will include some changes which could cause some instability. Just a future-looking heads-up. Tarball: http://linux.duke.edu/yum/download/2.1/yum-2.1.12.tar.gz src.rpm: http://linux.duke.edu/yum/download/2.1/yum-2.1.12-1.src.rpm noarch.rpm - built on fedora core 2(ish): http://linux.duke.edu/yum/download/2.1/yum-2.1.12-1.noarch.rpm Changes: - yum clean output fix - bug: 140872 - fixes for installroot with logfiles and paths to repo.d dir - fix for bug 281 at atrpms fix for bug 140832 - try to catch keyboard interrupt earlier - check in throttle and bandwidth config option patch from Menno Smits - - check in yum.conf.5 man page update - remove --download-only option check so it doesn't pass through the options check cleanly eventhough it doesn't work right now :) - minor change in logging level for post-transaction output. - minor logic change in patch for output in cron job. - fix for outputting in cron job to cron emails - whoops fix for moving output when not on a tty. - make it more reasonable to import yum as a module instead of running it directly. - some nice, purty methods for the transactioninfo. Still not complete but getting closer - fix for generate-rss bug with 'recent' not specified - check in patch to make output look prettier and more accurate for unresolveable dep - fix for traceback when both packages of conflict in the ts. - more detail on what I need to do - fix for log file being executable - rh bug #137963 - fix for two different bugs: 1. yum install foo.i386 on an x86_64 machine 2. yum remove foo where two different packages require something from foo - fix for noarch pkg installs. - implement yum list obsoletes which outputs a nicer layout for obsoletes - implement yum update /path/to/file.rpm - fix yum module so it won't import the rpmdb more than once - remove debug print output - fix for ia32e on updates - fix ia32e and iseries to be picked up as multilib arches. let me know what broke. -sv