2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-07-29 17:19:39 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Daniel Hilst e65c33cbcd fix(syslinux): allow noarch xcat subpackage to ship bootloader blobs on EL8/EL9
The syslinux-xcat subpackage is BuildArch: noarch but deliberately bundles the
arch-dependent PXELINUX/SYSLINUX bootloader blobs under
/opt/xcat/share/xcat/netboot/syslinux. EL10 rpm does not flag these real-mode
binaries, but EL8/EL9 rpm aborts the build with "Arch dependent binaries in
noarch package", so syslinux-xcat 6.03 could not be rebuilt for rh8/rh9 and the
2.17 -> 2.18 upgrade had no syslinux-xcat >= 6.03-1 to satisfy xCAT 2.18.

Set %_binaries_in_noarch_packages_terminate_build 0 so the self-contained xcat
netboot payload builds across EL8/EL9/EL10.
2026-06-29 09:02:31 -03:00
Daniel Hilst Selli fdf8393a2b fix: Add scripts & patches for building in mock for EL10
Signed-off-by: Daniel Hilst Selli <392820+dhilst@users.noreply.github.com>
2026-03-13 07:20:46 -03:00
jbjohnso 8cb6c1268c -Fix problem where mboot.c32 wasn't actually compiled making patch ineffective
Former-commit-id: ed19f29f2d23b4c7844645ee735aeef3fb8f7c5f
2010-05-15 11:46:25 +00:00
jbjohnso 01e058e193 -Clean up patch and update spec file
Former-commit-id: 4c750397cab1657c9054a4404f7192f8810e343b
2010-05-15 01:22:44 +00:00
jbjohnso b9d2a5d1d5 -Move the rpm target to a directory in xcat, for xcat to move as appropriate later 2009-07-09 21:01:32 +00:00
jbjohnso b611322ea4 -Produce an arch-independent rpm to install since the binaries are not executed by the system that this rpm is installed to 2009-07-09 20:56:57 +00:00
jbjohnso 9e87c3a589 -Add source/spec file to build prerequisite syslinux enhancements to aid the 2.3 boot strategy 2009-07-09 20:44:06 +00:00