diff --git a/python-rtslib-fb.changes b/python-rtslib-fb.changes index 9489822..f47ec77 100644 --- a/python-rtslib-fb.changes +++ b/python-rtslib-fb.changes @@ -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 + +- Remove superfluous devel dependency for noarch package + ------------------------------------------------------------------- Thu Oct 18 23:27:42 UTC 2018 - opensuse-packaging@opensuse.org diff --git a/python-rtslib-fb.spec b/python-rtslib-fb.spec index 9195291..41e15ca 100644 --- a/python-rtslib-fb.spec +++ b/python-rtslib-fb.spec @@ -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