Bug 4078

Summary: can't define multi-line macros in spec file
Product: [Retired] Red Hat Linux Reporter: Bill Nottingham <notting>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0CC: rvokal
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: 1999-07-16 21:53:56 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 Bill Nottingham 1999-07-16 21:53:56 UTC
In a macro file, the following is legal:

%foo \
  this is a test \
  of multiline macros

However, attempting to do the same thing in a spec file:

%define foo \
   this is a test \
   of multiline macros

gives:
 1>   %define^foo \
  0< (empty)
  0<   this is a test \
line 31: Unknown tag:   this is a test \

Comment 1 Bill Nottingham 2000-08-22 16:39:02 UTC
works now.