File project.diff of Package ipxe
--- ipxe.changes.orig
+++ ipxe.changes
@@ -377,6 +377,11 @@ Tue Jul 21 13:19:27 UTC 2020 - Guillaume
- Enable build on aarch64
-------------------------------------------------------------------
+Tue Jun 2 09:52:25 UTC 2020 - Stefan Seyfried <seife+obs@b1-systems.com>
+
+- add ipxe.kpxe
+
+-------------------------------------------------------------------
Fri Oct 25 12:34:08 UTC 2019 - Alberto Planas Dominguez <aplanas@suse.com>
- Update cross compiler to GCC 9
--- ipxe.spec.orig
+++ ipxe.spec
@@ -17,9 +17,9 @@
%ifnarch %{ix86} x86_64
-%define buildtargets dsk,usb,lkrn
+%define buildtargets dsk,usb,lkrn,kpxe
%else
-%define buildtargets sdsk,dsk,iso,usb,lkrn
+%define buildtargets sdsk,dsk,iso,usb,lkrn,kpxe
%define do_floppy 1
%endif