Accepting request 408703 from home:hreinecke:branches:Base:System

- Include patches from upstream:
  * Makefile cleanup
  * Update multipath.conf.5
  * Update hardware tables
  * Whitespace cleanup
- Fixup crash during shutdown (bsc#988539)
- Update tarball to 0.6.1+suse20160715.3d44636

OBS-URL: https://build.opensuse.org/request/show/408703
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=100
This commit is contained in:
Dirk Mueller 2016-07-18 08:20:25 +00:00 committed by Git OBS Bridge
parent 3dd54be22f
commit bab7a36126
5 changed files with 18 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hreinecke/multipath-tools.git</param>
<param name="changesrevision">6e5239869eabaad4dced2152488f5a865509e1d1</param></service></servicedata>
<param name="changesrevision">3d4463657b30404db27a374c1bb8bf602069cf82</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 15 10:46:34 CEST 2016 - hare@suse.de
- Include patches from upstream:
* Makefile cleanup
* Update multipath.conf.5
* Update hardware tables
* Whitespace cleanup
- Fixup crash during shutdown (bsc#988539)
- Update tarball to 0.6.1+suse20160715.3d44636
-------------------------------------------------------------------
Mon Jul 4 22:30:43 UTC 2016 - jengelh@inai.de

View File

@ -16,7 +16,7 @@
#
%define version_unconverted 0.6.1+suse20160704.6e52398
%define version_unconverted 0.6.1+suse20160715.3d44636
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+suse20160704.6e52398
Version: 0.6.1+suse20160715.3d44636
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0
@ -92,6 +92,7 @@ make DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib} SYSTEMDPATH=%{_sysdir} install
mkdir -p $RPM_BUILD_ROOT/var/cache/multipath/
rm $RPM_BUILD_ROOT/%_lib/libmpathpersist.so
rm $RPM_BUILD_ROOT/%_lib/libmpathcmd.so
rm $RPM_BUILD_ROOT/%_lib/libmultipath.so
mkdir -p $RPM_BUILD_ROOT/usr/sbin
ln -sf /usr/sbin/service $RPM_BUILD_ROOT/usr/sbin/rcmultipathd