Bug 165418

Summary: use --remove-comment in find-debuginfo.sh
Product: [Fedora] Fedora Reporter: Roland McGrath <roland>
Component: rpmAssignee: Paul Nasrat <nobody+pnasrat>
Status: CLOSED UPSTREAM QA Contact: Mike McLean <mikem>
Severity: low Docs Contact:
Priority: medium    
Version: rawhide   
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: 2005-08-25 15:19:16 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:
Attachments:
Description Flags
patch to find-debuginfo.sh none

Description Roland McGrath 2005-08-09 06:06:09 UTC
Description of problem:

brp-strip-comment removes .comment sections later in the rpm build process,
and their data is lost completely.  eu-strip will preserve these in the .debug
files in the -debuginfo rpm if given the --remove-comment switch.

The attached patch makes find-debuginfo.sh pass the switch.

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

How reproducible:
100%

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Roland McGrath 2005-08-09 06:06:09 UTC
Created attachment 117566 [details]
patch to find-debuginfo.sh

Comment 2 Jeff Johnson 2005-08-25 15:19:16 UTC
Added to rpm-4_4 cvs, should be in rpm-4.4.3-0.4 when built. Thanks for the patch.