>From History: http://lists.freshrpms.net/pipermail/freshrpms-list/2003-October/006223. html -----Original Message----- From: rpm-list-bounces@xxxxxxxxxx [mailto:rpm-list-bounces@xxxxxxxxxx] On Behalf Of Chris Edillon Sent: Wednesday, December 20, 2006 10:54 AM To: RPM Package Manager Subject: Re: quick FAQ On Tue, 2006-12-19 at 17:04 -0500, Joe Landman wrote: > How do I stop rpmbuild from stripping a binary file? I am building a > kernel module to put into an RPM. The module works fine and is > insmod'able outside of the rpm package. During packaging it appears to > be stripped of its symbols which leads to a module format error when > insmod'ing it. The module in the build tree is fine, the one the binary > rpm deposits into the requisite location on the machine is not. i did this once, and i think i added the following to the spec file: %define __spec_install_post %{nil} i'm not at work so i can't check my spec file, though. :) hth, chris _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list