Bug 430428

Summary: Uninstalled files with spaces in the path/filename
Product: [Fedora] Fedora Reporter: Ignacio Vazquez-Abrams <ivazqueznet>
Component: rpmAssignee: Panu Matilainen <pmatilai>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: 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:

Description Ignacio Vazquez-Abrams 2008-01-28 00:21:26 UTC
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
 ...

Comment 1 Panu Matilainen 2008-01-28 07:22:38 UTC
Fixed upstream, will be in 4.4.2.3 too...

Comment 2 Panu Matilainen 2008-04-01 08:22:59 UTC
Fixed in rawhide now.