Accepting request 482226 from home:mwilck:branches:Base:System

- Downgrade to version 0.6.4+103+suse.bcb5d0f4:
  * temporarily remove commit "multipathd: fix SIGUSR2 handling"
  until it's merged in official repo
- Enable rados for SLES only for x86_64 and aarch64 (ceph is currently
  disabled on SLES on s390x and ppc64le)

OBS-URL: https://build.opensuse.org/request/show/482226
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=116
This commit is contained in:
Martin Wilck 2017-03-23 13:37:08 +00:00 committed by Git OBS Bridge
parent 37931ba301
commit 9662d3520b
6 changed files with 16 additions and 9 deletions

View File

@ -5,7 +5,7 @@
<param name="subdir"></param>
<param name="filename">multipath-tools</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@+suse.%h</param>
<param name="revision">ac0df678</param>
<param name="revision">bcb5d0f4</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="localonly">

View File

@ -1,6 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/mwilck/multipath-tools.git</param>
<param name="changesrevision">0119472d847eaa24cae7a0f3b523af82f50dd4df</param></service><service name="tar_scm">
<param name="url">https://github.com/openSUSE/multipath-tools.git</param>
<param name="changesrevision">ac0df6786a94cb1178ba263299146a8369f15291</param></service></servicedata>
<param name="changesrevision">0119472d847eaa24cae7a0f3b523af82f50dd4df</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Mar 23 13:23:01 UTC 2017 - mwilck@suse.com
- Downgrade to version 0.6.4+103+suse.bcb5d0f4:
* temporarily remove commit "multipathd: fix SIGUSR2 handling"
until it's merged in official repo
- Enable rados for SLES only for x86_64 and aarch64 (ceph is currently
disabled on SLES on s390x and ppc64le)
-------------------------------------------------------------------
Tue Mar 21 11:49:06 UTC 2017 - mwilck@suse.com

View File

@ -37,7 +37,7 @@
%endif # 0%{?sle_version} >= 120200
%else # 0%{?is_opensuse} == 1
# Only architectures for which ceph is built, see ceph spec file
%ifarch x86_64 aarch64 ppc64le s390x
%ifarch x86_64 aarch64
%if 0%{?sle_version} >= 120300
%bcond_without rados
%else # 0%{?sle_version} >= 120300
@ -96,7 +96,7 @@ Requires: device-mapper >= 1.2.78
Requires: kpartx
Requires: sg3_utils
PreReq: coreutils grep
Version: 0.6.4+104+suse.ac0df678
Version: 0.6.4+103+suse.bcb5d0f4
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0