diff --git a/multipath-tools-0.7.7+70+suse.4a5941e.tar.xz b/multipath-tools-0.7.7+70+suse.4a5941e.tar.xz deleted file mode 100644 index 0ee9786..0000000 --- a/multipath-tools-0.7.7+70+suse.4a5941e.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65dfbb320dd186afcb233e78e8afd99033503eadb3d9afdb96ebcf6266c0d5cc -size 325332 diff --git a/multipath-tools-0.7.7+75+suse.6287aef.tar.xz b/multipath-tools-0.7.7+75+suse.6287aef.tar.xz new file mode 100644 index 0000000..4f8e7ce --- /dev/null +++ b/multipath-tools-0.7.7+75+suse.6287aef.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78fb0973f7cbd353062ef53774c4c9fd8a1326a82aee764922f7ec6d187b97b +size 325564 diff --git a/multipath-tools.changes b/multipath-tools.changes index d967115..cd595c1 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Jul 02 12:01:36 UTC 2018 - mwilck@suse.com + +- Update to version 0.7.7+75+suse.6287aef: + Added minor updates from upstream + * multipath-tools: add info about how to enable ALUA in ONTAP + * multipath-tools: add directio path_checker for DASD devices + * multipath-tools: make Product Name mandatory and add all of them + Minor rebase, as some SUSE patches have been merged upstream + (all mentioned in previous changelogs) + +------------------------------------------------------------------- +Fri Jun 29 07:57:45 UTC 2018 - mwilck@suse.com + +- Update to version 0.7.7+72+suse.4b24466: + * multipath: fix return code handling in delegate_to_multipathd + (bsc#1098177) + * multipath: don't start multipathd unnecessarily + (bsc#1098177) + ------------------------------------------------------------------- Mon Jun 25 19:48:59 UTC 2018 - mwilck@suse.com @@ -14,6 +34,7 @@ Mon Jun 25 16:20:23 UTC 2018 - mwilck@suse.com - RBD/RADOS backend support has been removed upstream remove support for it in openSUSE, too (boo#1099037) + * added Obsoletes: for multipath-tools-rbd. - libdmmp version has changed to 0.2.0 - New patches not yet upstream: @@ -189,7 +210,7 @@ Mon Jun 25 16:20:23 UTC 2018 - mwilck@suse.com * libmultipath: remove FREE_CONST() again * libmultipath: fix wrong output of "multipath -t" * Introduce the ibmultipath/unaligned.h header file - * libmultipath: Fix sgio_get_vpd() + * libmultipath: Fix sgio_get_vpd() (bsc#1099484) * kpartx: Improve reliability of find_loop_by_file() * libmultipath, alloc_path_with_pathinfo(): Ensure that pp->wwid is '\0'-terminated * libmultipath: enable feature disable changed wwid by default diff --git a/multipath-tools.spec b/multipath-tools.spec index eb10156..d56bf75 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -50,7 +50,7 @@ Name: multipath-tools Url: http://christophe.varoqui.free.fr/ -Version: 0.7.7+70+suse.4a5941e +Version: 0.7.7+75+suse.6287aef Release: 0 Summary: Tools to Manage Multipathed Devices with the device-mapper License: GPL-2.0-only AND LGPL-2.0-or-later @@ -80,7 +80,7 @@ BuildRequires: dracut Requires: device-mapper >= 1.2.78 Requires: kpartx Requires: sg3_utils -Recommends: multipath-tools-rbd = %{version} +Obsoletes: multipath-tools-rbd <= %{version} PreReq: coreutils grep %description