On 2003-04-03 at 22:45:56+0200 Michael Schwendt <ms0301rh@xxxxxxxx> wrote: > The solution is here somewhere. What I'm seeing is a non-root > rpmbuild environment that messes up the debuginfo macros and > everything else that is different compared with older versions of > the RPM package. I don't get any debuginfo packages at all. :) I > just get ordinary packages which contain binaries and object files > with debug info within and which are not stripped fully. Keep in mind that the file(1) command will always report binaries that were stripped by rpmbuild as "not stripped", because rpm's brp-strip runs "strip -g", not "strip". You need to use objdump (or compare file sizes) to see if the binaries were stripped by "strip -g".