Bug 135412

Summary: unescaped RPM macro places excessive garbage text into changelog
Product: [Fedora] Fedora Reporter: Moritz Barsnick <moritz>
Component: gstreamerAssignee: Colin Walters <walters>
Status: CLOSED RAWHIDE QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 0.8.7-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-13 20:21:12 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 Moritz Barsnick 2004-10-12 15:49:08 UTC
Description of problem:
In the SPEC file, there is an unescaped RPM macro, namely %configure. 
This is unfortunately expanded in the changelog (rpm -qp --changelog 
$file.rpm), and is a bit annoying.

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


How reproducible:
always

Steps to Reproduce:
1. tail +`fgrep -n %changelog gstreamer.spec | cut -d: -f1`  
gstreamer.spec | fgrep %configure
 
Actual results:
- stopped using %configure so we need to pass in all the args

Expected results:
- stopped using %%configure so we need to pass in all the args

Additional info: