diff options
-rw-r--r-- | ipxe.spec | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -118,11 +118,11 @@ This package contains the iPXE ROMs for devices emulated by QEMU, in %endif %ifarch aarch64 -%package bootimgs-aarch64 +%package bootimgs Summary: ARM Network boot loader images in bootable USB and GRUB formats BuildArch: noarch -%description bootimgs-aarch64 +%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. @@ -267,7 +267,7 @@ cp -a src/bin-arm64-efi/ipxe.efi %{buildroot}/%{_datadir}/%{name}/arm64-efi/ipxe %endif %ifarch aarch64 -%files bootimgs-aarch64 +%files bootimgs %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/arm64-efi %if 0%{?fedora} |