diff --git a/bugfix-fix-nvram_path-list.patch b/bugfix-fix-nvram_path-list.patch new file mode 100644 index 0000000000000000000000000000000000000000..7f862417ce2f7b5ab491143f5ec7674e896d67d8 --- /dev/null +++ b/bugfix-fix-nvram_path-list.patch @@ -0,0 +1,25 @@ +From cfe67a9b59efb75feccba7ff2fc2e177b0161e75 Mon Sep 17 00:00:00 2001 +From: mayunlong +Date: Thu, 29 Sep 2022 20:08:33 +0800 +Subject: [PATCH] bugfix: fix nvram_path list + +--- + src/stratovirt/stratovirt_conf.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/stratovirt/stratovirt_conf.c b/src/stratovirt/stratovirt_conf.c +index f25fb102d2..06f24b22b2 100644 +--- a/src/stratovirt/stratovirt_conf.c ++++ b/src/stratovirt/stratovirt_conf.c +@@ -108,7 +108,7 @@ virStratoVirtDriverGetCapabilities(virStratoVirtDriverPtr driver, bool refresh) + + #ifndef DEFAULT_LOADER_NVRAM + # define DEFAULT_LOADER_NVRAM \ +- "/usr/share/edk2/ovmf/OVMF_CODE.fd:/usr/share/edk2/ovmf/OVMF_VARS.fd:" ++ "/usr/share/edk2/ovmf/OVMF_CODE.fd:/usr/share/edk2/ovmf/OVMF_VARS.fd" + #endif + + virStratoVirtDriverConfigPtr virStratoVirtDriverConfigNew(bool privileged) +-- +2.25.1 + diff --git a/libvirt.spec b/libvirt.spec index ccaa3f2781b70a58edd732ff181672d443614ce1..902b1dee35f271a9d831d6a9689698e5c1ab7ce2 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -102,7 +102,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 6.2.0 -Release: 45 +Release: 46 License: LGPLv2+ URL: https://libvirt.org/ @@ -259,6 +259,7 @@ Patch0145: qemu-Add-missing-lock-in-qemuProcessHandleMonitorEOF.patch Patch0146: Add-command-define-undefine-start-shutdown-in-strato.patch Patch0147: bugfix-fix-command-create-flags-undefine-flags-capsi.patch Patch0148: bugfix-fix-ProcessEventHandler-and-cfg-firmwares.patch +Patch0149: bugfix-fix-nvram_path-list.patch Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon-config-network = %{version}-%{release} @@ -2021,6 +2022,9 @@ exit 0 %changelog +* Thu Sep 29 2022 mayunlong - 6.2.0-46 +- bugfix: fix nvram_path list + * Fri Sep 16 2022 mayunlong - 6.2.0-45 - bugfix: fix ProcessEventHandler and cfg firmwares