forked from pool/multipath-tools
Accepting request 417349 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/417349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/multipath-tools?expand=0&rev=79
This commit is contained in:
commit
1e23a80582
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="url">https://github.com/hreinecke/multipath-tools.git</param>
|
||||
<param name="subdir"></param>
|
||||
<param name="filename">multipath-tools</param>
|
||||
<param name="versionformat">0.6.1+suse%cd.%h</param>
|
||||
<param name="versionformat">0.6.2+suse%cd.%h</param>
|
||||
<param name="revision">sles12-sp2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
@ -1,4 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hreinecke/multipath-tools.git</param>
|
||||
<param name="changesrevision">3d4463657b30404db27a374c1bb8bf602069cf82</param></service></servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hreinecke/multipath-tools.git</param>
|
||||
<param name="changesrevision">dcfa37d43f7c8eb1cd4f2f630c3cd4ca26022f11</param>
|
||||
</service>
|
||||
</servicedata>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a99e6743fd489b520a96d051e1766993d7ac693018eea3f4c66dfd521d7ba13d
|
||||
size 188540
|
3
multipath-tools-0.6.2+suse20160805.dcfa37d.tar.xz
Normal file
3
multipath-tools-0.6.2+suse20160805.dcfa37d.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c915157e9ecdc80b2c04a1bbf181a0f08ac997a2f2bb0c4456de4a567daeec6c
|
||||
size 188336
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 5 09:02:21 CEST 2016 - hare@suse.de
|
||||
|
||||
- Include fixes from upstream:
|
||||
* memory leak in orphan_paths
|
||||
* More hardware table cleanups
|
||||
* Add 'serial' keyword to weightedpath prioritizer
|
||||
- Set timeout for CLI commands correctly (bsc#990265)
|
||||
- Start daemon after udev trigger (bsc#991742,bsc#986734,bsc#990538)
|
||||
- multipathd.service: Fixup Wants= and Before= statements
|
||||
(bsc#991742, bsc#986734)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 28 15:57:12 CEST 2016 - hare@suse.de
|
||||
|
||||
- Include patches from upstream:
|
||||
* Cleanup hardware tables by removing default entries
|
||||
* More formatting fixes
|
||||
* Order keywords in multipath.conf.5
|
||||
* Change default pgpolicy from 'failover' to 'group_by_prio'
|
||||
* kpartx: Fix check whether to detach a loop device
|
||||
* Fix partly traversed loop in coalesce_paths()
|
||||
* Fix memory leak in reconfigure()
|
||||
* Cleanup include header files
|
||||
* Bump version code to 0.6.2
|
||||
- Fix multipath -l <devmap> without output (bsc#990480)
|
||||
- Fix spelling in a log message
|
||||
- Fix type of rcu_unregister()
|
||||
- Do not perform POSIX mutex operations inside a signal handler
|
||||
- Ensure that signals are delivered to the uxsock thread
|
||||
- Fix memory leak in path group policies
|
||||
- Update tarball to 0.6.2+suse20160728.d96f423
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 10:46:34 CEST 2016 - hare@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 0.6.1+suse20160715.3d44636
|
||||
%define version_unconverted 0.6.2+suse20160805.dcfa37d
|
||||
|
||||
Name: multipath-tools
|
||||
BuildRequires: device-mapper-devel
|
||||
@ -31,7 +31,7 @@ Url: http://christophe.varoqui.free.fr/
|
||||
Requires: device-mapper >= 1.2.78
|
||||
Requires: kpartx
|
||||
PreReq: %insserv_prereq %fillup_prereq coreutils grep
|
||||
Version: 0.6.1+suse20160715.3d44636
|
||||
Version: 0.6.2+suse20160805.dcfa37d
|
||||
Release: 0
|
||||
Summary: Tools to Manage Multipathed Devices with the device-mapper
|
||||
License: GPL-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user