Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Applications > Developer Suite > Issue <<  8 of 22 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 4411
Last update: 12-01-04
Issue:
How do I prevent a debuginfo RPM from being built?
Resolution:
There are 2 ways to do this:
  1. Add the following line to the rpm .spec file

     
    %define debug_package %{nil}
          


  2. Add the following to ~/.rpmmacros

     
    %debug_package %{nil}
          



How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Applications > Developer Suite > Issue <<   8  of  22  >>