Accepting request 656018 from home:dmdiss:bsc1118516_targetcli_rbd_15spx
- Enable RBD support for SLE/Leap 15+ (bsc#1118516) OBS-URL: https://build.opensuse.org/request/show/656018 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rtslib-fb?expand=0&rev=41
This commit is contained in:
committed by
Git OBS Bridge
parent
70ddc6f4f0
commit
a41e969040
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 7 09:29:54 UTC 2018 - ddiss@suse.com
|
||||
|
||||
- Enable RBD support for SLE/Leap 15+ (bsc#1118516)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 12:54:00 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@@ -37,7 +37,7 @@ Requires(post): update-alternatives
|
||||
Requires(postun): update-alternatives
|
||||
Provides: python-rtslib = %{version}-%{release}
|
||||
Obsoletes: python-rtslib
|
||||
%if 0%{?sle_version} == 150000
|
||||
%if 0%{?sle_version} >= 150000
|
||||
# explicit Provides advertising RBD support
|
||||
Provides: python-rtslib-rbd = %{version}
|
||||
Obsoletes: python-rtslib-rbd < %{version}
|
||||
@@ -52,7 +52,7 @@ the Apache 2.0 license. Contributions are welcome
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?sle_version} == 150000
|
||||
%if 0%{?sle_version} >= 150000
|
||||
# RBD support is dependent on LIO changes present in the SLE/Leap kernel
|
||||
%patch1 -p1
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user