Bug 120538

Summary: up2date - source rpms for dependencies not downloading
Product: [Fedora] Fedora Reporter: Roger Cross <rogcro>
Component: up2dateAssignee: Adrian Likins <alikins>
Status: CLOSED DEFERRED QA Contact: Fanny Augustin <fmoquete>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-08-26 18:43:00 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 120068    

Description Roger Cross 2004-04-10 05:56:17 UTC
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:

Comment 1 Adrian Likins 2004-04-22 19:57:53 UTC
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.