11
0

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:
Tomáš Chvátal
2018-12-07 13:07:22 +00:00
committed by Git OBS Bridge
parent 70ddc6f4f0
commit a41e969040
2 changed files with 7 additions and 2 deletions

View File

@@ -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>

View File

@@ -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