diff --git a/_config b/_config index eb9a548..66bb759 100644 --- a/_config +++ b/_config @@ -852,6 +852,12 @@ ExportFilter: ^openCryptoki-32bit.*\.s390.rpm$ . s390x # Make grub2-i386-efi available on x86_64 / support x86_64 CPU on 32bit UEFI - boo#1208057 ExportFilter: ^grub2-i386-efi.*\.noarch\.rpm$ . x86_64 +# Export s390-tools genprotimg bootloaders in x86_64. bsc#1222675 +# Requested by Eugenio 2024-04-17 +%ifarch s390x +ExportFilter: ^s390-tools-genprotimg-data.*\.noarch\.rpm$ . x86_64 +%endif + ############ # For QEMU # ############