RPM

rpmbuild does not process filename escaping as documented

Bug #647053 reported by Jeff Johnson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
RPM
New
Undecided
Unassigned
Fedora
Won't Fix
Low

Bug Description

tracker

Revision history for this message
In , Joe (joe-redhat-bugs) wrote :

Description of problem:
When using a filename list for %files in a SPEC file, backslash escaping is not applied. The documentation in "/usr/share/doc/rpm-4.8.1/spec" gives the following example to generate a file list, inserting escapes for special characters:

\verbatim
        rm -f $RPM_BUILD_DIR/filelist.rpm
        echo '%defattr(-,root,root)' >> $RPM_BUILD_DIR/filelist.rpm
        find $RPM_BUILD_ROOT/%{_prefix} -type f -print | \
            sed "s!$RPM_BUILD_ROOT!!" | perl -pe 's/([?|*.\'"])/\\$1/g' \
                >> $RPM_BUILD_DIR/filelist.rpm

        %files -f filelist.rpm
\endverbatim

This does not work. The correct approach for a file list seems to be to just quote all filenames. I did not check the behavior of filenames listed directly in the %files section. It is probably best just to update the documentation.

Version-Release number of selected component (if applicable):
4.8.1

Jeff Johnson (n3npq)
tags: added: fedora rpmbuild
Revision history for this message
In , Bug (bug-redhat-bugs) wrote :

This message is a reminder that Fedora 13 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 13. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora
'version' of '13'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version prior to Fedora 13's end of life.

Bug Reporter: Thank you for reporting this issue and we are sorry that
we may not be able to fix it before Fedora 13 is end of life. If you
would still like to see this bug fixed and are able to reproduce it
against a later version of Fedora please change the 'version' of this
bug to the applicable version. If you are unable to change the version,
please add a comment here and someone will do it for you.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

The process we are following is described here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Revision history for this message
In , Bug (bug-redhat-bugs) wrote :

Fedora 13 changed to end-of-life (EOL) status on 2011-06-25. Fedora 13 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version.

Thank you for reporting this bug and we are sorry it could not be fixed.

Changed in fedora:
importance: Unknown → Low
status: Unknown → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.