From 73d5ee13186039ca92309492498ae8b7a1fa1747 Mon Sep 17 00:00:00 2001 From: jiangxinyu Date: Wed, 15 Dec 2021 15:29:33 +0800 Subject: [PATCH] Remove the release suffix --- luarocks.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/luarocks.spec b/luarocks.spec index 1a9e36b..b555ccc 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 +* Wed Dec 15 2021 jiangxinyu - 3.5.0-2 +- Remove the release suffix + * Fri Jul 30 2021 Joey Ma - 3.5.0-1 - Initial package with 3.5.0, which only suppports openresty luajit for now -- Gitee