diff --git a/edk2.spec b/edk2.spec index 8b97367bf83db7493c3149620c097366552f0243..270dabf6120311acb41a6d775f360f042250a150 100644 --- a/edk2.spec +++ b/edk2.spec @@ -7,7 +7,7 @@ Name: edk2 Version: %{stable_date} -Release: 12 +Release: 13 Summary: EFI Development Kit II License: BSD-2-Clause-Patent and OpenSSL and MIT URL: https://github.com/tianocore/edk2 @@ -287,11 +287,11 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys %files help %doc BaseTools/UserManuals/*.rtf +%license OvmfPkg/License.txt +%license LICENSE.openssl %ifarch aarch64 %files aarch64 -%license OvmfPkg/License.txt -%license LICENSE.openssl %dir /usr/share/%{name} %dir /usr/share/%{name}/aarch64 /usr/share/%{name}/aarch64/QEMU*.fd @@ -301,29 +301,26 @@ chmod +x %{buildroot}%{_bindir}/Rsa2048Sha256GenerateKeys %ifarch x86_64 %files ovmf -%license OvmfPkg/License.txt -%license LICENSE.openssl %dir %{_datadir}/%{name} %{_datadir}/%{name}/ovmf %{_datadir}/qemu/firmware/10-edk2-ovmf-x64-nosb.json %endif %ifarch %{ix86} -%license OvmfPkg/License.txt -%license LICENSE.openssl %files ovfm-ia32 %dir /usr/share/%{name} %endif %ifarch riscv64 -%license OvmfPkg/License.txt -%license LICENSE.openssl %files ovmf-riscv64 %dir %{_datadir}/%{name} %{_datadir}/%{name}/ovmf-riscv64 %endif %changelog +* Tue Dec 03 2024 Jia Chao - 202308-13 +- Fix: build on different arch create the same help package. + * Mon Oct 14 2024 shenyage - 202308-12 - fix CVE-2023-45236、CVE-2023-45237