From 1850dd508f838ee498eb723f6ca5200da9a089b3 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Mon, 22 Feb 2021 16:47:17 +0100 Subject: [PATCH] ceph.spec.in: use lua53 for openSUSE 15.2 Signed-off-by: Kyr Shatskyy --- ceph.spec.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ceph.spec.in b/ceph.spec.in index c8cf1d5625b00..7fba7d3d56c4e 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 -- 2.47.3