Bug 448228

Summary: file dependencies are not resolved
Product: [Fedora] Fedora Reporter: Michael von der Heide <michael+konten>
Component: yumAssignee: Seth Vidal <skvidal>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 9CC: ffesti, james.antill, katzj, pmatilai, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-05-24 21:06:43 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:

Description Michael von der Heide 2008-05-24 19:18:03 UTC
Description of problem:
While apt-get is able to resolve dependencies of packages that depend on
filenames instead of packages, yum fails to resolve them (e.g. redhat-lsb with
many filename dependencies).

Version-Release number of selected component (if applicable):
3.2.16

Steps to Reproduce:
1. yum install redhat-lsb
  
Actual results:
Resolving Dependencies
--> Running transaction check
---> Package redhat-lsb.i386 0:3.1-19.fc8 set to be updated
--> Processing Dependency: /usr/bin/time for package: redhat-lsb
--> Processing Dependency: /usr/bin/pax for package: redhat-lsb
--> Finished Dependency Resolution
redhat-lsb-3.1-19.fc8.i386 from fedora has depsolving problems
  --> Missing Dependency: /usr/bin/pax is needed by package
redhat-lsb-3.1-19.fc8.i386 (fedora)
redhat-lsb-3.1-19.fc8.i386 from fedora has depsolving problems
  --> Missing Dependency: /usr/bin/time is needed by package
redhat-lsb-3.1-19.fc8.i386 (fedora)
Error: Missing Dependency: /usr/bin/pax is needed by package
redhat-lsb-3.1-19.fc8.i386 (fedora)
Error: Missing Dependency: /usr/bin/time is needed by package
redhat-lsb-3.1-19.fc8.i386 (fedora)

Additional info:
If required, I can attach additional debug information (yum -d 10).

Comment 1 Michael von der Heide 2008-05-24 21:06:43 UTC
Stupid, stupid. Forgot to update to release 2. 

Sorry for the inconvenience.