From e4337e3bb0e5877eff36ca9a7461b279bc0bb69f Mon Sep 17 00:00:00 2001 From: imxcc Date: Tue, 14 Sep 2021 22:17:12 +0800 Subject: [PATCH] Modify some different patch files Signed-off-by: imxcc --- ...-major.patch => Don-t-cache-device-mapper-major.patch | 0 ... => Handle-kernel-without-device-mapper-support.patch | 0 libvirt.spec | 9 ++++++--- 3 files changed, 6 insertions(+), 3 deletions(-) rename 0001-Don-t-cache-device-mapper-major.patch => Don-t-cache-device-mapper-major.patch (100%) rename 0001-Handle-kernel-without-device-mapper-support.patch => Handle-kernel-without-device-mapper-support.patch (100%) diff --git a/0001-Don-t-cache-device-mapper-major.patch b/Don-t-cache-device-mapper-major.patch similarity index 100% rename from 0001-Don-t-cache-device-mapper-major.patch rename to Don-t-cache-device-mapper-major.patch diff --git a/0001-Handle-kernel-without-device-mapper-support.patch b/Handle-kernel-without-device-mapper-support.patch similarity index 100% rename from 0001-Handle-kernel-without-device-mapper-support.patch rename to Handle-kernel-without-device-mapper-support.patch diff --git a/libvirt.spec b/libvirt.spec index 70cb8ab..77b5722 100644 --- a/libvirt.spec +++ b/libvirt.spec @@ -105,7 +105,7 @@ Summary: Library providing a simple virtualization API Name: libvirt Version: 6.2.0 -Release: 22 +Release: 23 License: LGPLv2+ URL: https://libvirt.org/ @@ -184,8 +184,8 @@ Patch0067: tests-fix-stat-mocking-with-Fedora-rawhide.patch Patch0068: cpu_map-Add-Cooperlake-x86-CPU-model.patch Patch0069: cpu_map-Add-pschange-mc-no-bit-in-IA32_ARCH_CAPABILI.patch Patch0070: cpu_map-Distribute-x86_Cooperlake.xml.patch -Patch0071: 0001-Don-t-cache-device-mapper-major.patch -Patch0072: 0001-Handle-kernel-without-device-mapper-support.patch +Patch0071: Don-t-cache-device-mapper-major.patch +Patch0072: Handle-kernel-without-device-mapper-support.patch Requires: libvirt-daemon = %{version}-%{release} Requires: libvirt-daemon-config-network = %{version}-%{release} @@ -1919,6 +1919,9 @@ exit 0 %changelog +* Tue Sep 14 2021 imxcc - 6.2.0-23 +- Modify some different patch files + * Thu Sep 2 2021 heyitao - 6.2.0-22 - Don't cache device-mapper major - Handle kernel without device-mapper support