Bug 430428
| Summary: | Uninstalled files with spaces in the path/filename | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ignacio Vazquez-Abrams <ivazqueznet> |
| Component: | rpm | Assignee: | Panu Matilainen <pmatilai> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8 | CC: | pnasrat |
| 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: | 2008-04-01 08:22:59 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: | |||
Fixed upstream, will be in 4.4.2.3 too... Fixed in rawhide now. |
Description of problem: rpm doesn't properly display installed but unpackaged files that have spaces in the pathname. Version-Release number of selected component (if applicable): rpm-4.4.2.2-7.fc8 How reproducible: Every time. Steps to Reproduce: 1. Build a package with files or paths that contain spaces, but don't list them in %files. 2. ??? 3. Fail. Actual results: RPM build errors: Installed (but unpackaged) file(s) found: ... /usr/share/xmlcopyeditor/templates/Custom rule set.xml /usr/share/xmlcopyeditor/templates/DITA Concept.xml ... Expected results: RPM build errors: Installed (but unpackaged) file(s) found: ... /usr/share/xmlcopyeditor/templates/Custom rule set.xml /usr/share/xmlcopyeditor/templates/DITA Concept.xml ...