Bug 3662

Summary: * in macro name shouldn't be allowed
Product: Sisyphus Reporter: Alexey Voinov <voins>
Component: rpmAssignee: placeholder <placeholder>
Status: CLOSED NOTABUG QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: at, glebfm, imz, ldv, placeholder, vt
Version: unstable   
Hardware: all   
OS: Linux   

Description Alexey Voinov 2004-02-11 18:20:17 MSK
%define foo*bar baz

defines macro "foo" with value "*bar baz"

but

%foo*bar is not expanded at all
Comment 1 Dmitry V. Levin 2004-02-23 03:40:52 MSK
Note that %-f* should be expanded as argument to flag f. 
%* and %** are also valid exoansions. 
 
So I'm waiting for more concrete suggestion. 
Comment 2 Dmitry V. Levin 2004-06-27 03:59:31 MSD
No answer -> no bug.