Accepting request 713117 from home:mwilck:branches:Base:System

- Update to version 0.8.1+59+suse.f947184:
  * libmultipath: trigger uevents for partitions, too (bsc#1140146)

- Update to version 0.8.1+58+suse.2af8f92:
  * libmultipath: more cautious blacklisting by missing property
    (don't blacklist paths because of temporarily missing
     udev properties)
  * libmultipath: fix memory leak with "uid_attrs" config option
  * libmultipath: get_uid: straighten the fallback logic
- Fix SCSI VPD 0x80/0x83 parsing 
- Fix compiler warnings introduced by gcc 9:
  * -Wstringop-overflow, -Wstringop-truncation, 
    -Waddress-of-packed-member

   (bsc#1133861)

OBS-URL: https://build.opensuse.org/request/show/713117
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=197
This commit is contained in:
Martin Wilck 2019-07-02 22:36:31 +00:00 committed by Git OBS Bridge
parent 4ac31b222a
commit dd73def56c
6 changed files with 27 additions and 6 deletions

View File

@ -8,7 +8,7 @@
are have been added to factory before upstream will be
counted. Determine patch offset manually! It should be the number
of patches which are _really_ not upstream (yet). -->
<param name="versionformat">@PARENT_TAG@+28+suse.%h</param>
<param name="versionformat">@PARENT_TAG@+59+suse.%h</param>
<param name="revision">factory</param>
<param name="match-tag">0.[0-9].[0-9]</param>
<param name="changesgenerate">enable</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">fea562ab158a5d87a9011d5decf682c2199c98fa</param></service></servicedata>
<param name="changesrevision">f947184a6d8164a61da4c77660765bf7f75c5696</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jul 02 22:21:14 UTC 2019 - mwilck@suse.com
- Update to version 0.8.1+59+suse.f947184:
* libmultipath: trigger uevents for partitions, too (bsc#1140146)
-------------------------------------------------------------------
Tue Jun 25 20:55:38 UTC 2019 - mwilck@suse.com
- Update to version 0.8.1+58+suse.2af8f92:
* libmultipath: more cautious blacklisting by missing property
(don't blacklist paths because of temporarily missing
udev properties)
* libmultipath: fix memory leak with "uid_attrs" config option
* libmultipath: get_uid: straighten the fallback logic
- Fix SCSI VPD 0x80/0x83 parsing
- Fix compiler warnings introduced by gcc 9:
* -Wstringop-overflow, -Wstringop-truncation,
-Waddress-of-packed-member
-------------------------------------------------------------------
Tue Jun 25 15:42:56 UTC 2019 - mwilck@suse.com
@ -11,6 +31,7 @@ Tue Jun 25 15:42:56 UTC 2019 - mwilck@suse.com
* multipathd: fix REALLOC_REPLY with max length reply
* libmultipath: make vector_foreach_slot_backwards work as expected
* multipathd: fix client response for socket activation
(bsc#1133861)
* various minor fixes (coverity)
-------------------------------------------------------------------

View File

@ -49,7 +49,7 @@
%define _sysdir usr/lib
Name: multipath-tools
Version: 0.8.1+28+suse.fea562a
Version: 0.8.1+59+suse.f947184
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only