From ac583dfd5e0063bddece661993a2c0bd0c802a33d468149d6fe2c5cf73f9c778 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Fri, 7 Dec 2018 14:59:19 +0000 Subject: [PATCH] Accepting request 656020 from home:dmdiss:bsc1118516_targetcli_rbd_15spx - Enable RBD support for SLE/Leap 15+ (bsc#1118516) OBS-URL: https://build.opensuse.org/request/show/656020 OBS-URL: https://build.opensuse.org/package/show/Base:System/targetcli-fb?expand=0&rev=24 --- targetcli-fb.changes | 5 +++++ targetcli-fb.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) 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