forked from pool/python-rtslib-fb
Accepting request 662617 from devel:languages:python
Resubmit, repo-checker has a stale review OBS-URL: https://build.opensuse.org/request/show/662617 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rtslib-fb?expand=0&rev=19
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Remove superfluous devel dependency for noarch package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 18 23:27:42 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
||||
@@ -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/
|
||||
#
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ Group: Development/Languages/Python
|
||||
Url: http://github.com/open-iscsi/rtslib-fb.git
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
Patch1: rbd-support.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pyudev}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module six}
|
||||
@@ -38,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}
|
||||
@@ -53,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