Stephen John Smoogen wrote:
In your 'build' system you will want to make sure that the rpmmacros files do not have %debug_package %{nil}
using %debug_package %{nil} means that debug info is left in the binaries and not stripped out ( so you end up with large binary .rpm's ) perhaps that is exactly what the OP wanted ?