diff --git a/strace.spec b/strace.spec index b84f6d417e15443d96436e9a54d708a4926b5a47..bdc4564502ca6ff473590372c0dd7343ad8e6d1a 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