forked from pool/multipath-tools
Accepting request 976432 from Base:System
- Update to version 0.8.9+90+suse.71a70fb: * support overriding -D_FORTIFY_SOURCE in OPTFLAGS * add -U_FORTIFY_SOURCE to optflags to avoid compilation errors on old distros - Update to version 0.8.9+87+suse.a1eb122: * add ability to autodetect support for -D_FORTIFY_SOURCE=3 - Update to version 0.8.9+85+suse.a9da21c: * This is a pre-release of multipath-tools 0.9.0 * multipath.conf: add "protocol" subsection in "overrides" section This allows to set "dev_loss_tmo", "fast_io_fail_tmo", and "eh_deadline" on a per-protocol basis rather than per storage * multipath.conf: drop support for deprecated options: getuid_callout, pg_timeout, config_dir, multipath_dir * multipathd: don't switch to DAEMON_IDLE during startup (bsc#1199346, bsc#1197570) * multipathd: avoid delays during uevent processing (bsc#1199347) * Fixes for minor issues reported by coverity * Fix for memory leak with uid_attrs * Fix possibility to redefine -D_FORTIFY_SOURCE macro. * Updates for built in hardware db - Update to version 0.8.9+42+suse.45974f11: * Logging improvements * Fix busy loop with delayed_reconfigure (bsc#1199342) * multipathd: use remove_map_callback for delayed reconfigure * multipathd: Don't keep starting TUR threads, if they always hang. (bsc#1199345) * Fix handling of path addition in read-only arrays on NVMe OBS-URL: https://build.opensuse.org/request/show/976432 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=142
This commit is contained in:
commit
3b9e932d41
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<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>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="changesrevision">f265f7e0e522325065d521b770663730dec5995d</param></service></servicedata>
|
||||
<param name="changesrevision">71a70fbb32b8b1883d1b1d749c0f2f1e43332f30</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:520a168244bef31e0eeb4772f75d8f0b01fa2acdc2617f4c3d9946721d52d9bf
|
||||
size 2675724
|
3
multipath-tools-0.8.9+90+suse.71a70fb.obscpio
Normal file
3
multipath-tools-0.8.9+90+suse.71a70fb.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47c0707ceba924973547bf4a05eb518078c5af47613109503788e41294468c52
|
||||
size 2685964
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 11 12:54:27 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.8.9+90+suse.71a70fb:
|
||||
* support overriding -D_FORTIFY_SOURCE in OPTFLAGS
|
||||
* add -U_FORTIFY_SOURCE to optflags to avoid compilation errors
|
||||
on old distros
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 10 07:37:57 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.8.9+87+suse.a1eb122:
|
||||
* add ability to autodetect support for -D_FORTIFY_SOURCE=3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 9 09:59:53 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.8.9+85+suse.a9da21c:
|
||||
* This is a pre-release of multipath-tools 0.9.0
|
||||
* multipath.conf: add "protocol" subsection in "overrides" section
|
||||
This allows to set "dev_loss_tmo", "fast_io_fail_tmo", and
|
||||
"eh_deadline" on a per-protocol basis rather than per storage
|
||||
* multipath.conf: drop support for deprecated options:
|
||||
getuid_callout, pg_timeout, config_dir, multipath_dir
|
||||
* multipathd: don't switch to DAEMON_IDLE during startup
|
||||
(bsc#1199346, bsc#1197570)
|
||||
* multipathd: avoid delays during uevent processing (bsc#1199347)
|
||||
* Fixes for minor issues reported by coverity
|
||||
* Fix for memory leak with uid_attrs
|
||||
* Fix possibility to redefine -D_FORTIFY_SOURCE macro.
|
||||
* Updates for built in hardware db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 14 21:13:18 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Update to version 0.8.9+42+suse.45974f11:
|
||||
* Logging improvements
|
||||
* Fix busy loop with delayed_reconfigure (bsc#1199342)
|
||||
* multipathd: use remove_map_callback for delayed reconfigure
|
||||
* multipathd: Don't keep starting TUR threads, if they always hang.
|
||||
(bsc#1199345)
|
||||
* Fix handling of path addition in read-only arrays on NVMe
|
||||
* Updates of built-in hardware database
|
||||
|
||||
- Update to upstream 0.8.9
|
||||
* libmultipath: only warn once about unsupported dev_loss_tmo
|
||||
* Otherwise code-identical to 0.8.8+64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 28 12:54:15 UTC 2022 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: multipath-tools
|
||||
version: 0.8.8+64+suse.f265f7e0
|
||||
mtime: 1645003957
|
||||
commit: f265f7e0e522325065d521b770663730dec5995d
|
||||
version: 0.8.9+90+suse.71a70fb
|
||||
mtime: 1652273603
|
||||
commit: 71a70fbb32b8b1883d1b1d749c0f2f1e43332f30
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package multipath-tools
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,6 +18,11 @@
|
||||
|
||||
%global _lto_cflags %{nil}
|
||||
|
||||
# multipath-tools auto-detects support for -D_FORTFY_SOURCE.
|
||||
# This will lead to a compilation error if the distro overrides
|
||||
# -D_FORTIFY_SOURCE in optflags, unless we precede it with -U
|
||||
%global mp_optflags %(echo %{optflags} | sed 's/-D_FORTIFY_SOURCE=[0-9]/-U_FORTIFY_SOURCE &/')
|
||||
|
||||
# Whether to build libdmmp - default YES
|
||||
%bcond_without libdmmp
|
||||
|
||||
@ -29,7 +34,7 @@
|
||||
%define libdmmp_version %(echo %{_libdmmp_version} | tr . _)
|
||||
|
||||
Name: multipath-tools
|
||||
Version: 0.8.8+64+suse.f265f7e0
|
||||
Version: 0.8.9+90+suse.71a70fb
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0-only
|
||||
@ -81,8 +86,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
|
||||
@ -161,11 +164,11 @@ cp %{SOURCE5} .
|
||||
|
||||
%build
|
||||
[ -n "$SOURCE_DATE_EPOCH" ] && export KBUILD_BUILD_TIMESTAMP=@$SOURCE_DATE_EPOCH
|
||||
%{make_build} OPTFLAGS="%{optflags}" %{dirflags} %{makeflags}
|
||||
%{make_build} OPTFLAGS="%{mp_optflags}" %{dirflags} %{makeflags}
|
||||
|
||||
%if 0%{?with_check} == 1
|
||||
%check
|
||||
%{make_build} OPTFLAGS="%{optflags}" test
|
||||
%{make_build} OPTFLAGS="%{mp_optflags}" test
|
||||
%endif
|
||||
|
||||
%install
|
||||
|
Loading…
x
Reference in New Issue
Block a user