Bug 9705
| Summary: | missing "CONTENTS" file. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Powertools | Reporter: | Adam Sulmicki <sulmicki> |
| Component: | 9wm | Assignee: | Tim Powers <timp> |
| Status: | CLOSED NOTABUG | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | CC: | sulmicki |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | noarch | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-02-23 12:40:53 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
Adam Sulmicki
2000-02-23 05:19:04 UTC
Yeah. We forgot to generate that file. You can do it yourself by using this command: First make sure you are in the i386 dir on the Powertools CD: cd i386/ Then do this. It will give a long package information list which is what we were supposed to include on the CD: for i in *.rpm; do rpm -qpi $i; echo ; echo ---------; echo; done | less Tim |