forked from pool/multipath-tools
Accepting request 935253 from home:mwilck:multipath
- 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) OBS-URL: https://build.opensuse.org/request/show/935253 OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=262
This commit is contained in:
parent
05dc8dd107
commit
b1f9984aff
4
_service
4
_service
@ -5,11 +5,11 @@
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="filename">multipath-tools</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
|
||||
<param name="revision">factory</param>
|
||||
<param name="revision">next</param>
|
||||
<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>
|
||||
|
@ -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">7c9afe31b5592097f4dfa180eb8ce35162472daf</param></service></servicedata>
|
3
multipath-tools-0.8.7+138+suse.7c9afe31.obscpio
Normal file
3
multipath-tools-0.8.7+138+suse.7c9afe31.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58235a58be23a64b27d9184f81ea4fe9779e5f515f2e9a2c1bf2ed8d7e51b892
|
||||
size 2648076
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
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 +3128,3 @@ Tue May 25 10:43:15 CEST 2004 - fehr@suse.de
|
||||
multipath tools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 10:43:15 CEST 2004 -
|
||||
|
@ -1,5 +1,4 @@
|
||||
name: multipath-tools
|
||||
version: 0.8.7+14+suse.5a09bfa
|
||||
mtime: 1631303142
|
||||
commit: 5a09bfa1d1b8cf3c282ed09a9af0f4804804476c
|
||||
|
||||
version: 0.8.7+138+suse.7c9afe31
|
||||
mtime: 1638460854
|
||||
commit: 7c9afe31b5592097f4dfa180eb8ce35162472daf
|
||||
|
@ -29,7 +29,7 @@
|
||||
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
||||
|
||||
Name: multipath-tools
|
||||
Version: 0.8.7+14+suse.5a09bfa
|
||||
Version: 0.8.7+138+suse.7c9afe31
|
||||
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
|
||||
@ -82,7 +81,6 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user