Bug 200714

Summary: paranthesis symbol in Source tag breakes rpm
Product: [Fedora] Fedora Reporter: Andy Shevchenko <andy>
Component: rpmAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: 5   
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: 2006-08-05 08:07:39 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 Andy Shevchenko 2006-07-31 09:41:06 UTC
Description of problem:
I should like to build my own rpm package from following source tarball:
ftp://202.65.194.18/cn/nic/rtl8111brtl8168b/linux-r1000(103).zip derived from 
http://www.realtek.com.tw/downloads/downloads1-3.aspx?Keyword=8168

But original name can't be used in rpm due to faults on decompress stage in 
section %setup.

Version-Release number of selected component (if applicable):
Last FC5 official build.

How reproducible:
Try to write simple specfile with given URL as Source0.

Expected results:
The given name is possible at least in the *nix file systems.

Comment 1 Jeff Johnson 2006-08-05 08:07:39 UTC
Adding parentheses in file names is asking for trouble, as the parentheses
will need escaping everywhere that the file is used in scripts.

Rename the tar ball when packaging, leaving a comment describing what was done:

E.g.
   # renamed from ftp://202.65.194.18/cn/nic/rtl8111brtl8168b/linux-r1000(103).zip
    Source0: linux-r1000_103.zip