From a3db72079ba186d556b173213c1f3f7308b415e2 Mon Sep 17 00:00:00 2001 From: fuyh2020 Date: Fri, 10 Jun 2022 06:54:32 +0000 Subject: [PATCH] delete %dist --- openresty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openresty.spec b/openresty.spec index 922be6f..eb64981 100644 --- a/openresty.spec +++ b/openresty.spec @@ -1,6 +1,6 @@ Name: openresty Version: 1.19.3.1 -Release: 1%{?dist} +Release: 2 Summary: OpenResty, scalable web platform by extending NGINX with Lua Group: System Environment/Daemons @@ -443,5 +443,8 @@ fi %{orprefix_debug}/COPYRIGHT %changelog +* Fri Jun 10 2022 fuyahong 1.19.3.1-2 +- delete %dist + * Fri Jul 23 2021 Fu Changjie 1.19.3.1-1 - Package init with openresty 1.19.3.1, without asan package -- Gitee