From 0bb368ec9b6c7c5bf978cdabdad7050e22d40db2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E8=BF=9B?= Date: Wed, 19 Oct 2022 02:56:06 +0000 Subject: [PATCH] update strace release to 2 update strace release to 2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 朱进 --- strace.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/strace.spec b/strace.spec index 9420e11..df1e38c 100644 --- a/strace.spec +++ b/strace.spec @@ -3,7 +3,7 @@ Summary: Tracks and displays system calls associated with a running process Name: strace Version: 5.14 -Release: 1 +Release: 2 # The test suite is GPLv2+, all the rest is LGPLv2.1+. License: LGPL-2.1+ and GPL-2.0+ # Some distros require Group tag to be present, @@ -101,6 +101,9 @@ wait %{_mandir}/man1/* %changelog +* Wed Oct 19 2022 zhujin - 5.14-2 +- Update the Release to 2 + * Mon Nov 29 2021 zhouwenpei - 5.14-1 - update to 5.14 -- Gitee