[Cooker] [Bug 4087] [spec-helper] spec-helper strips all binaries, even those in /usr/lib/debug

2003-06-20 Thread [flepied]
http://qa.mandrakesoft.com/show_bug.cgi?id=4087


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-20-06 12:16 ---
Patch applied in 0.9-1mdk. Thx.

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Patch applied in 0.9-1mdk. Thx.



[Cooker] [Bug 4087] [spec-helper] spec-helper strips all binaries, even those in /usr/lib/debug

2003-06-19 Thread [bugzilla-mandrake]
http://qa.mandrakesoft.com/show_bug.cgi?id=4087





--- Additional Comments From [EMAIL PROTECTED]  2003-19-06 16:47 ---
Created an attachment (id=519)
 --> (http://qa.mandrakesoft.com/attachment.cgi?id=519&action=view)
Patch for strip_files: Avoid /usr/lib/debug

Patch even seems to work

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date: 
description: 
There's a conflicting behaviour between rpm-build and spec-helper. Both contain
scripts that strip binaries, spec-helper has /usr/share/spec-helper/strip_files
and rpm-build has /usr/lib/rpm/brp-strip*. 

Unless you set DONT_STRIP in your spec file, strip_files will strip all binaries
already stripped by brp-strip, even those for the debug package which are
excluded by brp-strip. This makes the debug packages useless.