diff --git a/ipxe.spec b/ipxe.spec index 06ee41d..778b5bb 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -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 - 20200823-2.git4bd064de +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Sep 15 2020 Cole Robinson - 20200823-1.git4bd064de.git - Update to newer git snapshot, synced with qemu.git - Re-enable HTTPS support, with edk2 fix included (bz 1820836)