4.23-1
- v4.22 -> v4.23. - Enabled libdw backend for -k option (#1568647).
This commit is contained in:
parent
d0edd71edc
commit
28dcb3a5dd
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/strace-4.22.tar.xz
|
||||
/strace-4.23.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (strace-4.22.tar.xz) = 624c3f27921b6df2eb8ff409a35fa9153c4571cd5f703e6cac18f024bccd5ff4acb81f88ca33f81d1046d9718dec7b2705e8940e80bb8447ec3e62a6fd5f8350
|
||||
SHA512 (strace-4.23.tar.xz) = b54df972dc86e27668784ea4619e8c55230816b249e0a7fcca99a37b7f9ec37710742aca08c9e39b508522accb654a83c98207bab9ccac1197bb8e73e51ab116
|
||||
|
21
strace.spec
21
strace.spec
@ -1,6 +1,6 @@
|
||||
Summary: Tracks and displays system calls associated with a running process
|
||||
Name: strace
|
||||
Version: 4.22
|
||||
Version: 4.23
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: Development/Debuggers
|
||||
@ -10,13 +10,14 @@ BuildRequires: gcc
|
||||
%if 0%{?fedora} >= 18 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1200
|
||||
BuildRequires: pkgconfig(bluez)
|
||||
%endif
|
||||
%if 0%{?fedora} >= 20 || 0%{?centos} >= 8 || 0%{?rhel} >= 8 || 0%{?suse_version} >= 1300
|
||||
%define buildrequires_libunwind_devel BuildRequires: libunwind-devel binutils-devel
|
||||
%if 0%{?fedora} >= 20 || 0%{?centos} >= 6 || 0%{?rhel} >= 6
|
||||
%define buildrequires_stacktrace BuildRequires: elfutils-devel binutils-devel
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
# for experimental -k option
|
||||
%{?buildrequires_libunwind_devel}
|
||||
%if 0%{?suse_version} >= 1100
|
||||
%define buildrequires_stacktrace BuildRequires: libdw-devel binutils-devel
|
||||
%endif
|
||||
# for -k option
|
||||
%{?buildrequires_stacktrace}
|
||||
%define strace64_arches ppc64 sparc64
|
||||
%{?!buildroot:BuildRoot: %_tmppath/buildroot-%name-%version-%release}
|
||||
|
||||
@ -53,7 +54,7 @@ The `strace' program in the `strace' package is for 32-bit processes.
|
||||
%setup -q
|
||||
echo -n %version-%release > .tarball-version
|
||||
echo -n 2018 > .year
|
||||
echo -n 2018-04-04 > .strace.1.in.date
|
||||
echo -n 2018-06-13 > .strace.1.in.date
|
||||
|
||||
%build
|
||||
echo 'BEGIN OF BUILD ENVIRONMENT INFORMATION'
|
||||
@ -91,6 +92,8 @@ rm -f %{buildroot}%{_bindir}/strace-graph
|
||||
make %{?_smp_mflags} -k check VERBOSE=1
|
||||
echo 'BEGIN OF TEST SUITE INFORMATION'
|
||||
tail -n 99999 -- tests*/test-suite.log tests*/ksysent.log
|
||||
find tests* -type f -name '*.log' -print0 |
|
||||
xargs -r0 grep -H '^KERNEL BUG:' -- ||:
|
||||
echo 'END OF TEST SUITE INFORMATION'
|
||||
|
||||
%files
|
||||
@ -107,6 +110,10 @@ echo 'END OF TEST SUITE INFORMATION'
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 14 2018 Dmitry V. Levin <ldv@altlinux.org> - 4.23-1
|
||||
- v4.22 -> v4.23.
|
||||
- Enabled libdw backend for -k option (#1568647).
|
||||
|
||||
* Thu Apr 05 2018 Dmitry V. Levin <ldv@altlinux.org> - 4.22-1
|
||||
- v4.21 -> v4.22.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user