- Update to version 0.8.4+180+suse.50a2698:

* Fix memory access / leak issues found with valgrind

OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=225
This commit is contained in:
Martin Wilck 2020-08-26 10:06:56 +00:00 committed by Git OBS Bridge
parent 0f5b3b47ac
commit 2832ce0945
6 changed files with 16 additions and 11 deletions

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">801341ff2da4d6120a7d7890bc7a0ab8f48e5efd</param></service></servicedata>
<param name="changesrevision">50a26987111da4b427e1d97b0ac0ac638b32762c</param></service></servicedata>

View File

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

View File

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

View File

@ -1,10 +1,15 @@
-------------------------------------------------------------------
Wed Aug 26 10:01:17 UTC 2020 - mwilck@suse.com
- Update to version 0.8.4+180+suse.50a2698:
* Fix memory access / leak issues found with valgrind
-------------------------------------------------------------------
Fri Aug 21 22:28:33 UTC 2020 - mwilck@suse.com
- Update to version 0.8.4+170+suse.801341f:
* libmultipath: tests: fix bitfield tests
* Spec file: disable LTO for %check (bsc#1133122)
* Spec file: Add --std=gnu99 to fix compilation on SLE12
-------------------------------------------------------------------
Thu Aug 20 19:20:59 UTC 2020 - mwilck@suse.com

View File

@ -1,5 +1,5 @@
name: multipath-tools
version: 0.8.4+170+suse.801341f
mtime: 1598048860
commit: 801341ff2da4d6120a7d7890bc7a0ab8f48e5efd
version: 0.8.4+180+suse.50a2698
mtime: 1598435469
commit: 50a26987111da4b427e1d97b0ac0ac638b32762c

View File

@ -39,7 +39,7 @@
%define _sysdir usr/lib
Name: multipath-tools
Version: 0.8.4+170+suse.801341f
Version: 0.8.4+180+suse.50a2698
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0-only
@ -158,14 +158,14 @@ cp %{SOURCE4} .
[ -n "$SOURCE_DATE_EPOCH" ] && export KBUILD_BUILD_TIMESTAMP=@$SOURCE_DATE_EPOCH
# %%make_build is not supported in SLE12
%{?make_build}%{!?make_build:make %{?_smp_mflags}} \
CC="%__cc" OPTFLAGS="--std=gnu99 %{optflags}" %{dirflags} %{makeflags}
CC="%__cc" OPTFLAGS="%{optflags}" %{dirflags} %{makeflags}
%if 0%{?with_check} == 1
%check
# ld fails to resolve cmocka's __wrap symbols with -flto
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88643
%define _lto_cflags %{nil}
make OPTFLAGS="--std=gnu99 %{optflags}" %{_make_output_sync} %{?_smp_mflags} test
make OPTFLAGS="%{optflags}" %{_make_output_sync} %{?_smp_mflags} test
%endif
%install