From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.5) Gecko/20011012 Description of problem: When up2date starts downloading the assoicated source RPM for a package it does not reset its amount downloaded count thus redndering the progress indicators useless. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Select to download source RPm's for updated packages 2. Update any package. 3. When it starts to download the source RPM the progress indicators will be wrong. Additional info: I think reseting the 'count' in up2date.py file might help ;-) def getPackage(pkg, msgCallback = None, progressCallback = None): .... if cfg.readEntry("retrieveSource"): count = 0; # I added this to fix it. s = getServer()
This should be fixed in all current versions of the client.