forked from pool/multipath-tools
Accepting request 918047 from Base:System
- 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 (forwarded request 918046 from mwilck) OBS-URL: https://build.opensuse.org/request/show/918047 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=134
This commit is contained in:
commit
93356d50bd
8
_service
8
_service
@ -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>
|
||||
|
@ -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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9e7204aae31be30d9a2bc2d658eecdb8e1f10bace895d85c144f3592ab88aa7d
|
||||
size 2612236
|
3
multipath-tools-0.8.7+14+suse.5a09bfa.obscpio
Normal file
3
multipath-tools-0.8.7+14+suse.5a09bfa.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5600056dec991111e6591dc11e2d702bf87db8b93fcd67b86de363d3029091c
|
||||
size 2629132
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user