import edk2-20220126gitbb1bba3d77-3.el9_0.1
This commit is contained in:
parent
f218450859
commit
c32a698f3c
@ -15,7 +15,9 @@
|
|||||||
{
|
{
|
||||||
"architecture": "x86_64",
|
"architecture": "x86_64",
|
||||||
"machines": [
|
"machines": [
|
||||||
"pc-q35-rhel8.5.0"
|
"pc-q35-rhel8.5.0",
|
||||||
|
"pc-q35-rhel8.6.0",
|
||||||
|
"pc-q35-rhel9.*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -18,7 +18,9 @@
|
|||||||
{
|
{
|
||||||
"architecture": "x86_64",
|
"architecture": "x86_64",
|
||||||
"machines": [
|
"machines": [
|
||||||
"pc-q35-rhel8.5.0"
|
"pc-q35-rhel8.5.0",
|
||||||
|
"pc-q35-rhel8.6.0",
|
||||||
|
"pc-q35-rhel9.*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -24,7 +24,7 @@ ExclusiveArch: x86_64 aarch64
|
|||||||
|
|
||||||
Name: edk2
|
Name: edk2
|
||||||
Version: %{GITDATE}git%{GITCOMMIT}
|
Version: %{GITDATE}git%{GITCOMMIT}
|
||||||
Release: 3%{?dist}
|
Release: 3%{?dist}.1
|
||||||
Summary: UEFI firmware for 64-bit virtual machines
|
Summary: UEFI firmware for 64-bit virtual machines
|
||||||
License: BSD-2-Clause-Patent and OpenSSL and MIT
|
License: BSD-2-Clause-Patent and OpenSSL and MIT
|
||||||
URL: http://www.tianocore.org
|
URL: http://www.tianocore.org
|
||||||
@ -546,6 +546,11 @@ KERNEL_IMG=$(rpm -q -l $KERNEL_PKG | egrep '^/lib/modules/[^/]+/vmlinuz$')
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 23 2022 Miroslav Rezanina <mrezanin@redhat.com> - 20220126gitbb1bba3d77-3
|
||||||
- edk2-spec-build-amdsev-variant.patch [bz#2054661]
|
- edk2-spec-build-amdsev-variant.patch [bz#2054661]
|
||||||
- edk2-OvmfPkg-AmdSev-SecretPei-Mark-SEV-launch-secret-area.patch [bz#2041755]
|
- edk2-OvmfPkg-AmdSev-SecretPei-Mark-SEV-launch-secret-area.patch [bz#2041755]
|
||||||
|
Loading…
Reference in New Issue
Block a user