From 8691135c7a1f39b51f4ab654def24e0cefe37893 Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Tue, 16 Dec 2025 20:19:58 +0800 Subject: [PATCH] Update code from upstream --- ipxe.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ipxe.spec b/ipxe.spec index 827383e..45fca7a 100644 --- a/ipxe.spec +++ b/ipxe.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 5 # We don't want to ship debuginfo packages for this package # because they are firmwares of ROMS, and we should not @@ -214,6 +214,9 @@ install -m 0644 -p src/bin-arm64-efi/snponly.efi %{buildroot}/%{_datadir}/%{name %endif %changelog +* Tue Oct 29 2024 Troy Dawson - %{date}.git%{git_hash}-%{anolis_release} +- Bump release for October 2024 mass rebuild: + * Wed Feb 19 2025 Xiaoping Liu - 20240119-1.gitde8a0821 - update to 20240119 from 20220210 - migrated to SPDX license -- Gitee