From 8896e977e0883635738fbd69028bab3479bc42e25ee11ddc91e65763f8f0cda6 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Thu, 12 Aug 2021 20:19:57 +0000 Subject: [PATCH] - Update to version 0.8.6+32+suse.f11c192: * libmultipath:fix compilation with glibc 2.34 (bsc#1189099) * libmultipath: avoid buffer size warning with systemd 240+ (bsc#1189176) * libmultipath: use uint64_t for sg_id.lun (bsc#1187534) - Upstream bug fixes: * multipath-tools: make HUAWEI/XSG1 config work with alua and multibus * multipath-tools: add info about HPE Alletra 6000 and 9000 * multipathd: cli_getprkey(): fix return value and "aptpl" support * multipathd: don't rescan_path on wwid change in uev_update_path * kpartx: Don't leak memory when getblock returns NULL * multipath: free vectors in configure * multipathd: fix ev_remove_path return code handling * multipathd: remove duplicate orphan_paths in flush_map * multipathd: don't fail to remove path once the map is removed * multipathd: fix compilation issue with liburcu < 0.8 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=258 --- _servicedata | 2 +- multipath-tools-0.8.6+10+suse.4771137.obscpio | 3 --- multipath-tools-0.8.6+32+suse.f11c192.obscpio | 3 +++ multipath-tools.changes | 21 +++++++++++++++++++ multipath-tools.obsinfo | 6 +++--- multipath-tools.spec | 4 +++- 6 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 multipath-tools-0.8.6+10+suse.4771137.obscpio create mode 100644 multipath-tools-0.8.6+32+suse.f11c192.obscpio diff --git a/_servicedata b/_servicedata index 82e8da4..a70fef0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/openSUSE/multipath-tools.git - 47711374a3d8582b68b3cd76d26ba6bb4d652e26 \ No newline at end of file + f11c1929ed6dc7bdcc5b699df1c397f298406eab \ No newline at end of file diff --git a/multipath-tools-0.8.6+10+suse.4771137.obscpio b/multipath-tools-0.8.6+10+suse.4771137.obscpio deleted file mode 100644 index c4f0995..0000000 --- a/multipath-tools-0.8.6+10+suse.4771137.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c899edc6588fb48f5b53459a0e80ccbb1a91147e099935c17cbae46203e05989 -size 2608140 diff --git a/multipath-tools-0.8.6+32+suse.f11c192.obscpio b/multipath-tools-0.8.6+32+suse.f11c192.obscpio new file mode 100644 index 0000000..64775b1 --- /dev/null +++ b/multipath-tools-0.8.6+32+suse.f11c192.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7204aae31be30d9a2bc2d658eecdb8e1f10bace895d85c144f3592ab88aa7d +size 2612236 diff --git a/multipath-tools.changes b/multipath-tools.changes index 8b16fbe..d8c3b97 100644 --- a/multipath-tools.changes +++ b/multipath-tools.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Aug 12 20:08:23 UTC 2021 - mwilck@suse.com + +- Update to version 0.8.6+32+suse.f11c192: + * libmultipath:fix compilation with glibc 2.34 (bsc#1189099) + * libmultipath: avoid buffer size warning with systemd 240+ + (bsc#1189176) + * libmultipath: use uint64_t for sg_id.lun (bsc#1187534) + +- Upstream bug fixes: + * multipath-tools: make HUAWEI/XSG1 config work with alua and multibus + * multipath-tools: add info about HPE Alletra 6000 and 9000 + * multipathd: cli_getprkey(): fix return value and "aptpl" support + * multipathd: don't rescan_path on wwid change in uev_update_path + * kpartx: Don't leak memory when getblock returns NULL + * multipath: free vectors in configure + * multipathd: fix ev_remove_path return code handling + * multipathd: remove duplicate orphan_paths in flush_map + * multipathd: don't fail to remove path once the map is removed + * multipathd: fix compilation issue with liburcu < 0.8 + ------------------------------------------------------------------- Tue Jun 8 09:34:23 UTC 2021 - Ludwig Nussel diff --git a/multipath-tools.obsinfo b/multipath-tools.obsinfo index dd85706..341e486 100644 --- a/multipath-tools.obsinfo +++ b/multipath-tools.obsinfo @@ -1,5 +1,5 @@ name: multipath-tools -version: 0.8.6+10+suse.4771137 -mtime: 1618245342 -commit: 47711374a3d8582b68b3cd76d26ba6bb4d652e26 +version: 0.8.6+32+suse.f11c192 +mtime: 1628784125 +commit: f11c1929ed6dc7bdcc5b699df1c397f298406eab diff --git a/multipath-tools.spec b/multipath-tools.spec index 86f9d59..0bcc55f 100644 --- a/multipath-tools.spec +++ b/multipath-tools.spec @@ -38,7 +38,7 @@ %define libdmmp_version %(echo %{_libdmmp_version} | tr . _) Name: multipath-tools -Version: 0.8.6+10+suse.4771137 +Version: 0.8.6+32+suse.f11c192 Release: 0 Summary: Tools to Manage Multipathed Devices with the device-mapper License: GPL-2.0-only @@ -89,6 +89,8 @@ the necessary changes to the multipath maps to ensure continuous availability of the map devices. + + # Currently, it makes no sense to split out libmpathpersist and libmpathcmd # separately. libmultipath has no stable API at all, and it depends # on libmpathcmd (to be fixed). libmpathpersist depends on libmultipath