(In reply to Dr. Werner Fink from comment #22) > RPM lint does not like LTO in static libs > > [ 11s] RPMLINT report: > [ 11s] =============== > [ 12s] libsigsegv-devel.x86_64: W: lto-bytecode /usr/lib64/libsigsegv.a > [ 12s] This executable contains a LTO section. LTO bytecode is not > portable and > [ 12s] should not be distributed in static libraries or e.g. Python > modules. Yep, I've added the check. Using fat LTO objects will handle this: https://en.opensuse.org/openSUSE:LTO#Static_libraries and brp-checks will do LTO bytecode stripping for the static libs.