Bug 528340

Summary: Not obeying glibc-devel -> glibc-headers dependency
Product: [Fedora] Fedora Reporter: Matt McCutchen <matt>
Component: rpmAssignee: Panu Matilainen <pmatilai>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 11CC: ffesti, jnovy, pmatilai
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-10-11 12:18:52 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 Matt McCutchen 2009-10-11 12:12:47 UTC
Description of problem:
"rpm -e --test glibc-headers" works even if glibc-devel, which requires it, is installed.

Version-Release number of selected component (if applicable):
rpm-4.7.1-1.fc11.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Install glibc-headers and glibc-devel if not already installed.
2. rpm -e --test glibc-headers
  
Actual results:
The test succeeds.

Expected results:
error: Failed dependencies:
	glibc-headers is needed by (installed) glibc-devel-2.10.1-5.x86_64

Additional info:
I tested in a little chroot without the --test option, and glibc-headers actually is removed.

Comment 1 Matt McCutchen 2009-10-11 12:18:52 UTC
Oops...

*** This bug has been marked as a duplicate of bug 476295 ***