diff --git a/targetcli-fb.changes b/targetcli-fb.changes index 2aefb3a..7c63d0a 100644 --- a/targetcli-fb.changes +++ b/targetcli-fb.changes @@ -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 diff --git a/targetcli-fb.spec b/targetcli-fb.spec index f301549..1474df2 100644 --- a/targetcli-fb.spec +++ b/targetcli-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/ # @@ -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