From 3c256348069e87379efec5323a6571d1842a7da0 Mon Sep 17 00:00:00 2001 From: Jia Chao Date: Fri, 17 Mar 2023 12:55:57 +0800 Subject: [PATCH] fix: spec aimed wrong source file. Signed-off-by: Jia Chao --- strace.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/strace.spec b/strace.spec index b84f6d4..bdc4564 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: 3 +Release: 4 # 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, @@ -15,7 +15,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 %ifarch sw_64 Patch1: strace-5.14-sw.patch @@ -105,6 +105,9 @@ wait %{_mandir}/man1/* %changelog +* Fri Mar 17 2023 Jia Chao - 5.14-3 +- Fix: source file type is xz. + * Tue Jan 10 2023 Hui Li - 5.14-3 - Add loongarch64 architecture -- Gitee