Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/ipxe.git#cc925706f944df3119340e83bf21859e031e4508
This commit is contained in:
DistroBaker 2021-02-04 05:51:47 +01:00
parent 8e00d4d846
commit ecadb32db2
1 changed files with 5 additions and 1 deletions

View File

@ -53,7 +53,7 @@
Name: ipxe
Version: %{date}
Release: 1.git%{hash}%{?dist}
Release: 2.git%{hash}%{?dist}
Summary: A network boot loader
License: GPLv2 with additional permissions and BSD
@ -84,6 +84,7 @@ BuildRequires: binutils-devel
%if 0%{?cross}
BuildRequires: binutils-x86_64-linux-gnu gcc-x86_64-linux-gnu
%endif
BuildRequires: make
Obsoletes: gpxe <= 1.0.1
@ -242,6 +243,9 @@ done
%endif
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 20200823-2.git4bd064de
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Sep 15 2020 Cole Robinson <aintdiscole@gmail.com> - 20200823-1.git4bd064de.git
- Update to newer git snapshot, synced with qemu.git
- Re-enable HTTPS support, with edk2 fix included (bz 1820836)