From: Kyr Shatskyy Date: Mon, 22 Feb 2021 15:47:17 +0000 (+0100) Subject: ceph.spec.in: use lua53 for openSUSE 15.2 X-Git-Tag: v17.1.0~2873^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1850dd508f838ee498eb723f6ca5200da9a089b3;p=ceph.git ceph.spec.in: use lua53 for openSUSE 15.2 Signed-off-by: Kyr Shatskyy --- diff --git a/ceph.spec.in b/ceph.spec.in index c8cf1d5625b0..7fba7d3d56c4 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -89,7 +89,11 @@ # SLE does not support luarocks %bcond_with lua_packages %else +%if 0%{?sle_version} == 150200 +%global luarocks_package_name lua53-luarocks +%else %global luarocks_package_name lua54-luarocks +%endif %bcond_without lua_packages %endif %else