From 7986dc5a47d34331dd19982ff98326299cadb40f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E8=BF=9B?= Date: Thu, 20 Oct 2022 01:22:33 +0000 Subject: [PATCH] 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..8e4a2ba 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 +* Thu Oct 20 2022 zhujin - 5.14-2 +- rebuild package + * Mon Nov 29 2021 zhouwenpei - 5.14-1 - update to 5.14 -- Gitee