On Thu, 2005-09-29 at 09:39 +0800, Jeff Pitman wrote: > Hi: > > Is obsoletes processing being run with a groupinstall? I have the > following for a mock chroot: /usr/sbin/mock-helper yum > --installroot /var/lib/mock/centos-4-i386/root > -c /var/lib/mock/centos-4-i386/root/builddir/mock.conf groupinstall > build --obsoletes > > However, if I have--in the same transaction--python = 2.4.1 and python24 > trying to obsolete it, rpm does not process this. So, does that mean > groupinstall only executes with "-i" and not "-U"? yum doesn't run rpm at all. it adds packages to a transaction set and handles it that way. The default mode is 'u' unless something is specifically installonly. but two items in the same transaction won't obsolete each other, iirc. -sv