Block a user
Solve file conflicts and improve package compatibility.
Improve libalternatives support.
Replacing for %{_bindir}/%{lua_version} meant we pointed to /usr/bin/5.5, for example, and what we want to point to is /usr/bin/lua5.5, so we need %{_bindir}/lua%{lua_version}
Improve libalternatives support.