forked from pool/multipath-tools
Accepting request 856457 from Base:System
- Update to versioni 0.8.5+12+suse.3b0e9ca * libmultipath: force map reload if udev incomplete (bsc#1178662, bsc#1172157, bsc#1175454, bsc#1176406) - Fixes from upstream 0.8.5 * multipath-tools: add MacroSAN arrays to hwtable * libmultipath: Allow discovery of USB devices (add configuration option "allow_usb_devices") (forwarded request 856456 from mwilck) OBS-URL: https://build.opensuse.org/request/show/856457 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=127
This commit is contained in:
commit
af06bb0ab9
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
|
||||
<param name="changesrevision">1bc10ad9aee9598a36ee7107371a78b813baf968</param></service></servicedata>
|
||||
<param name="changesrevision">3b0e9cacfe6f016beea69b1e42b593961579ec34</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe4829bc4dc1810e683ea4fe4578824c930c2196edbdfe30eacfdae4835a83f4
|
||||
size 2487820
|
3
multipath-tools-0.8.5+12+suse.3b0e9ca.obscpio
Normal file
3
multipath-tools-0.8.5+12+suse.3b0e9ca.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a6cac5fe834442967978105f33d0a6fe4197515bfdadeae22532557621003c6
|
||||
size 2490892
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 16 12:11:07 UTC 2020 - mwilck@suse.com
|
||||
|
||||
- Update to versioni 0.8.5+12+suse.3b0e9ca
|
||||
* libmultipath: force map reload if udev incomplete
|
||||
(bsc#1178662, bsc#1172157, bsc#1175454, bsc#1176406)
|
||||
- Fixes from upstream 0.8.5
|
||||
* multipath-tools: add MacroSAN arrays to hwtable
|
||||
* libmultipath: Allow discovery of USB devices
|
||||
(add configuration option "allow_usb_devices")
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 11:27:54 UTC 2020 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Remove compatibility code for SLE <= 12-SP2 from spec file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 17 16:18:54 UTC 2020 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
@ -66,7 +82,7 @@ Thu Aug 20 19:20:59 UTC 2020 - mwilck@suse.com
|
||||
(bsc#1172157)
|
||||
* multipathd: uev_trigger(): handle incomplete ADD events (bsc#1172157)
|
||||
* improve logging for failure to set dev_loss_tmo (bsc#1173060, bsc#1173064)
|
||||
* libmultipath: add device to hwtable.c (bsc#1174026)
|
||||
* libmultipath: add device to hwtable.c (bsc#1174026) (ETERNUS AHB)
|
||||
- New features
|
||||
* multipath: add -D option to skip multipathd delegation
|
||||
* multipath: delegate flushing maps to multipathd
|
||||
@ -154,6 +170,8 @@ Fri May 08 16:13:36 UTC 2020 - mwilck@suse.com
|
||||
(bsc#1165786)
|
||||
- Update upstream version to 0.8.4
|
||||
* drop nr_active field, always count active paths (bsc#1125043)
|
||||
* kpartx: fix detection of dasd partition tables on loop devices
|
||||
(bsc#1139775)
|
||||
* directio path checker fixes
|
||||
* lots of fixes for compiler warnings, and cleanups
|
||||
* nvme: update to nvme-cli 1.9
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: multipath-tools
|
||||
version: 0.8.4+192+suse.1bc10ad
|
||||
mtime: 1600288327
|
||||
commit: 1bc10ad9aee9598a36ee7107371a78b813baf968
|
||||
version: 0.8.5+12+suse.3b0e9ca
|
||||
mtime: 1608120632
|
||||
commit: 3b0e9cacfe6f016beea69b1e42b593961579ec34
|
||||
|
||||
|
@ -39,7 +39,7 @@
|
||||
%define _sysdir usr/lib
|
||||
|
||||
Name: multipath-tools
|
||||
Version: 0.8.4+192+suse.1bc10ad
|
||||
Version: 0.8.5+12+suse.3b0e9ca
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0-only
|
||||
@ -214,10 +214,6 @@ exit 0
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README README.alua
|
||||
# SLE12-SP2 and earlier: dracut filesystem not own /usr/share/licenses
|
||||
%if 0%{?sle_version} && 0%{?sle_version} < 120300
|
||||
%dir %{_defaultlicensedir}
|
||||
%endif
|
||||
%license LICENSES/GPL-2.0
|
||||
%{_udevrulesdir}/11-dm-mpath.rules
|
||||
%{_udevrulesdir}/56-multipath.rules
|
||||
@ -267,12 +263,6 @@ exit 0
|
||||
%{_udevrulesdir}/66-kpartx.rules
|
||||
%{_udevrulesdir}/68-del-part-nodes.rules
|
||||
/%{_sysdir}/udev/kpartx_id
|
||||
# SLE12-SP1 and earlier: dracut does not own /usr/lib/dracut/dracut.conf.d
|
||||
%if 0%{?sle_version}
|
||||
%if 0%{?sle_version} <= 120100
|
||||
%dir /%{_sysdir}/dracut/dracut.conf.d
|
||||
%endif
|
||||
%endif
|
||||
/%{_sysdir}/dracut/dracut.conf.d/dm-parts.conf
|
||||
%{_mandir}/man8/kpartx.8*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user