blob: 79aeba6b1dc9121ee8e6a6e15f10261b3599c74a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
Name: ipxe-bootimgs
Version: 1.21.1
Release: 6%{?dist}
Epoch: 1
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 <zhihang161013@outlook.com> - 1.0-1
- Initial package for ipxe-bootimgs including aarch64 and x86_64 boot images.
|