[packages/rpm/rpm.org] - drop lua hacks and look for default lua version - don't obsolete rpm-getdeps, this rpm does not su
Jan Palus
atler at pld-linux.org
Sat Oct 24 17:34:04 CEST 2020
On 24.10.2020 16:12, baggins wrote:
> commit be07e71c8acd92e61d42ccb1c92200f92ed152c9
> Author: Jan Rękorajski <baggins at pld-linux.org>
> Date: Sat Oct 24 15:50:57 2020 +0200
>
> - drop lua hacks and look for default lua version
> -BuildRequires: lua53-devel >= 5.3.5
> +BuildRequires: lua-devel >= 5.1
lua51-devel provides lua-devel however it does not have lua.pc expected
by rpm. Perhaps replace with?
BuildRequires: pkgconfig(lua) >= 5.1
More information about the pld-devel-en
mailing list