Fix Obsoletes: and changelog versioning

Related: rhbz#2068139
This commit is contained in:
Yaakov Selkowitz 2022-04-05 16:08:40 -04:00
parent cc87df2d32
commit 98b76c8742

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)