Bug 135412 - unescaped RPM macro places excessive garbage text into changelog
Summary: unescaped RPM macro places excessive garbage text into changelog
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: gstreamer
Version: rawhide
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Colin Walters
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-12 15:49 UTC by Moritz Barsnick
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 0.8.7-3
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-13 20:21:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.