1
0

Accepting request 936067 from Base:System

- Update to 0.8.8+38+suse.2bdd3a14.obscpio
  * upstream version bump. Code-wise identical to 0.8.7+138+suse.7c9afe31
------------------------------------------------------------------
- Drop versioned dependency on libmpath0 again (bsc#1190622)
  * Since 0.8.6, libmultipath and libmpathpersist have got proper ABI 
    versioning, and rpmbuild auto-generates dependencies on 
    libmultipath.so.0(LIBMULTIPATH_13.0.0) etc.

- Update to version 0.8.7+138+suse.7c9afe31:
  New upstream version (pre-0.8.8)
  
  * deprecate "config_dir" and "multipath_dir" config options
    (will be removed in future version)
  * remove dependency on systemd-udevd-settle.service (boo#1193336)
  * fix crash in remove_map (boo#1193334)
  * CLI: add path wildcard "%I" for init state
  * CLI: add "reconfigure all" command
  * allow multiple pending "reconfigure" commands (bsc#1189551)
  * speed up "reconfigure" by avoiding unnecessary map reloads
    (bsc#1189551)
  * rework of CLI command handler (unix socket handler) to avoid
    hanging CLI commands (bsc#1189551)
  * fix multipathd startup after stop during reconfigure (boo#1193338)
  * improve error detection and warning messages in config file parser
  * fix exit status of multipath -T (bsc#1191900)
  * fix defects reported by coverity (boo#1193342)
    - avoid sleeping with locks held
    - exit if bindings file is broken
    - set umask before mkstemp
    - add bounds and consistency checks in SCSI VPD parsing code

OBS-URL: https://build.opensuse.org/request/show/936067
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=136
This commit is contained in:
Dominique Leuenberger 2021-12-06 22:59:15 +00:00 committed by Git OBS Bridge
commit 61605f0e48
7 changed files with 54 additions and 11 deletions

View File

@ -9,7 +9,7 @@
<param name="match-tag">0.[0-9].[0-9]</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="manual" name="set_version"/>
<service name="set_version" mode="manual"/>
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>

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">5a09bfa1d1b8cf3c282ed09a9af0f4804804476c</param></service></servicedata>
<param name="changesrevision">79c3556f334f2a915d196574fcfa4b8cde1037e8</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,44 @@
-------------------------------------------------------------------
Mon Dec 06 15:53:53 UTC 2021 - mwilck@suse.com
- Update to 0.8.8+38+suse.2bdd3a14.obscpio
* upstream version bump. Code-wise identical to 0.8.7+138+suse.7c9afe31
------------------------------------------------------------------
Fri Dec 3 11:00:32 UTC 2021 - Martin Wilck <mwilck@suse.com>
- Drop versioned dependency on libmpath0 again (bsc#1190622)
* Since 0.8.6, libmultipath and libmpathpersist have got proper ABI
versioning, and rpmbuild auto-generates dependencies on
libmultipath.so.0(LIBMULTIPATH_13.0.0) etc.
-------------------------------------------------------------------
Thu Dec 2 16:41:34 UTC 2021 - Martin Wilck <mwilck@suse.com>
- Update to version 0.8.7+138+suse.7c9afe31:
New upstream version (pre-0.8.8)
* deprecate "config_dir" and "multipath_dir" config options
(will be removed in future version)
* remove dependency on systemd-udevd-settle.service (boo#1193336)
* fix crash in remove_map (boo#1193334)
* CLI: add path wildcard "%I" for init state
* CLI: add "reconfigure all" command
* allow multiple pending "reconfigure" commands (bsc#1189551)
* speed up "reconfigure" by avoiding unnecessary map reloads
(bsc#1189551)
* rework of CLI command handler (unix socket handler) to avoid
hanging CLI commands (bsc#1189551)
* fix multipathd startup after stop during reconfigure (boo#1193338)
* improve error detection and warning messages in config file parser
* fix exit status of multipath -T (bsc#1191900)
* fix defects reported by coverity (boo#1193342)
- avoid sleeping with locks held
- exit if bindings file is broken
- set umask before mkstemp
- add bounds and consistency checks in SCSI VPD parsing code
* add hardware table entry for DellEMC/ME4 (PowerVault ME4)
-------------------------------------------------------------------
Tue Sep 21 09:45:42 UTC 2021 - Martin Wilck <mwilck@suse.com>
@ -3101,4 +3142,3 @@ Tue May 25 10:43:15 CEST 2004 - fehr@suse.de
multipath tools
-------------------------------------------------------------------
Tue May 25 10:43:15 CEST 2004 -

View File

@ -1,5 +1,5 @@
name: multipath-tools
version: 0.8.7+14+suse.5a09bfa
mtime: 1631303142
commit: 5a09bfa1d1b8cf3c282ed09a9af0f4804804476c
version: 0.8.8+38+suse.2bdd3a14
mtime: 1638806027
commit: 2bdd3a143748f620c0cf648a3d2a2cb8d3dfa58e

View File

@ -29,7 +29,7 @@
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
Name: multipath-tools
Version: 0.8.7+14+suse.5a09bfa
Version: 0.8.8+38+suse.2bdd3a14
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@ -66,7 +66,6 @@ BuildRequires: suse-module-tools
Requires(post): suse-module-tools
Requires: device-mapper >= 1.2.78
Requires: kpartx
Requires: libmpath0 = %{version}
Requires: sg3_utils
Obsoletes: multipath-tools-rbd <= %{version}
PreReq: coreutils
@ -83,6 +82,10 @@ 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