diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-29 23:16:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-29 23:16:42 +0000 |
commit | cc0e7a6b320bae3448b790af9b56ff62cdc5cfdd (patch) | |
tree | f514bc53a7590ab72d3e3ebf35ae24bafc9f9c14 | |
parent | 190290fcb6593a9d119cbbbedcefa6fa1a6c4dac (diff) |
automatic import of ipxe
-rw-r--r-- | ipxe.spec | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -74,7 +74,7 @@ Obsoletes: gpxe <= 1.0.1 %endif %ifarch x86_64 -%package bootimgs-x86 +%package bootimgs Summary: X86 Network boot loader images in bootable USB, CD, floppy and GRUB formats BuildArch: noarch Provides: %{name}-bootimgs = %{version}-%{release} @@ -92,7 +92,7 @@ Summary: Network boot loader roms supported by QEMU, .rom format BuildArch: noarch Obsoletes: gpxe-roms-qemu <= 1.0.1 -%description bootimgs-x86 +%description bootimgs iPXE is an open source network bootloader. It provides a direct replacement for proprietary PXE ROMs, with many extra features such as DNS, HTTP, iSCSI, etc. @@ -243,7 +243,7 @@ cp -a src/bin-arm64-efi/ipxe.efi %{buildroot}/%{_datadir}/%{name}/arm64-efi/ipxe %endif %ifarch x86_64 -%files bootimgs-x86 +%files bootimgs %dir %{_datadir}/%{name} %{_datadir}/%{name}/ipxe.iso %{_datadir}/%{name}/ipxe.usb |