diff --git a/edk2.spec b/edk2.spec index 507a06f09738ece7ce1988a4d7cf92f38deddb15..c6a6b5843f4b8695c06d47e886457e1552b543f5 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