From 518afb4f65279ec9103c71daecf1323c329710c0 Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Tue, 3 Dec 2024 17:04:42 +0800 Subject: [PATCH] Fix: build on different arch create the same help package. Signed-off-by: Jia Chao --- edk2.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/edk2.spec b/edk2.spec index 507a06f..c6a6b58 100644 --- a/edk2.spec +++ b/edk2.spec @@ -7,7 +7,7 @@ Name: edk2 Version: %{stable_date} -Release: 16 +Release: 17 Summary: EFI Development Kit II License: BSD-2-Clause-Patent and OpenSSL and MIT URL: https://github.com/tianocore/edk2 @@ -372,30 +372,33 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys %endif %ifarch %{ix86} +%files ovfm-ia32 %license OvmfPkg/License.txt %license LICENSE.openssl -%files ovfm-ia32 %dir /usr/share/%{name} %endif %ifarch riscv64 +%files ovmf-riscv64 %license OvmfPkg/License.txt %license LICENSE.openssl -%files ovmf-riscv64 %dir %{_datadir}/%{name} %{_datadir}/%{name}/ovmf-riscv64 %endif %ifarch loongarch64 +%files ovmf-loongarch64 %license OvmfPkg/License.txt %license LICENSE.openssl -%files ovmf-loongarch64 %dir %{_datadir}/%{name} %{_datadir}/%{name}/loongarch64 %{_datadir}/qemu/firmware/50-edk2-loongarch64.json %endif %changelog +* Tue Dec 03 2024 Jia Chao - 202308-17 +- Fix: build on different arch create the same help package. + * Fri Nov 29 2024 adttil<2429917001@qq.com> - 202308-16 - vdpa: support vdpa blk/scsi device boot -- Gitee