Bug 85645

Summary: rpm chokes on %install in changlog
Product: [Retired] Red Hat Public Beta Reporter: Jack Neely <jjneely>
Component: rpmAssignee: Jeff Johnson <jbj>
Status: CLOSED WONTFIX QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: phoebe   
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: 2003-03-05 15:19: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 Jack Neely 2003-03-05 15:14:34 UTC
Description of problem:
RPM chokes if I have a changelog entry in a spec file that contains a "%install"

Version-Release number of selected component (if applicable):
rpm-4.2-0.66

Example:
* Sat Feb 17 2001 Name <email>
- update to new revision in CVS
- use Makefile instead of crafting our own %install
- add %post to run migrate-rcconf

Comment 1 Jeff Johnson 2003-03-05 15:19:56 UTC
Yup, macros are expanded everywhere, and redhat-rpm-config
has overloaded the %install section marker with a macro.

Escape as '%%install' to prevent expansion.