import edk2-20220126gitbb1bba3d77-3.el9_0.1

This commit is contained in:
CentOS Sources 2022-08-09 05:46:10 -04:00 committed by Stepan Oksanichenko
parent f218450859
commit c32a698f3c
3 changed files with 12 additions and 3 deletions

View File

@ -15,7 +15,9 @@
{
"architecture": "x86_64",
"machines": [
"pc-q35-rhel8.5.0"
"pc-q35-rhel8.5.0",
"pc-q35-rhel8.6.0",
"pc-q35-rhel9.*"
]
}
],

View File

@ -18,7 +18,9 @@
{
"architecture": "x86_64",
"machines": [
"pc-q35-rhel8.5.0"
"pc-q35-rhel8.5.0",
"pc-q35-rhel8.6.0",
"pc-q35-rhel9.*"
]
}
],

View File

@ -24,7 +24,7 @@ ExclusiveArch: x86_64 aarch64
Name: edk2
Version: %{GITDATE}git%{GITCOMMIT}
Release: 3%{?dist}
Release: 3%{?dist}.1
Summary: UEFI firmware for 64-bit virtual machines
License: BSD-2-Clause-Patent and OpenSSL and MIT
URL: http://www.tianocore.org
@ -546,6 +546,11 @@ KERNEL_IMG=$(rpm -q -l $KERNEL_PKG | egrep '^/lib/modules/[^/]+/vmlinuz$')
%changelog
* Fri Jul 29 2022 Miroslav Rezanina <mrezanin@redhat.com> - 20220126gitbb1bba3d77-3.el9_0.1
- edk2-OvmfPkg-Update-target-machines-config.patch [bz#2109988]
- Resolves: bz#2109988
(Add RHEL 8.5, 8,6 and 9.x machine types to firmware descriptor files 50-edk2-ovmf-{amdsev,cc}.json [rhel-9.0.0.z])
* Wed Feb 23 2022 Miroslav Rezanina <mrezanin@redhat.com> - 20220126gitbb1bba3d77-3
- edk2-spec-build-amdsev-variant.patch [bz#2054661]
- edk2-OvmfPkg-AmdSev-SecretPei-Mark-SEV-launch-secret-area.patch [bz#2041755]