From e080fcfff4124a7cc66435c9bcc5d3df9e869e2d Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 24 Mar 2022 18:55:01 +0800 Subject: [PATCH] Delete release %{?dist} --- openresty-valgrind.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/openresty-valgrind.spec b/openresty-valgrind.spec index 7bc0760..3c4f18c 100644 --- a/openresty-valgrind.spec +++ b/openresty-valgrind.spec @@ -1,6 +1,6 @@ Name: openresty-valgrind Version: 1.19.3.1 -Release: 1%{?dist} +Release: 2 Summary: The Valgrind debug version of OpenResty Group: System Environment/Daemons @@ -166,5 +166,8 @@ rm -rf %{buildroot} %changelog +* Thu Mar 24 2022 yaoxin - 1.19.3.1-2 +- Delete release %{?dist} + * Fri Jul 23 2021 Fu Changjie 1.19.3.1-1 - Package init with openresty-valgrind 1.19.3.1 -- Gitee