From 83f31bc93e1ba414d7c3f01f57c952818cf3fcc4 Mon Sep 17 00:00:00 2001 From: tigro Date: Sun, 17 Nov 2024 16:58:50 +0300 Subject: [PATCH] Try to allow include package on aarch64 compose --- SPECS/syslinux.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS/syslinux.spec b/SPECS/syslinux.spec index fea0bee..7e5ae4b 100644 --- a/SPECS/syslinux.spec +++ b/SPECS/syslinux.spec @@ -70,15 +70,16 @@ Requires: syslinux-extlinux-nonlinux = %{version}-%{release} The EXTLINUX bootloader, for booting the local system, as well as all the SYSLINUX/PXELINUX modules in /boot. -%ifarch %{ix86} %package tftpboot Summary: SYSLINUX modules in /tftpboot, available for network booting BuildArch: noarch +ExclusiveArch: %{ix86} x86_64 aarch64 %description tftpboot All the SYSLINUX/PXELINUX modules directly available for network booting in the /tftpboot directory. +%ifarch %{ix86} %package extlinux-nonlinux Summary: The parts of the EXTLINUX bootloader which aren't run from linux. Requires: syslinux