From d6c8c204b432f27519eb221bf83714ccaefa8345 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: May 04 2023 14:48:11 +0000 Subject: kernel-binary: install expoline.o (boo#1210791 bsc#1211089) Signed-off-by: Michal Suchanek --- diff --git a/rpm/kernel-binary.spec.in b/rpm/kernel-binary.spec.in index 45104ff..2fa7cdc 100644 --- a/rpm/kernel-binary.spec.in +++ b/rpm/kernel-binary.spec.in @@ -786,6 +786,10 @@ if [ %CONFIG_MODULES = y ]; then find %buildroot -name "*.ko" > kofiles.list dwarfextract %buildroot/boot/Kerntypes-%kernelrelease-%build_flavor -C kofiles.list || echo "dwarfextract failed ($?)" fi + expoline=arch/s390/lib/expoline/expoline.o + if test -f arch/s390/lib/expoline/expoline.o ; then + install -m 644 -D -t %rpm_install_dir/%cpu_arch_flavor/$(dirname $expoline) $expoline + fi %endif # Also put the resulting file in %rpm_install_dir/%cpu_arch/%build_flavor