From 565b1cc3a3aec5ba35481456edf17eb89d72fedb Mon Sep 17 00:00:00 2001 From: Eugenio Paolantonio Date: Wed, 17 Apr 2024 14:50:55 +0200 Subject: [PATCH] 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 --- _config | 6 ++++++ 1 file changed, 6 insertions(+) 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 # ############