From 601446370b3a444201be8ff2a35b74f800feab79 Mon Sep 17 00:00:00 2001 From: liwiegang Date: Mon, 13 Dec 2021 10:24:07 +0800 Subject: [PATCH] delete %dist --- openresty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openresty.spec b/openresty.spec index 922be6f..6623aa4 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 +* Mon Dec 13 2021 liweigang 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