1
0

* 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:
Martin Wilck 2024-02-14 08:51:37 +00:00 committed by Git OBS Bridge
parent fb4936d842
commit ecff59b5d7
2 changed files with 4 additions and 4 deletions

View File

@ -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 - Update to version 0.9.7+148+suse.7d9953e.obscpio
* This is a multipath-tools 0.9.8 pre-release * This is a multipath-tools 0.9.8 pre-release
* fix fast_io_fail for Infinibox (bsc#1219348) * 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> Mon Feb 12 15:09:47 UTC 2024 - Martin Wilck <mwilck@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package multipath-tools # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -62,9 +62,9 @@ BuildRequires: readline-devel
BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(liburcu) BuildRequires: pkgconfig(liburcu)
BuildRequires: pkgconfig(mount)
BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev) BuildRequires: pkgconfig(udev)
BuildRequires: pkgconfig(mount)
%if 0%{?with_check} == 1 %if 0%{?with_check} == 1
BuildRequires: pkgconfig(cmocka) BuildRequires: pkgconfig(cmocka)
%endif %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 the necessary changes to the multipath maps to ensure continuous
availability of the map devices. availability of the map devices.
# Currently, it makes no sense to split out libmpathpersist and libmpathcmd # Currently, it makes no sense to split out libmpathpersist and libmpathcmd
# separately. libmultipath has no stable API at all, and it depends # separately. libmultipath has no stable API at all, and it depends
# on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath # 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} %define libdir %{_libdir}
%endif %endif
%prep %prep
%setup -q -n multipath-tools-%{version} %setup -q -n multipath-tools-%{version}
cp %{SOURCE4} . cp %{SOURCE4} .