Issue
In glibc 2.36 upstream removed the libSegFault.so library and in theory an application could have linked directly against the library and created a DT_NEEDED for the library. Given that we want to provide backwards compatibility for glibc and all the provided DSOs in the package we should ship a compat-libSegFault subpackage that provides the DSO. We should not install this subpackage by default but allow users who need it to install it as required.