Bug 664

Summary: the dev package can be accidentally uninstalled!
Product: [Retired] Red Hat Linux Reporter: prabhu
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: low Docs Contact:
Priority: low    
Version: 8.0CC: prabhu, rvokal
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: 2002-12-13 19:20:09 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 prabhu 1999-01-01 18:52:35 UTC
The dev package can be accidentally uninstalled and sys
admins who are unaware of this can land up in trouble if
they uninstall this package by mistake.  This may not be a
bug but I have seen cases of people who have actually done
this and had severe problems once they did this.  This is
because according to RPM no package needs dev (this is
obviously very wrong).

# rpm -q --whatrequires dev
no package requires dev
#

prabhu

Comment 1 Alan Cox 2002-12-13 19:06:28 UTC
Just scanning over bug pre-history

Its now pinned in place by mkinitrd at least. Surely the kernel can also require
this now ?


Comment 2 Bill Nottingham 2002-12-13 19:20:09 UTC
Changed initscripts in CVS to require dev. That should cover most of the
non-esoteric setups.