forked from pool/multipath-tools
* 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
This commit is contained in:
parent
fb4936d842
commit
ecff59b5d7
@ -4,7 +4,7 @@ Mon Feb 12 15:33:58 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||
- 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 <mwilck@suse.com>
|
||||
|
@ -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} .
|
||||
|
Loading…
x
Reference in New Issue
Block a user