Skip to content

Commit 796fbe0

Browse files
committed
packages/x86_64: enable experimental -k option
* debian/control (Build-Depends) [amd64]: Add libunwind-dev. * strace.spec (BuildRequires) [x86_64]: Add libunwind-devel.
1 parent cbde4e2 commit 796fbe0

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Source: strace
22
Maintainer: Steve McIntyre <[email protected]>
33
Section: utils
44
Priority: optional
5-
Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0), gawk
5+
Build-Depends: libc6-dev (>= 2.2.2) [!alpha !ia64], libc6.1-dev (>= 2.2.2) [alpha ia64], gcc-multilib [i386 powerpc s390 sparc], debhelper (>= 7.0.0), gawk, libunwind-dev [amd64]
66
Standards-Version: 3.9.6
77
Homepage: http://sourceforge.net/projects/strace/
88

strace.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
Summary: Tracks and displays system calls associated with a running process
22
Name: strace
33
Version: 4.11
4-
Release: 1%{?dist}
4+
Release: 2%{?dist}
55
License: BSD
66
Group: Development/Debuggers
77
URL: http://sourceforge.net/projects/strace/
88
Source: http://downloads.sourceforge.net/strace/%{name}-%{version}.tar.xz
99
BuildRequires: libacl-devel, time
10+
%ifarch x86_64
11+
# for experimental -k option
12+
BuildRequires: libunwind-devel
13+
%endif
1014
%define strace64_arches ppc64 sparc64
1115

1216
%description
@@ -77,6 +81,9 @@ make -k check VERBOSE=1
7781
%endif
7882

7983
%changelog
84+
* Wed Dec 23 2015 Dmitry V. Levin <[email protected]> - 4.11-2
85+
- Enabled experimental -k option on x86_64 (#1170296).
86+
8087
* Mon Dec 21 2015 Dmitry V. Levin <[email protected]> - 4.11-1
8188
- New upstream release:
8289
+ print nanoseconds along with seconds in stat family syscalls (#1251176).

0 commit comments

Comments
 (0)