remove %dist

(cherry picked from commit 8615827af2958d4229a117a44561bf4234e08d88)
This commit is contained in:
lyn1001 2022-03-24 18:55:06 +08:00 committed by openeuler-sync-bot
parent 454140385f
commit 8967bba93b

View File

@ -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 <liyanan32@huawei.com> - 3.5.0-2
- remove %dist
* Fri Jul 30 2021 Joey Ma <majunjie@apache.org> - 3.5.0-1
- Initial package with 3.5.0, which only suppports openresty luajit for now