From 8967bba93bef4cfb8a378cff39e61e41e606a8c0 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 24 Mar 2022 18:55:06 +0800 Subject: [PATCH] remove %dist (cherry picked from commit 8615827af2958d4229a117a44561bf4234e08d88) --- luarocks.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/luarocks.spec b/luarocks.spec index 1a9e36b..ffbcfb9 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 -- Gitee