From eb402e663c6a978a3724c4347e79bf2af4d1867f Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Wed, 12 Jan 2022 21:29:07 +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 3ee267a..b9e754e 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 a056a0aa8000b654a0c47da295140b188f77e369 Mon Sep 17 00:00:00 2001 From: Chen Qun Date: Wed, 12 Jan 2022 21:29:12 +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 b9e754e..0902c19 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: 15 +Release: 16 License: LGPLv2+ URL: https://libvirt.org/ -- Gitee