!67 【轻量级 PR】:shim:add edition number
From: @jinlun123123 Reviewed-by: @HuaxinLuGitee Signed-off-by: @HuaxinLuGitee
This commit is contained in:
commit
45f8eb7765
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: shim
|
Name: shim
|
||||||
Version: 15
|
Version: 15
|
||||||
Release: 24
|
Release: 25
|
||||||
Summary: First-stage UEFI bootloader
|
Summary: First-stage UEFI bootloader
|
||||||
ExclusiveArch: x86_64 aarch64
|
ExclusiveArch: x86_64 aarch64
|
||||||
License: BSD
|
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
|
BuildRequires: elfutils-libelf-devel openssl-devel openssl git pesign gnu-efi gnu-efi-devel gcc
|
||||||
Requires: dbxtool efi-filesystem mokutil
|
Requires: dbxtool efi-filesystem mokutil
|
||||||
Provides: bundled(openssl) = 1.0.2j
|
Provides: bundled(openssl) = 1.0.2j
|
||||||
Provides: shim-%{efi_arch}
|
Provides: shim-%{efi_arch} = %{version}-%{release}
|
||||||
Obsoletes: shim-%{efi_arch}
|
Obsoletes: shim-%{efi_arch} < %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Initial UEFI bootloader that handles chaining to a trusted full \
|
Initial UEFI bootloader that handles chaining to a trusted full \
|
||||||
@ -151,6 +151,9 @@ cd ..
|
|||||||
/usr/src/debug/%{name}-%{version}-%{release}/*
|
/usr/src/debug/%{name}-%{version}-%{release}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2022 jinlun <jinlun@huawei.com> - 15-25
|
||||||
|
- add edition number
|
||||||
|
|
||||||
* Tue Sep 20 2022 gaoyusong <gaoyusong2@huawei.com> - 15-24
|
* Tue Sep 20 2022 gaoyusong <gaoyusong2@huawei.com> - 15-24
|
||||||
- fix CVE-2021-23840 CVE-2021-23841 CVE-2022-0778 CVE-2021-3712
|
- fix CVE-2021-23840 CVE-2021-23841 CVE-2022-0778 CVE-2021-3712
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user