]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph.spec.in: use lua53 for openSUSE 15.2 39621/head
authorKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 22 Feb 2021 15:47:17 +0000 (16:47 +0100)
committerKyr Shatskyy <kyrylo.shatskyy@suse.com>
Mon, 22 Feb 2021 15:57:27 +0000 (16:57 +0100)
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
ceph.spec.in

index c8cf1d5625b00a56b57b8958a28b90e883b25225..7fba7d3d56c4e77c495bfafc474fea669dd7ae3e 100644 (file)
 # 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