1
0

Accepting request 682522 from Base:System

- Update to version 0.7.9+139+suse.ed9d450:
  * multipath-tools: Build: properly parse systemd's version

- Add kmod(xyz) style dependencies for SLE15-SP1 
  (jsc#SLE-3853, fate#326579, bsc#1119414)

- Update to version 0.7.9+138+suse.0edd0a2:
- Include reviewed fixes from upstream
  * libmutipath: continue to use old state on PATH_PENDING
  * libmultipath: disable user_friendly_names for NetApp
  * multipath: blacklist zram devices
  * various fixes for martinal path code
- Bug fixes:
  * multipathd: Fix miscounting active paths (bsc#1125043)
  * multipathd: avoid null pointer dereference in LOG_MSG
  (bsc#1127873)
  * minor fixes suggested by coverity (bsc#1127879)

OBS-URL: https://build.opensuse.org/request/show/682522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=110
This commit is contained in:
Dominique Leuenberger 2019-03-13 08:07:47 +00:00 committed by Git OBS Bridge
commit a6d82cb417
5 changed files with 40 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="changesrevision">b4232b74b6fcc722cdc16286fabe8b7e339be05f</param></service><service name="tar_scm">
<param name="changesrevision">ed9d45084265bdd23b816fcb69dc52c1b321fef5</param></service><service name="tar_scm">
<param name="url">https://github.com/mwilck/multipath-tools.git</param>
<param name="changesrevision">08a969b7fce0db769b63bdbfead2a452dc417d58</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Thu Mar 07 15:09:30 UTC 2019 - mwilck@suse.com
- Update to version 0.7.9+139+suse.ed9d450:
* multipath-tools: Build: properly parse systemd's version
-------------------------------------------------------------------
Tue Mar 5 14:12:54 UTC 2019 - Martin Wilck <mwilck@suse.com>
- Add kmod(xyz) style dependencies for SLE15-SP1
(jsc#SLE-3853, fate#326579, bsc#1119414)
-------------------------------------------------------------------
Tue Mar 05 09:29:04 UTC 2019 - mwilck@suse.com
- Update to version 0.7.9+138+suse.0edd0a2:
- Include reviewed fixes from upstream
* libmutipath: continue to use old state on PATH_PENDING
* libmultipath: disable user_friendly_names for NetApp
* multipath: blacklist zram devices
* various fixes for martinal path code
- Bug fixes:
* multipathd: Fix miscounting active paths (bsc#1125043)
* multipathd: avoid null pointer dereference in LOG_MSG
(bsc#1127873)
* minor fixes suggested by coverity (bsc#1127879)
-------------------------------------------------------------------
Fri Jan 11 20:39:36 UTC 2019 - Martin Wilck <mwilck@suse.com>

View File

@ -50,7 +50,7 @@
Name: multipath-tools
Url: http://christophe.varoqui.free.fr/
Version: 0.7.9+111+suse.b4232b7
Version: 0.7.9+139+suse.ed9d450
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only AND LGPL-2.0-or-later
@ -82,6 +82,14 @@ Requires(post): suse-module-tools
Requires: device-mapper >= 1.2.78
Requires: kpartx
Requires: sg3_utils
# Generate kmod(xyz)-style dependencies for modules that we put
# in modules-load.d. Use the modules.d file (Source1) as input to avoid
# maintaining these dependencies in several places.
# This feature is to be enabled for SLE15-SP1, and some time in the
# near future, for Factory.
%if 0%{?sle_version} >= 150100
%(sed 's/^\s*//;s/\s*$//;/^#/d;/^$/d;s/^/Requires: kmod(/;s/$/)/;' %{S:1})
%endif
Obsoletes: multipath-tools-rbd <= %{version}
PreReq: coreutils grep