diff --git a/SPECS/ipxe.spec b/SPECS/ipxe.spec index f9a5226..d5fd681 100644 --- a/SPECS/ipxe.spec +++ b/SPECS/ipxe.spec @@ -40,7 +40,7 @@ Name: ipxe Version: %{date} -Release: 2.git%{hash}%{?dist} +Release: 3.git%{hash}%{?dist} Summary: A network boot loader Group: System Environment/Base @@ -171,6 +171,7 @@ for rom in %qemuroms; do mv bin/${rom}.combined.rom bin/${rom}.rom done +make bin-x86_64-efi/snponly.efi %endif %install @@ -194,6 +195,7 @@ for fmt in %{formats};do done done popd +cp -a src/bin-x86_64-efi/snponly.efi %{buildroot}/%{_datadir}/%{name}/ipxe-snponly-x86_64.efi # the roms supported by qemu will be packaged separatedly # remove from the main rom list and add them to qemu.list @@ -214,6 +216,7 @@ done %{_datadir}/%{name}/ipxe.lkrn %{_datadir}/%{name}/ipxe.efi %{_datadir}/%{name}/undionly.kpxe +%{_datadir}/%{name}/ipxe-snponly-x86_64.efi %doc COPYING COPYING.GPLv2 USAGE %files roms -f rom.list @@ -226,6 +229,9 @@ done %endif %changelog +* Tue Apr 14 2020 Neil Horman <nhorman@redhat.com> - 20181210-3.git133f4c.el7 +- Add snponly.efi image (bz 1776929) + * Mon Jan 14 2019 Neil Horman <nhorman@redhat.com> - 20180825-2.git133f4c.el7 - Enable vcreate and vdestroy commands (1583231)