diff --git a/strace.spec b/strace.spec index 69056808373af601917cee5812ff0d82395c4efa..38c868c5bae5a13b5f03145c239788fabb9380a7 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: 4 +Release: 5 # 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, @@ -88,6 +88,7 @@ done wait %check +make %{?_smp_mflags} -k check VERBOSE=1 # testcases which read /dev/full will fail because /dev/full is rw--w--w-- and # needsrootforbuild cannot take affect #%{buildroot}%{_bindir}/strace -V @@ -106,6 +107,9 @@ wait %{_mandir}/man1/* %changelog +* Thur June 1 2023 chenzanyu - 5.14-5 +- Resolve rpmbuild does not make check + * Tue Apr 4 2023 chenzanyu - 5.14-4 - solve ilp32 strace build error