From 34aa12edda691bfab6ec57164c333f9c489d8111 Mon Sep 17 00:00:00 2001 From: yinxiuxiu Date: Mon, 14 Oct 2024 09:36:57 +0000 Subject: [PATCH] fixed some spelling errors of libvirt.spec requrements ==> requirements fileds ==> fields --- libvirt.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvirt.spec b/libvirt.spec index 069e85c..cd0ddf9 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -525,7 +525,7 @@ copy of the libvirt.org website documentation. %package daemon Summary: Server side daemon and supporting files for libvirt library -# All runtime requirements for the libvirt package (runtime requrements +# All runtime requirements for the libvirt package (runtime requirements # for subpackages are listed later in those subpackages) # The client side, i.e. shared libs are in a subpackage @@ -2658,7 +2658,7 @@ exit 0 - cpu/aarch64: enable host-model cpu for AArch64 architecture - conf/domain_conf: pin the retry_interval and retry_timeout parameters to xml - nodedev: fix potential heap use after free -- libvirt/conf: Set default values of retry fileds +- libvirt/conf: Set default values of retry fields - qemu: Support 'retry' BLOCK_IO_ERROR event. - libvirt: Add 'retry' support for error policy - vdpa: support vdpa device migrate -- Gitee