Add upstream patches for initial breakpoint insertion
This commit is contained in:
parent
f2cc79905f
commit
6e5a20e2b8
1053
ltrace-0.6.0-process-start.patch
Normal file
1053
ltrace-0.6.0-process-start.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,7 @@
|
||||
Summary: Tracks runtime library calls from dynamically linked executables
|
||||
Name: ltrace
|
||||
Version: 0.6.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
URL: http://ltrace.alioth.debian.org/
|
||||
License: GPLv2+
|
||||
Group: Development/Debuggers
|
||||
@ -27,6 +27,7 @@ Patch9: ltrace-0.6.0-ppc-args.patch
|
||||
Patch10: ltrace-0.6.0-ppc-shift.patch
|
||||
Patch11: ltrace-0.6.0-vfork.patch
|
||||
Patch12: ltrace-0.6.0-thread-races.patch
|
||||
Patch13: ltrace-0.6.0-process-start.patch
|
||||
|
||||
%description
|
||||
Ltrace is a debugging program which runs a specified command until the
|
||||
@ -52,6 +53,7 @@ execution of processes.
|
||||
%patch10 -p1
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
sed -i -e 's/-o root -g root//' Makefile.in
|
||||
|
||||
%build
|
||||
@ -84,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config(noreplace) %{_sysconfdir}/ltrace.conf
|
||||
|
||||
%changelog
|
||||
* Tue Feb 7 2012 Petr Machata <pmachata@redhat.com> - 0.6.0-4
|
||||
- Add upstream patches for initial breakpoint insertion. This mostly
|
||||
fixes tracing on PPC.
|
||||
- Resolves: #773050
|
||||
|
||||
* Fri Nov 25 2011 Petr Machata <pmachata@redhat.com> - 0.6.0-3
|
||||
- Add several upstream patches that fix various races in tracing
|
||||
multi-threaded processes
|
||||
|
||||
Loading…
Reference in New Issue
Block a user