From 2387a7685842d8001c0a6da0b1a02e9903bdcbb2 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Wed, 12 Jan 2022 21:29:08 +0800 Subject: [PATCH 1/2] spec: Update patch and changelog with !50 virsh: Display vhostuser socket path in domblklist Merge pull request !50 from dinglimin/openEuler-20.03-LTS-Next !50 --- libvirt.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libvirt.spec b/libvirt.spec index 1b7ad02..0902c19 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -150,6 +150,7 @@ Patch0039: add-phytium-2000plus-and-s2500-support-on-arm-archit.patch Patch0040: virDevMapperGetTargets-Don-t-ignore-EBADF.patch Patch0041: virdevmapper-Don-t-cache-device-mapper-major.patch Patch0042: virdevmapper-Handle-kernel-without-device-mapper-sup.patch +Patch0043: Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon-config-network = %{version}-%{release} @@ -1882,6 +1883,9 @@ exit 0 %changelog +* Wed Jan 12 2022 Euler Robot +- + * Wed Dec 08 2021 Euler Robot - virDevMapperGetTargets: Don't ignore EBADF - virdevmapper: Don't cache device-mapper major -- Gitee From ae24b66dc960b2af10578c4c17b420e34686d317 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Wed, 12 Jan 2022 21:29:13 +0800 Subject: [PATCH 2/2] spec: Update release version with !50 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 0902c19..e819285 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: 16 +Release: 17 License: LGPLv2+ URL: https://libvirt.org/ -- Gitee