Project

General

Profile

Bug #49356

Updated by Nathan Cutler about 3 years ago

openSUSE Factory (Tumbleweed) currently has three versions To ease the pain of luarocks: 

 <pre> 
 sesdev@master:~> zypper se -s luarocks 
 Loading repository data... 
 Reading installed packages... 

 S    | Name             | Type      | Version     | Arch     | Repository 
 ---+----------------+---------+-----------+--------+------------------------ 
    | lua51-luarocks | maintaining the ceph package | 3.3.1-1.3 | noarch | openSUSE-Tumbleweed-Oss 
 i+ | lua53-luarocks | package | 3.3.1-1.3 | noarch | openSUSE-Tumbleweed-Oss 
    | lua54-luarocks | package | 3.3.1-1.3 | noarch | openSUSE-Tumbleweed-Oss 
 </pre> 

 None of these provide a sensible default package like "lua-luarocks" or "luarocks". The ceph.spec.in file would need to keep track of which exact version of lua is in which SUSE build target, and that is a non-trivial amount of work which someone would have to do on an ongoing basis. openSUSE:Factory...

Back