From 86aa03cfc35167632aea82f7cee0d9435413c063 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Sun, 25 Apr 2021 16:28:42 +0800 Subject: [PATCH 1/2] spec: Update patch and changelog with !28 --- libvirt.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libvirt.spec b/libvirt.spec index f7c9902..1f83d38 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -140,6 +140,7 @@ Patch0029: virdevmapper-Don-t-use-libdevmapper-to-obtain-depend.patch Patch0030: libvirt-Add-retry-support-for-error-policy.patch Patch0031: qemu-Support-retry-BLOCK_IO_ERROR-event.patch Patch0032: libvirt-conf-Set-default-values-of-retry-fileds.patch +Patch0033: Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon-config-network = %{version}-%{release} @@ -1872,6 +1873,9 @@ exit 0 %changelog +* Sun Apr 25 2021 Chen Qun +- + * Sun Apr 25 2021 Chen Qun - libvirt: Add 'retry' support for error policy - qemu: Support 'retry' BLOCK_IO_ERROR event. -- Gitee From 276aeca2f3d1f39f0fe622ea9609b52c2f284c25 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Sun, 25 Apr 2021 16:28:42 +0800 Subject: [PATCH 2/2] spec: Update release version with increase release verison by one Signed-off-by: Chen Qun --- libvirt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec b/libvirt.spec index 1f83d38..b1a1401 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -99,7 +99,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 6.2.0 -Release: 11 +Release: 12 License: LGPLv2+ URL: https://libvirt.org/ -- Gitee