diff --git a/shim.spec b/shim.spec index 6df61730399549c93d1d7fdc292fb2b8d83230d7..fa5f2723e2eef0e7f1b92c5eb7e64a09ac451a07 100644 --- a/shim.spec +++ b/shim.spec @@ -22,7 +22,7 @@ Name: shim Version: 15 -Release: 24 +Release: 25 Summary: First-stage UEFI bootloader ExclusiveArch: x86_64 aarch64 License: BSD @@ -57,8 +57,8 @@ Patch21: backport-CVE-2021-3712.patch BuildRequires: elfutils-libelf-devel openssl-devel openssl git pesign gnu-efi gnu-efi-devel gcc Requires: dbxtool efi-filesystem mokutil Provides: bundled(openssl) = 1.0.2j -Provides: shim-%{efi_arch} -Obsoletes: shim-%{efi_arch} +Provides: shim-%{efi_arch} = %{version}-%{release} +Obsoletes: shim-%{efi_arch} < %{version}-%{release} %description Initial UEFI bootloader that handles chaining to a trusted full \ @@ -151,6 +151,9 @@ cd .. /usr/src/debug/%{name}-%{version}-%{release}/* %changelog +* Tue Dec 13 2022 jinlun - 15-25 +- add edition number + * Tue Sep 20 2022 gaoyusong - 15-24 - fix CVE-2021-23840 CVE-2021-23841 CVE-2022-0778 CVE-2021-3712