Re: Since 6.18.x make binrpm-pkg does not sign modules
From: Holger Kiehl
Date: Sun Jan 11 2026 - 12:41:47 EST
On Sat, 10 Jan 2026, Nicolas Schier wrote:
> A simple solution might be to call modules_sign target after the
> find-debuginfo.sh run; but commit 16c36f8864e3 spunds to me as if we
> should rather do something similiar as for the Debian packages:
> modules_install with INSTALL_MOD_STRIP=1 and then install only the debug
> infos manually.
>
> Does that make sense?
>
I am not a kernel developer and my knowledge in this area is very
limited. Did try your suggestion to call modules_install with
INSTALL_MOD_STRIP=1, but still the signature was removed in the
RPM. Removing the 'chmod u+x', so find-debuginfo.sh does not strip
them, did not help either. But, most properly, I am still missing
something.
Kind regards,
Holger