Description of problem: up2date is configured to download source rpms and store in a directory on my computer. I often tell it to update a specific thing and this sometimes leads it to download other things that are dependencies. It does not get the source rpms for these dependencies but instead says it is getting the original item's source rpm over and again. (Of course it does find it already downloaded in the directory - saving time :-). Version-Release number of selected component (if applicable): 4.3.15 How reproducible: every time I have such a dependency list Steps to Reproduce: 1. Just try pulling down a new xorg and get all those dependencies! 2. 3. Actual results: # up2date A A.rpm is gotten A.src.rpm is gotten B.rpm is gotten A.src.rpm is gotten etc. Expected results: # up2date A A.rpm is gotten A.src.rpm is gotten B.rpm is gotten B.src.rpm is gotten etc. Additional info:
yeah, thats a messaging problem. If the bins use the same src rpm, it will look like its downloading the same src rpm more than once. It should be only downloading it once, and just verify its in the cache for the rest of the time.