Bug 14961
| Summary: | RPM -qf requires full path | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Cole Tuininga <egon> | ||||
| Component: | rpm | Assignee: | Jeff Johnson <jbj> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 7.0 | CC: | katzj | ||||
| 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: | 2000-09-14 17:19:12 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: | |||||||
| Attachments: |
|
||||||
|
Description
Cole Tuininga
2000-08-01 14:00:03 UTC
This is because rpmCleanPath is, in my opinion, a little overzealous about stripping the path to files. The attached patch will solve this problem, but I'm not sure what other problems are caused by leaving a leading ./ on the files opened by rpm. Created attachment 2117 [details]
don't remove leading ./ in rpmCleanPath
There are almost certainly "other problems". Deferred. Time to find out what other problems there are. Applied in rpm-4.1 cvs, thanks for the patchl. |