From ecff59b5d719b1bb5394ea005700cb2009d041423ecfe7dc7c2fd0365382a18e Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Wed, 14 Feb 2024 08:51:37 +0000 Subject: [PATCH] * Fix activation of LVM volume groups during coldplug (bsc#1219142) OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=327 --- multipath-tools.changes | 2 +- multipath-tools.spec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/multipath-tools.changes b/multipath-tools.changes index a928a54..2361316 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -4,7 +4,7 @@ Mon Feb 12 15:33:58 UTC 2024 - Martin Wilck - Update to version 0.9.7+148+suse.7d9953e.obscpio * This is a multipath-tools 0.9.8 pre-release * fix fast_io_fail for Infinibox (bsc#1219348) - * Fix activation of LVM volume groups during coldplug (bsc#1219143) + * Fix activation of LVM volume groups during coldplug (bsc#1219142) ------------------------------------------------------------------- Mon Feb 12 15:09:47 UTC 2024 - Martin Wilck diff --git a/multipath-tools.spec b/multipath-tools.spec index 693db0e..52683a9 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -1,7 +1,7 @@ # # spec file for package multipath-tools # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -62,9 +62,9 @@ BuildRequires: readline-devel BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(liburcu) +BuildRequires: pkgconfig(mount) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(udev) -BuildRequires: pkgconfig(mount) %if 0%{?with_check} == 1 BuildRequires: pkgconfig(cmocka) %endif @@ -88,6 +88,7 @@ monitors path devices for failure, removal, or addition, and applies the necessary changes to the multipath maps to ensure continuous availability of the map devices. + # Currently, it makes no sense to split out libmpathpersist and libmpathcmd # separately. libmultipath has no stable API at all, and it depends # on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath @@ -159,7 +160,6 @@ This package provides development files and documentation for libdmmp. %define libdir %{_libdir} %endif - %prep %setup -q -n multipath-tools-%{version} cp %{SOURCE4} .