Dominique Leuenberger 2018-12-08 10:22:02 +00:00 committed by Git OBS Bridge
commit c5f7f220ef
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