update shim.spec.

Signed-off-by: jinlun <jinlun@huawei.com>
This commit is contained in:
jinlun 2022-12-13 11:22:27 +00:00 committed by Gitee
parent eadffdd961
commit 4f217e9b1b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <jinlun@huawei.com> - 15-25
- add edition number
* Tue Sep 20 2022 gaoyusong <gaoyusong2@huawei.com> - 15-24
- fix CVE-2021-23840 CVE-2021-23841 CVE-2022-0778 CVE-2021-3712