add requires luajit-devel for add Lua header files to fix execution error
This commit is contained in:
parent
c0c262e7ec
commit
bec174dba4
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: luarocks
|
Name: luarocks
|
||||||
Version: 3.5.0
|
Version: 3.5.0
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: A deployment and management system for Lua modules
|
Summary: A deployment and management system for Lua modules
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -20,6 +20,7 @@ BuildRequires: luajit-devel
|
|||||||
|
|
||||||
Requires: unzip
|
Requires: unzip
|
||||||
Requires: zip
|
Requires: zip
|
||||||
|
Requires: luajit-devel
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -65,6 +66,9 @@ mkdir -p %{buildroot}%{_prefix}/lib/luarocks/rocks-%{lua_version}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 29 2024 zhangxianting <zhangxianting@uniontech.com> - 3.5.0-3
|
||||||
- modify buildrequire openresty to luajit-devel
|
- modify buildrequire openresty to luajit-devel
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user