Bug 3802
| Summary: | rpm -V wish list | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Edward Kuns <eddie.kuns> |
| Component: | rpm | Assignee: | Jeff Johnson <jbj> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.0 | CC: | eddie.kuns, redhat |
| 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: | 1999-08-30 23:28:48 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
Edward Kuns
1999-06-29 16:03:43 UTC
Recommendation has ben forwarded to package developer/maintainer. *** Bug 3800 has been marked as a duplicate of this bug. *** rpm -V complains about many, many files in kernel-source and kernel-headers once one has made a kernel. A wonderful enhancement would be to mark, somehow, all the files that one expects to change in these rpm files. For example, all the ".depend" files. I have pages and pages of "rpm -V" complaints in kernel-headers and kernel-source. I know this is normal behavior. My wish is for some way to mark files that one expects to change so rpm -V (perhaps with some other option) won't list such files. When using the output of "rpm -Va" to look for system problems, it would make life much much easier! All but --nocfg are implemented in rpm-4.0.3. FWIW, the effect of --nocfg can be trivially implemented by doing rpm -Va | grep -v ' c ' and, with almost no additiona effort, can be configured using a popt alias in /etc/popt with rpm -Va --pipe. I see little need to add the option to rpm's default configuration. |