From d956fbc9e705477e14bc3ba0f81bbc618164da94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AE=87=E5=93=B2?= Date: Wed, 15 May 2024 09:14:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=BA=E5=A4=B1=E7=9A=84gc?= =?UTF-8?q?c-c++=20=E6=9E=84=E5=BB=BA=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- edk2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/edk2.spec b/edk2.spec index edcb979..7cb6521 100644 --- a/edk2.spec +++ b/edk2.spec @@ -1,4 +1,4 @@ -%define anolis_release .0.2 +%define anolis_release .0.4 ExclusiveArch: x86_64 aarch64 %define GITDATE 20220126 @@ -93,7 +93,7 @@ Patch1019: 0048-OvmfPkg-AmdSev-SecretDxe-Allocate-secret-location-as.patch BuildRequires: python3-devel BuildRequires: libuuid-devel BuildRequires: /usr/bin/iasl -BuildRequires: binutils gcc git +BuildRequires: binutils gcc gcc-c++ git %ifarch x86_64 # Only OVMF includes 80x86 assembly files (*.nasm*). @@ -529,6 +529,9 @@ true %endif %changelog +* Wed May 15 2024 liyuzhe - 20220126gitbb1bba3d77-6.0.4 +- Added gcc-c++ to the BuildRequires section + * Wed Jan 24 2024 Baoshun Fang - 20220126gitbb1bba3d77-6.0.3 - 0048-OvmfPkg-AmdSev-SecretDxe-Allocate-secret-location-as.patch - Resolves: bz#8033 -- Gitee