diff --git a/.ipxe.metadata b/.ipxe.metadata new file mode 100644 index 0000000..89b9616 --- /dev/null +++ b/.ipxe.metadata @@ -0,0 +1 @@ +0441a1fc97256eb89f1e0dccb2067bde8e9cf2a2 ipxe-20200823-git4bd064de.tar.xz diff --git a/ipxe.spec b/ipxe.spec index 94e511e..71513ba 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -39,7 +39,7 @@ Name: ipxe Version: %{date} -Release: 8.git%{hash}%{?dist} +Release: 9.git%{hash}%{?dist} Summary: A network boot loader License: GPLv2 with additional permissions and BSD @@ -93,7 +93,7 @@ BuildArch: noarch Summary: Network boot loader images in bootable USB, CD, floppy and GRUB formats BuildArch: noarch Provides: %{name}-bootimgs = %{version}-%{release} -Obsoletes: %{name}-bootimgs < 20200823-8.git4bd064de +Obsoletes: %{name}-bootimgs < %{version}-%{release} Obsoletes: gpxe-bootimgs <= 1.0.1 %package roms @@ -310,6 +310,9 @@ cp -a src/bin-arm64-efi/ipxe.efi %{buildroot}/%{_datadir}/%{name}/arm64-efi/ipxe %endif %changelog +* Tue Apr 05 2022 Jarod Wilson - 20200823-9.git4bd064de +- Fix Obsoletes: and changelog versioning + * Tue Mar 15 2022 Yaakov Selkowitz - 20200823-8.git4bd064de - Add ARM 64 EFI artifacts (bz 2059349)