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-aarch64-1.0-1.noarch.rpm Source1: ipxe-bootimgs-x86_64-1.0-1.noarch.rpm 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 # No preparation needed since we are bundling prebuilt RPMs. %install rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/ipxe/ # Use dnf to install the RPMs into the buildroot dnf install -y --installroot=%{buildroot} --releasever=/ %{SOURCE0} dnf install -y --installroot=%{buildroot} --releasever=/ %{SOURCE1} # Clean up unwanted files created by dnf rm -rf %{buildroot}/var/cache/dnf rm -rf %{buildroot}/var/lib/dnf rm -rf %{buildroot}/var/lib/rpm rm -rf %{buildroot}/var/log %files /usr/share/ipxe/ /usr/share/doc/ %changelog * Mon Oct 06 2025 Your Name - 1.0-1 - Initial package for ipxe-bootimgs including aarch64 and x86_64 boot images.