diff --git a/ipxe.spec b/ipxe.spec index 2fe55a0..bfb2e2d 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -2,10 +2,11 @@ %global qemuroms 10222000 10ec8029 8086100e 10ec8139 1af41000 80861209 808610d3 15ad07b0 %global buildarches x86_64 %global debug_package %{nil} +%global enable_i386 0 Name: ipxe -Version: 1.20.1 -Release: 2 +Version: 1.21.1 +Release: 1 Summary: A network boot loader Epoch: 1 License: GPLv2 with additional permissions and BSD @@ -92,13 +93,17 @@ make_ipxe ISOLINUX_BIN=/usr/share/syslinux/isolinux.bin \ mkdir bin-combined for rom in %{qemuroms}; do make_ipxe CONFIG=qemu bin/${rom}.rom +%if 0%{?enable_i386} make_ipxe CONFIG=qemu bin-i386-efi/${rom}.efidrv +%endif make_ipxe CONFIG=qemu bin-x86_64-efi/${rom}.efidrv vid="0x${rom%%????}" did="0x${rom#????}" EfiRom -f "$vid" -i "$did" --pci23 \ -b bin/${rom}.rom \ +%if 0%{?enable_i386} -ec bin-i386-efi/${rom}.efidrv \ +%endif -ec bin-x86_64-efi/${rom}.efidrv \ -o bin-combined/${rom}.rom EfiRom -d bin-combined/${rom}.rom @@ -167,6 +172,12 @@ done %endif %changelog +* Wed Feb 03 2021 gaihuiying - 1.21.1-1 +- Type:requirement +- Id:NA +- SUG:NA +- DESC: update ipxe to 1.21.1 + * Thu Sep 03 2020 zhouyihang - 1.20.1-2 - Type:bugfix - Id:NA diff --git a/v1.20.1.tar.gz b/v1.20.1.tar.gz deleted file mode 100644 index 7d36df5..0000000 Binary files a/v1.20.1.tar.gz and /dev/null differ diff --git a/v1.21.1.tar.gz b/v1.21.1.tar.gz new file mode 100644 index 0000000..e551676 Binary files /dev/null and b/v1.21.1.tar.gz differ