1
0

Accepting request 829945 from Base:System

- Update to version 0.8.4+183+suse.1817ce2:
  Added reviewed upstream fix for multipath crash
  * multipath: get_dm_mpvec: discard broken maps

- Update to version 0.8.4+180+suse.50a2698:
  * Fix memory access / leak issues found with valgrind

- Update to version 0.8.4+170+suse.801341f:
  * libmultipath: tests: fix bitfield tests
  * Spec file: disable LTO for %check (bsc#1133122)

- Update to version 0.8.4+167+suse.70bef90: 
  Pull in reviewed upstream changes
- Bug fixes
  * libmultipath: add consistency check for alias settings (bsc#1172429)
  * libmultipath: select_action(): don't drop map if alias clashes (bsc#1172429)
  * libmultipath: refuse reloading an existing map with different WWID
    (bsc#1172429)
  * libmultipath: select_action(): force udev reload for uninitialized maps
    (bsc#1172157)
  * multipathd: uev_trigger(): handle incomplete ADD events (bsc#1172157)
  * improve logging for failure to set dev_loss_tmo (bsc#1173060, bsc#1173064)
  * libmultipath: add device to hwtable.c (bsc#1174026)
- New features
  * multipath: add -D option to skip multipathd delegation
  * multipath: delegate flushing maps to multipathd
  * multipathd: add "del maps" multipathd command
- Other changes
  * cleanup disassemble_map() code path
  * multipath-tools: introduce INIT_REMOVED state

OBS-URL: https://build.opensuse.org/request/show/829945
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=124
This commit is contained in:
Dominique Leuenberger 2020-09-01 18:06:12 +00:00 committed by Git OBS Bridge
commit 563ba49f66
6 changed files with 72 additions and 15 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="changesrevision">908383f93b525ce0a07beb974ee6f2bcf8f6ee4c</param></service></servicedata>
<param name="changesrevision">1817ce28a96a6440d8165de8696ceb2d23466261</param></service></servicedata>

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:31f0296045c1922e024d9c34fe0e7562fae23745dd2dd6b2aa8425c2e603cd4e
size 2486796

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc86714e8c637b62bc16467b8b3168666b5636230d6a8f0a2d9699a419e4a2b8
size 2449932

View File

@ -1,3 +1,54 @@
-------------------------------------------------------------------
Thu Aug 27 09:35:56 UTC 2020 - mwilck@suse.com
- Update to version 0.8.4+183+suse.1817ce2:
Added reviewed upstream fix for multipath crash
* multipath: get_dm_mpvec: discard broken maps
-------------------------------------------------------------------
Wed Aug 26 10:01:17 UTC 2020 - mwilck@suse.com
- Update to version 0.8.4+180+suse.50a2698:
* Fix memory access / leak issues found with valgrind
-------------------------------------------------------------------
Fri Aug 21 22:28:33 UTC 2020 - mwilck@suse.com
- Update to version 0.8.4+170+suse.801341f:
* libmultipath: tests: fix bitfield tests
* Spec file: disable LTO for %check (bsc#1133122)
-------------------------------------------------------------------
Thu Aug 20 19:20:59 UTC 2020 - mwilck@suse.com
- Update to version 0.8.4+167+suse.70bef90:
Pull in reviewed upstream changes
- Bug fixes
* libmultipath: add consistency check for alias settings (bsc#1172429)
* libmultipath: select_action(): don't drop map if alias clashes (bsc#1172429)
* libmultipath: refuse reloading an existing map with different WWID
(bsc#1172429)
* libmultipath: select_action(): force udev reload for uninitialized maps
(bsc#1172157)
* multipathd: uev_trigger(): handle incomplete ADD events (bsc#1172157)
* improve logging for failure to set dev_loss_tmo (bsc#1173060, bsc#1173064)
* libmultipath: add device to hwtable.c (bsc#1174026)
- New features
* multipath: add -D option to skip multipathd delegation
* multipath: delegate flushing maps to multipathd
* multipathd: add "del maps" multipathd command
- Other changes
* cleanup disassemble_map() code path
* multipath-tools: introduce INIT_REMOVED state
* logging improvements
* fix "multipathd show devices"
* libmultipath: remove uevent listener failback
* libmultipath: create bitfield abstraction
* libmultipath: count pending paths as active on loads
* kpartx: handle alternate bsd disklabel location
- Lots of minor fixes and cleanups
- Spec file: use %service_del_postun_without_restart macro
-------------------------------------------------------------------
Wed Jun 10 10:56:49 UTC 2020 - mwilck@suse.com

View File

@ -1,5 +1,5 @@
name: multipath-tools
version: 0.8.4+43+suse.908383f
mtime: 1591786519
commit: 908383f93b525ce0a07beb974ee6f2bcf8f6ee4c
version: 0.8.4+183+suse.1817ce2
mtime: 1598520717
commit: 1817ce28a96a6440d8165de8696ceb2d23466261

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
# Whether to build libdmmp
# Default YES except for SLE12 / Leap 42
%if 0%{?suse_version} >= 1500
@ -38,7 +39,7 @@
%define _sysdir usr/lib
Name: multipath-tools
Version: 0.8.4+43+suse.908383f
Version: 0.8.4+183+suse.1817ce2
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@ -53,15 +54,15 @@ Source3: dm-parts.conf
Source4: libmpathpersist-example.c
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires}
BuildRequires: pkgconfig(devmapper)
BuildRequires: libaio-devel
BuildRequires: pkgconfig(devmapper)
%if 0%{?with_libdmmp} == 1
BuildRequires: pkgconfig(json-c)
%endif
BuildRequires: pkgconfig(liburcu)
BuildRequires: readline-devel
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(liburcu)
BuildRequires: pkgconfig(systemd)
BuildRequires: pkgconfig(udev)
%if 0%{?with_check} == 1
@ -70,7 +71,7 @@ BuildRequires: pkgconfig(cmocka)
# For regenerate-initrd-posttrans
# For now, we still need to require suse-module-tools
# See https://github.com/openSUSE/rpm-config-SUSE/pull/6
BuildRequires: suse-module-tools
BuildRequires: suse-module-tools
Requires(post): suse-module-tools
Requires: device-mapper >= 1.2.78
Requires: kpartx
@ -161,8 +162,10 @@ cp %{SOURCE4} .
%if 0%{?with_check} == 1
%check
cd tests
make %{_make_output_sync} %{?_smp_mflags}
# ld fails to resolve cmocka's __wrap symbols with -flto
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643
%define _lto_cflags %{nil}
make OPTFLAGS="%{optflags}" %{_make_output_sync} %{?_smp_mflags} test
%endif
%install
@ -194,13 +197,16 @@ install -m 644 -D %{SOURCE3} %{buildroot}/usr/lib/dracut/dracut.conf.d/dm-parts.
exit 0
%preun
%service_del_preun multipathd.service
%service_del_preun -n multipathd.socket
%service_del_preun multipathd.service multipathd.socket
%postun
%{?regenerate_initrd_post}
%service_del_postun multipathd.service
%if 0%{?suse_version} >= 1550
%service_del_postun_without_restart multipathd.socket
%else
%service_del_postun -n multipathd.socket
%endif
%posttrans
%{?regenerate_initrd_posttrans}