diff --git a/luarocks.spec b/luarocks.spec index 96c1a75d8b81f7deec3ffd6d61afcfa786bb90b9..ea12d7ae8bdcb498a05e483606d3d2225bf7f36d 100644 --- a/luarocks.spec +++ b/luarocks.spec @@ -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 - 3.5.0-4 +- add requires luajit-devel for add Lua header files to fix execution error + * Wed May 29 2024 zhangxianting - 3.5.0-3 - modify buildrequire openresty to luajit-devel