Name: ipxe-bootimgs Version: 1.0 Release: 1%{?dist} Summary: iPXE Boot Images for aarch64 and x86_64 License: GPLv2+ URL: https://ipxe.org Source0: ipxe-bootimgs.tar.gz BuildArch: noarch BuildRequires: make gcc Requires: grub2 %description This package provides prebuilt iPXE boot images for aarch64 and x86_64 systems. These images can be used for network booting via PXE. %prep %setup -q %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/ipxe/ cp -a * %{buildroot}/usr/share/ipxe/ %files %license /usr/share/ipxe/ %changelog * Mon Oct 06 2025 Your Name - 1.0-1 - Initial package for ipxe-bootimgs including aarch64 and x86_64 boot images.