From c35e7c9cf83eea0f66a0f0bd234059cde98ed910 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Thu, 23 Nov 2023 10:11:53 +0100 Subject: [PATCH] up to 2.03.23 --- lvm2-thin.patch | 2 +- lvm2.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lvm2-thin.patch b/lvm2-thin.patch index 0f0cd21..edef900 100644 --- a/lvm2-thin.patch +++ b/lvm2-thin.patch @@ -33,7 +33,7 @@ ]) - AS_IF([test "$CACHE_CHECK_NEEDS_CHECK" = "yes" && test "$CACHE_CONFIGURE_WARN" != "y"], [ + AS_IF([test "$CACHE_CHECK_NEEDS_CHECK" = "autodetect" && test "$CACHE_CONFIGURE_WARN" != "y"], [ - $CACHE_CHECK_CMD -V 2>/dev/null >conftest.tmp + "$CACHE_CHECK_CMD" -V 2>/dev/null >conftest.tmp read -r CACHE_CHECK_VSN < conftest.tmp IFS=.- read -r CACHE_CHECK_VSN_MAJOR CACHE_CHECK_VSN_MINOR CACHE_CHECK_VSN_PATCH LEFTOVER < conftest.tmp @@ -544,7 +544,7 @@ diff --git a/lvm2.spec b/lvm2.spec index d385d6f..16861e6 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -27,12 +27,12 @@ Summary: The new version of Logical Volume Manager for Linux Summary(pl.UTF-8): Nowa wersja Logical Volume Managera dla Linuksa Name: lvm2 -Version: 2.03.22 +Version: 2.03.23 Release: 1 License: GPL v2 and LGPL v2.1 Group: Applications/System Source0: ftp://sourceware.org/pub/lvm2/LVM2.%{version}.tgz -# Source0-md5: a97cf533222a5760225dbd26c3982ca6 +# Source0-md5: 0535b5e638b6f0b48f7b259e0ec0ba65 Patch0: device-mapper-dmsetup-export.patch Patch1: %{name}-pld_init.patch Patch2: device-mapper-dmsetup-deps-export.patch -- 2.44.0