Accepting request 656020 from home:dmdiss:bsc1118516_targetcli_rbd_15spx

- Enable RBD support for SLE/Leap 15+ (bsc#1118516)

OBS-URL: https://build.opensuse.org/request/show/656020
OBS-URL: https://build.opensuse.org/package/show/Base:System/targetcli-fb?expand=0&rev=24
This commit is contained in:
Lee Duncan 2018-12-07 14:59:19 +00:00 committed by Git OBS Bridge
parent 4a61c20fae
commit ac583dfd5e
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 7 09:40:19 UTC 2018 - ddiss@suse.com
- Enable RBD support for SLE/Leap 15+ (bsc#1118516)
-------------------------------------------------------------------
Thu Oct 18 19:50:11 UTC 2018 - opensuse-packaging@opensuse.org

View File

@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@ -48,7 +48,7 @@ Provides: targetcli-fb = %{version}-%{release}
Obsoletes: targetcli
Obsoletes: targetcli-fb
BuildArch: noarch
%if 0%{?sle_version} == 150000
%if 0%{?sle_version} >= 150000
# explicit Provides advertising RBD support
Provides: targetcli-rbd = %{version}
Obsoletes: targetcli-rbd < %{version}
@ -81,7 +81,7 @@ python2-targetcli-fb and python3-targetcli-fb.
%prep
%setup -q
%patch1 -p1
%if 0%{?sle_version} == 150000
%if 0%{?sle_version} >= 150000
# RBD support is dependent on LIO changes present in the SLE/Leap kernel
%patch2 -p1
%endif