prjconf: export s390-tools genprotimg bootloaders in x86_64 (bsc#1222675)

They are built in s390x, but should also be available in x86_64, which
is the only other arch s390-tools is built in.

Signed-off-by: Eugenio Paolantonio <eugenio.paolantonio@suse.com>
This commit is contained in:
Eugenio Paolantonio 2024-04-17 14:50:55 +02:00
parent f19be65152
commit 565b1cc3a3

View File

@ -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 #
############