Bug 3662 - * in macro name shouldn't be allowed
Summary: * in macro name shouldn't be allowed
Status: CLOSED NOTABUG
Alias: None
Product: Sisyphus
Classification: Development
Component: rpm (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-11 18:20 MSK by Alexey Voinov
Modified: 2006-03-26 22:13 MSD (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.