parent
e4cef772d3
commit
49b2ac4b75
@ -1,12 +1,16 @@
|
|||||||
Summary: Tracks and displays system calls associated with a running process
|
Summary: Tracks and displays system calls associated with a running process
|
||||||
Name: strace
|
Name: strace
|
||||||
Version: 4.11
|
Version: 4.11
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
URL: http://sourceforge.net/projects/strace/
|
URL: http://sourceforge.net/projects/strace/
|
||||||
Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
|
Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: libacl-devel, time
|
BuildRequires: libacl-devel, time
|
||||||
|
%ifarch x86_64
|
||||||
|
# for experimental -k option
|
||||||
|
BuildRequires: libunwind-devel
|
||||||
|
%endif
|
||||||
%define strace64_arches ppc64 sparc64
|
%define strace64_arches ppc64 sparc64
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -77,6 +81,9 @@ make -k check VERBOSE=1
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 23 2015 Dmitry V. Levin <ldv@altlinux.org> - 4.11-2
|
||||||
|
- Enabled experimental -k option on x86_64 (#1170296).
|
||||||
|
|
||||||
* Mon Dec 21 2015 Dmitry V. Levin <ldv@altlinux.org> - 4.11-1
|
* Mon Dec 21 2015 Dmitry V. Levin <ldv@altlinux.org> - 4.11-1
|
||||||
- New upstream release:
|
- New upstream release:
|
||||||
+ print nanoseconds along with seconds in stat family syscalls (#1251176).
|
+ print nanoseconds along with seconds in stat family syscalls (#1251176).
|
||||||
|
Loading…
Reference in New Issue
Block a user