Bug 7608
Summary: | rpms with kernel dependencies | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Tim Pepper <rhn> |
Component: | knfsd | Assignee: | Cristian Gafton <gafton> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | ung |
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: | 1999-12-22 16:12:39 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
Tim Pepper
1999-12-05 20:44:53 UTC
Try adding the missing dependencies to /etc/rpmrc, as in Provides: kernel If you need to satisfy specific versions, you can also create a virtual package that has, aside from the minimal name, vesrsion, ... required by rpm, in a spec file Provides: kernel = x.y.z-abc # substititue for x.y.z-abc Build and install the virtual package to satisfy rpm dependencies w/o actually installing Red Hat kernel rpm's. |