On Wed, 2005-06-15 at 22:11 -0500, Christopher Weis wrote: > Okay, this time I built the patch against yum-2.3.3 as included in the > yum-2.3.3-1.src.rpm package from Duke. After installing and > configuring (making sure to add "tsflags=repackage" to /etc/yum.conf) > I was able to do a "yum update" that created repackaged RPMs > in /var/spool/repackage. > > If this proves to be a decent solution, we'll want to update the man > page to reflect this new flag (see attached/proposed yum.conf.patch > file). > > Thanks everyone. I'll keep an eye on the list for any bugs that are > found with this. > So I'm looking at this patch and I'm trying to figure out what it actually _does_. It seems like you just added 'pass' for all the RPMCALLBACK_REPACKAGE_* cases in the rpm callback. Shouldn't we be outputting _something_ so the user knows the repackaging is going on? If only b/c repackaging could take a while and it looks a bit odd that nothing is being outputted during this time. What do you think? -sv