From de981eb591a768dadafed4fdfb9669dc2b9bf204 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 9 Oct 2025 03:41:37 +0000 Subject: automatic import of ipxe-bootimgs --- ipxe.spec | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 ipxe.spec (limited to 'ipxe.spec') diff --git a/ipxe.spec b/ipxe.spec new file mode 100644 index 0000000..407fbf5 --- /dev/null +++ b/ipxe.spec @@ -0,0 +1,33 @@ +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. -- cgit v1.2.3