Did anyone notice when storing files as #/NAME get broken?
    Jeffrey Johnson 
    n3npq at me.com
       
    Sun Dec  4 21:48:03 CET 2016
    
    
  
> On Dec 4, 2016, at 1:50 PM, Arkadiusz Miśkiewicz <arekm at maven.pl> wrote:
> 
> Some rpm change?
> 
Not an expansion change in rpm AFAIK: rpm expands macros everywhere, in comments, within quoted strings,
everywhere since forever. But perhaps a problem with precedence, since rpm build does map Name: and Version:
into macros when parsed.
Disable all macro definitions in rpmspec if you want to disable all expansions fixes some problems
Add %dump wherever to verify what macros are defined at that point while parsing.
73 de Jeff
    
    
More information about the pld-devel-en
mailing list