From d167da891203121d44bab7ee665ef4e010ff5388 Mon Sep 17 00:00:00 2001 From: wency_cn Date: Tue, 9 Dec 2025 15:01:06 +0800 Subject: [PATCH] Update code from upstream --- edk2.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/edk2.spec b/edk2.spec index d3c80dc..9e97cc3 100644 --- a/edk2.spec +++ b/edk2.spec @@ -1,4 +1,4 @@ -%define anolis_release 19 +%define anolis_release 1 %undefine _auto_set_build_flags ExclusiveArch: x86_64 aarch64 loongarch64 riscv64 @@ -30,7 +30,7 @@ ExclusiveArch: x86_64 aarch64 loongarch64 riscv64 Name: edk2 -Version: 202402 +Version: 20250822 Release: %{anolis_release}%{?dist} Summary: UEFI firmware for 64-bit virtual machines License: BSD-2-Clause-Patent and OpenSSL and MIT @@ -112,6 +112,14 @@ Patch1006: 1006-MdePkg-Fix-overflow-issue-in-BasePeC.patch Patch1008: 1008-CVE-2024-1298.patch # https://github.com/tianocore/edk2/pull/10928 Patch1009: 1009-CVE-2024-38797.patch +Patch0003: 0003-Remove-paths-leading-to-submodules.patch +Patch0004: 0004-MdeModulePkg-TerminalDxe-set-xterm-resolution-on-mod.patch +Patch0005: 0005-OvmfPkg-take-PcdResizeXterm-from-the-QEMU-command-li.patch +Patch0006: 0006-ArmVirtPkg-take-PcdResizeXterm-from-the-QEMU-command.patch +Patch0007: 0007-OvmfPkg-enable-DEBUG_VERBOSE-RHEL-only.patch +Patch0008: 0008-OvmfPkg-silence-DEBUG_VERBOSE-0x00400000-in-QemuVide.patch +Patch0009: 0009-ArmVirtPkg-silence-DEBUG_VERBOSE-0x00400000-in-QemuR.patch +Patch1010: None BuildRequires: python3-devel BuildRequires: libuuid-devel -- Gitee