Wednesday Shawn said: >On Wed, 2003-04-16 at 16:57, Marius Andreiana wrote: >> >> If I disable building debug rpms, will this work then? How to disable >> that, looked in rpmbuild man page and found nothing about it. > >I added this to my spec file, seems to work: >%define debug_package %{nil} specfiles are way too crufty as it is. Just do this: $ echo '%debug_package %{nil}' >>~/.rpmmacros Shamelessly stolen from: http://groups.google.com/groups?selm=slrnb8mbih.vk8.mattdm%40jadzia.bu.edu ../C