Fix Obsoletes: and changelog versioning

This commit is contained in:
Yaakov Selkowitz 2022-04-05 16:08:40 -04:00 committed by Stepan Oksanichenko
parent cc87df2d32
commit d158638647
2 changed files with 6 additions and 2 deletions

1
.ipxe.metadata Normal file
View File

@ -0,0 +1 @@
0441a1fc97256eb89f1e0dccb2067bde8e9cf2a2 ipxe-20200823-git4bd064de.tar.xz

View File

@ -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 <jarod@redhat.com> - 20200823-9.git4bd064de
- Fix Obsoletes: and changelog versioning
* Tue Mar 15 2022 Yaakov Selkowitz <yselkowi@redhat.com> - 20200823-8.git4bd064de
- Add ARM 64 EFI artifacts (bz 2059349)