Bug 110030

Summary: Incorrectly depends upon kernel-headers
Product: [Fedora] Fedora Reporter: Cody Russell <bratsche>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1   
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: 2003-11-14 07:04:13 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 Cody Russell 2003-11-14 06:38:53 UTC
Description of problem:
I didn't have the installer install all the development components
when I first installed, so when I tried to manually install
gcc/binutils/etc, it gave me an error that glibc-headers required the
kernel-headers RPM, which doesn't exist.

It should be depending upon glibc-kernheaders.

Version-Release number of selected component (if applicable):
glibc-headers-2.3.2-101

How reproducible:
rpm -i glibc-headers

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Jakub Jelinek 2003-11-14 07:04:13 UTC
See:
rpm -q --whatprovides kernel-headers
glibc-kernheaders-2.4-8.35

kernel-headers is provided by glibc-kernheaders rpm.
You should use some rpm frontend for the updates (like up2date or yum)
which handles all this just fine.