1
0

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

- Spec file: disable librados for architectures for which ceph
  is not built
- Spec file: enable librados by default for SLES12 SP3, disable
  it on Leap <= 42.1
- Update to version 0.6.4+104+suse.ac0df678:
  * multipathd: fix SIGUSR2 handling

OBS-URL: https://build.opensuse.org/request/show/481759
OBS-URL: https://build.opensuse.org/package/show/Base:System/multipath-tools?expand=0&rev=115
This commit is contained in:
Martin Wilck 2017-03-21 12:21:19 +00:00 committed by Git OBS Bridge
parent 0007d3fe8a
commit 37931ba301
6 changed files with 41 additions and 18 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">bcb5d0f4</param>
<param name="revision">ac0df678</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="localonly">

View File

@ -3,4 +3,4 @@
<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">0119472d847eaa24cae7a0f3b523af82f50dd4df</param></service></servicedata>
<param name="changesrevision">ac0df6786a94cb1178ba263299146a8369f15291</param></service></servicedata>

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 21 11:49:06 UTC 2017 - mwilck@suse.com
- Spec file: disable librados for architectures for which ceph
is not built
- Spec file: enable librados by default for SLES12 SP3, disable
it on Leap <= 42.1
- Update to version 0.6.4+104+suse.ac0df678:
* multipathd: fix SIGUSR2 handling
-------------------------------------------------------------------
Fri Mar 10 13:04:05 UTC 2017 - mwilck@suse.com

View File

@ -26,22 +26,35 @@
%endif
# Whether to build with RADOS support
# Default YES on openSUSE factory and leap
# Default YES on openSUSE factory and leap >= 42.2 and SLES12 >= SP3
# (but only on architectures for which ceph is enabled).
# Default NO on SLES 12 >= SP2
# Always NO on other distros
%if 0%{?suse_version} == 1315
%if 0%{?is_opensuse} == 1
%if 0%{?sle_version} >= 120200
%bcond_without rados
%else
%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
%if 0%{?sle_version} >= 120300
%bcond_without rados
%else # 0%{?sle_version} >= 120300
%if 0%{?sle_version} >= 120200
%bcond_with rados
%endif
%endif
%else
%endif # 0%{?sle_version} >= 120200
%endif # 0%{?sle_version} >= 120300
%endif # arch
%endif # 0%{?is_opensuse} == 1
%else # 0%{?suse_version} == 1315
%if 0%{?suse_version} >= 1330
# Only architectures for which ceph is built, see ceph spec file
%ifarch x86_64 aarch64 ppc64 ppc64le
%bcond_without rados
%endif
%endif
%endif # arch
%endif # 0%{?suse_version} >= 1330
%endif # 0%{?suse_version} == 1315
# Whether to build libdmmp
# Default YES on openSUSE factory and leap
@ -50,14 +63,14 @@
%if 0%{?suse_version} == 1315
%if 0%{?is_opensuse} == 1
%bcond_without libdmmp
%else
%else # 0%{?is_opensuse} == 1
%bcond_with libdmmp
%endif
%else
%endif # 0%{?is_opensuse} == 1
%else # 0%{?is_opensuse} == 1
%if 0%{?suse_version} >= 1330
%bcond_without libdmmp
%endif
%endif
%endif # 0%{?suse_version} >= 1330
%endif # 0%{?suse_version} == 1315
# This should match the version in libdmmp/Makefile
%define _libdmmp_version 0.1.0
@ -83,7 +96,7 @@ Requires: device-mapper >= 1.2.78
Requires: kpartx
Requires: sg3_utils
PreReq: coreutils grep
Version: 0.6.4+103+suse.bcb5d0f4
Version: 0.6.4+104+suse.ac0df678
Release: 0
Summary: Tools to Manage Multipathed Devices with the device-mapper
License: GPL-2.0