1
0

Accepting request 516121 from home:mwilck:branches:Base:System

- Rebase to upstream multipath-tools 0.7.2.
- Drop 67-kpartx-compat.rules
- Update to version 0.7.2+8+suse.95e8f43e:
  * libmultipath: retain_attached_hw_handler obsolete with 4.3+
  * multipath-tools: move up TEMPLATE in hwtable
  * multipath-tools: delete libdmmp/docs/man directory in make clean
  * libmultipath: fix unit to seconds in log message for checker timeout
  * multipath-tools: add HPE StoreVirtual 3200 family to hwtable
  * multipath-tools: add HPE MSA 2050/2052 to hwtable
  * multipath-tools: add/change fujitsu arrays
  * multipath-tools: check sysfs path state for NVMe/NVMf
  * multipath-tools: sync third-party headers with 3.13 upstream
  * multipath-tools: beautify path_latency.c code
  * multipath-tools: fix format in multipath.conf.5
  * libmultipath: update 3PARdata builtin config
  * Bump version to 0.7.2
  * libmultipath: don't try to set hwhandler if it is retained
  (bsc#1037533)
  * libmultipath: don't [un]set queue_if_no_path after domap
  * kpartx/devmapper.h: remove dm_no_partitions
  * libmultipath: compat support for 'features "1 no_partitions"' 
  (fate#323406)
  * kpartx.rules: respect DM_UDEV_LOW_PRIORITY_FLAG
  (bsc#1047180)
  * kpartx.rules: Use DM_ACTIVATION as condition (fate#323406)
  * kpartx.rules: skip creating by-uuid and by-label links
  (fate#32340)

- Update to version 0.7.1+69+suse.3bfa5af1:
  * Merge branch 'sles12-sp3-fixes' into sles12-sp3

OBS-URL: https://build.opensuse.org/request/show/516121
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=129
This commit is contained in:
Martin Wilck 2017-08-11 12:58:32 +00:00 committed by Git OBS Bridge
parent d62a06d9db
commit b1962adf64
6 changed files with 60 additions and 7 deletions

View File

@ -5,7 +5,8 @@
<param name="subdir"></param>
<param name="filename">multipath-tools</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
<param name="revision">sles12-sp3</param>
<param name="revision">factory</param>
<param name="match-tag">0.[0-9].[0-9]</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">

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">62a2c36e5565adb1b3637237b3866cfcacf3f31d</param></service></servicedata>
<param name="changesrevision">95e8f43ea9a5e29f331f22b448b5f8c1d2d48121</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Fri Aug 11 12:40:17 UTC 2017 - mwilck@suse.com
- Rebase to upstream multipath-tools 0.7.2.
- Drop 67-kpartx-compat.rules
- Update to version 0.7.2+8+suse.95e8f43e:
* libmultipath: retain_attached_hw_handler obsolete with 4.3+
* multipath-tools: move up TEMPLATE in hwtable
* multipath-tools: delete libdmmp/docs/man directory in make clean
* libmultipath: fix unit to seconds in log message for checker timeout
* multipath-tools: add HPE StoreVirtual 3200 family to hwtable
* multipath-tools: add HPE MSA 2050/2052 to hwtable
* multipath-tools: add/change fujitsu arrays
* multipath-tools: check sysfs path state for NVMe/NVMf
* multipath-tools: sync third-party headers with 3.13 upstream
* multipath-tools: beautify path_latency.c code
* multipath-tools: fix format in multipath.conf.5
* libmultipath: update 3PARdata builtin config
* Bump version to 0.7.2
* libmultipath: don't try to set hwhandler if it is retained
(bsc#1037533)
* libmultipath: don't [un]set queue_if_no_path after domap
* kpartx/devmapper.h: remove dm_no_partitions
* libmultipath: compat support for 'features "1 no_partitions"'
(fate#323406)
* kpartx.rules: respect DM_UDEV_LOW_PRIORITY_FLAG
(bsc#1047180)
* kpartx.rules: Use DM_ACTIVATION as condition (fate#323406)
* kpartx.rules: skip creating by-uuid and by-label links
(fate#32340)
-------------------------------------------------------------------
Thu Jul 20 08:01:22 UTC 2017 - mwilck@suse.com
- Update to version 0.7.1+69+suse.3bfa5af1:
* Merge branch 'sles12-sp3-fixes' into sles12-sp3
* libmultipath: get_udev_uid: make sure pp->wwid is 0-terminated
(bsc#1048146)
* libmultipath: drop uevent_can_discard_by_devpath (bsc#1048052)
* libmultipath: only listen for uevents with DEVTYPE=disk
(bsc#1048052)
* libmultipath: fix over-long NVME WWIDs
(bsc#1048146)
-------------------------------------------------------------------
Tue Jun 27 18:28:05 UTC 2017 - mwilck@suse.com
- Update to version 0.7.1+64+suse.aabe8c87:
* Updated "no_path_retry" patchset to v4 (minor change)
* kpartx.rules: Fix syntax error in skip_kpartx code (bsc#1046092)
- _service: use "match-tag" to refer only to offical tags
-------------------------------------------------------------------
Wed Jun 21 20:41:18 UTC 2017 - mwilck@suse.com

View File

@ -89,7 +89,7 @@
Name: multipath-tools
Url: http://christophe.varoqui.free.fr/
Version: 0.7.1+62+suse.62a2c36e
Version: 0.7.2+8+suse.95e8f43e
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0
@ -227,7 +227,6 @@ exit 0
%doc COPYING README
%{_udevrulesdir}/11-dm-mpath.rules
%{_udevrulesdir}/56-multipath.rules
%{_udevrulesdir}/67-kpartx-compat.rules
/%{_lib}/libmultipath.so.0
/%{_lib}/libmpathcmd.so.0
/%{_lib}/libmpathpersist.so.0