diff --git a/luarocks.spec b/luarocks.spec index 1a9e36ba165989a152f6450607673b64f1315357..ffbcfb9fbeeb832c195f69eb2dfe6f5770b22f6a 100644 --- a/luarocks.spec +++ b/luarocks.spec @@ -8,7 +8,7 @@ Name: luarocks Version: 3.5.0 -Release: 1%{?dist} +Release: 2 Summary: A deployment and management system for Lua modules License: MIT @@ -71,5 +71,8 @@ mkdir -p %{buildroot}%{_prefix}/lib/luarocks/rocks-%{lua_version} %changelog +* Thu Mar 24 2022 liyanan - 3.5.0-2 +- remove %dist + * Fri Jul 30 2021 Joey Ma - 3.5.0-1 - Initial package with 3.5.0, which only suppports openresty luajit for now