Accepting request 918046 from home:mwilck:multipath

- Update to version  0.8.7+14+suse.5a09bfa1:
  * Fix possible string overflows (bsc#1188148)
- Upstream fixes / changes
  * better string handling
  * multipath: print warning if multipathd isn't running
  * mpathpersist: better error msg when no usable paths exist
  * fixes from 0.8.6+32+suse.f11c192 merged upstream

OBS-URL: https://build.opensuse.org/request/show/918046
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=260
This commit is contained in:
Martin Wilck 2021-09-10 21:10:18 +00:00 committed by Git OBS Bridge
parent 40ea377bf2
commit c46964e950
7 changed files with 24 additions and 12 deletions

View File

@ -1,18 +1,18 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="subdir"></param>
<param name="filename">multipath-tools</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
<param name="revision">factory</param>
<param name="match-tag">0.[0-9].[0-9]</param>
<param name="changesgenerate">enable</param>
</service>
<service mode="buildtime" name="tar" />
<service mode="manual" name="set_version"/>
<service mode="buildtime" name="tar"/>
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

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

View File

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

View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Sep 10 20:36:51 UTC 2021 - Martin Wilck <mwilck@suse.com>
- Update to version 0.8.7+14+suse.5a09bfa1:
* Fix possible string overflows (bsc#1188148)
- Upstream fixes / changes
* better string handling
* multipath: print warning if multipathd isn't running
* mpathpersist: better error msg when no usable paths exist
* fixes from 0.8.6+32+suse.f11c192 merged upstream
-------------------------------------------------------------------
Fri Aug 13 11:03:13 UTC 2021 - Martin Wilck <mwilck@suse.com>

View File

@ -1,5 +1,5 @@
name: multipath-tools
version: 0.8.6+32+suse.f11c192
mtime: 1628784125
commit: f11c1929ed6dc7bdcc5b699df1c397f298406eab
version: 0.8.7+14+suse.5a09bfa
mtime: 1631303142
commit: 5a09bfa1d1b8cf3c282ed09a9af0f4804804476c

View File

@ -29,7 +29,7 @@
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
Name: multipath-tools
Version: 0.8.6+32+suse.f11c192
Version: 0.8.7+14+suse.5a09bfa
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only