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

- libmultipath: Do not crash on empty features (bsc#994812)
- multipathd: Set CLI timeout correctly (bsc#999061)
- Moved multipath-tools repository to
  github.com:/openSUSE/multipath-tools.git

OBS-URL: https://build.opensuse.org/request/show/428706
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=108
This commit is contained in:
Robert Milasan 2016-09-19 17:34:35 +00:00 committed by Git OBS Bridge
parent ac8fd6ab57
commit dfc9ea35e8
6 changed files with 16 additions and 10 deletions

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/hreinecke/multipath-tools.git</param>
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="subdir"></param>
<param name="filename">multipath-tools</param>
<param name="versionformat">0.6.2+suse%cd.%h</param>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/hreinecke/multipath-tools.git</param>
<param name="changesrevision">d93a87fc646ea7a1d6871672f2b59cccfccafdf3</param>
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="changesrevision">a385ea71b55a1ecb01afc121c372b1b9964b0744</param>
</service>
</servicedata>

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Sep 19 10:55:20 CEST 2016 - hare@suse.de
- libmultipath: Do not crash on empty features (bsc#994812)
- multipathd: Set CLI timeout correctly (bsc#999061)
- Moved multipath-tools repository to
github.com:/openSUSE/multipath-tools.git
-------------------------------------------------------------------
Thu Sep 8 14:23:16 CEST 2016 - hare@suse.de

View File

@ -16,7 +16,7 @@
#
%define version_unconverted 0.6.2+suse20160908.d93a87f
%define version_unconverted 0.6.2+suse20160919.a385ea7
Name: multipath-tools
BuildRequires: device-mapper-devel
@ -31,15 +31,13 @@ Url: http://christophe.varoqui.free.fr/
Requires: device-mapper >= 1.2.78
Requires: kpartx
PreReq: %insserv_prereq %fillup_prereq coreutils grep
Version: 0.6.2+suse20160908.d93a87f
Version: 0.6.2+suse20160919.a385ea7
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0
Group: System/Base
%{?systemd_requires}
%define has_systemd 1
#FIXME: https://github.com/hreinecke/multipath-tools.git needs to
#be moved to SUSE namespace
Source: multipath-tools-%{version}.tar.xz
Source1: multipath.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build