Bug 5043 - Feature request '--nokernels' flag for '--freshen'
Summary: Feature request '--nokernels' flag for '--freshen'
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: rpm
Version: 6.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jeff Johnson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-09-10 13:22 UTC by Ken Crandall
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-09-10 13:58:19 UTC
Embargoed:


Attachments (Terms of Use)

Description Ken Crandall 1999-09-10 13:22:34 UTC
It would be nice to have a '--nokernel' flag for the
'--freshen' option, so one could do an 'rpm -Fvh *' without
having to worry that a kernel RPM will get in the mix.

Comment 1 Jeff Johnson 1999-09-10 13:58:59 UTC
Try
	ls -1 * |  grep -v '^kernel > /tmp/1
	rpm -F `cat /tmp/1`

Otherwise I'll be adding --nothis, --nothat flags to rpm for eternity.


Note You need to log in before you can comment on or make changes to this bug.