add requires luajit-devel for add Lua header files to fix execution error

This commit is contained in:
zhangxianting 2024-06-21 17:38:34 +08:00
parent c0c262e7ec
commit bec174dba4

View File

@ -5,7 +5,7 @@
Name: luarocks
Version: 3.5.0
Release: 3
Release: 4
Summary: A deployment and management system for Lua modules
License: MIT
@ -20,6 +20,7 @@ BuildRequires: luajit-devel
Requires: unzip
Requires: zip
Requires: luajit-devel
%description
@ -65,6 +66,9 @@ mkdir -p %{buildroot}%{_prefix}/lib/luarocks/rocks-%{lua_version}
%changelog
* Fri Jun 21 2024 zhangxianting <zhangxianting@uniontech.com> - 3.5.0-4
- add requires luajit-devel for add Lua header files to fix execution error
* Wed May 29 2024 zhangxianting <zhangxianting@uniontech.com> - 3.5.0-3
- modify buildrequire openresty to luajit-devel