[Rpm-ecosystem] build-id
Neal Gompa
ngompa13 at gmail.com
Sun Mar 18 14:25:49 UTC 2018
On Sun, Mar 18, 2018 at 10:20 AM, Baho Utot <baho-utot at columbus.rr.com> wrote:
> I am building a scratch built linux system and I am using rpm as the package
> manager.
>
> I want to disable build-id in rpm so it discards or doesn't act on the
> build-id.
>
> Can build-id processing be disabled in a macro file?
>
> If so how does one do that.
>
> Want to remove the following from the binary rpm package
>
If you want debuginfo without the build-id files in the main rpm, set
the following in your rpm vendor macros file:
%_build_id_links alldebug
I also highly recommend you set these two in your vendor config, as it
makes your debuginfo subpackages more focused:
%_debugsource_packages 1
%_debuginfo_subpackages 1
--
真実はいつも一つ!/ Always, there's only one truth!
More information about the Rpm-ecosystem
mailing list