From f03786c818e36a03a473e9d226865a53fb4478c2 Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Fri, 17 Mar 2023 11:54:12 +0800 Subject: [PATCH] release to 6.1-2 fix: spec aimed wrong source file. Signed-off-by: Jia Chao --- strace.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/strace.spec b/strace.spec index 8292eec..820cd6e 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process Name: strace Version: 6.1 -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, @@ -13,7 +13,7 @@ URL: https://strace.io Source: https://strace.io/files/%{version}/strace-%{version}.tar.xz BuildRequires: xz %else -Source: strace-%{version}.tar.gz +Source: strace-%{version}.tar.xz %endif BuildRequires: gcc gzip make @@ -109,6 +109,10 @@ wait %{_mandir}/man1/* %changelog +* Fri Mar 17 2023 Jia Chao - 6.1-2 +- release to 6.1-2 +- Fix: local source file should be %{name}-%{version}.tar.xz + * Fri Feb 3 2023 zhujin - 6.1-1 - update to 6.1 -- Gitee