auto-import strace-4.4-4 from strace-4.4-4.src.rpm
This commit is contained in:
parent
15309f5457
commit
b1d646bb65
@ -1,7 +1,7 @@
|
|||||||
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.4
|
Version: 4.4
|
||||||
Release: 3
|
Release: 4
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
URL: http://sourceforge.net/projects/strace/
|
URL: http://sourceforge.net/projects/strace/
|
||||||
@ -14,6 +14,7 @@ Patch10: strace-4.2-sparc4.patch
|
|||||||
Patch11: strace-4.2.2-include.patch
|
Patch11: strace-4.2.2-include.patch
|
||||||
Patch12: strace-4.4-atomic.patch
|
Patch12: strace-4.4-atomic.patch
|
||||||
Patch13: strace-4.4-threads.patch
|
Patch13: strace-4.4-threads.patch
|
||||||
|
Patch14: strace-4.4-threads2.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -45,6 +46,7 @@ received by a process.
|
|||||||
%patch11 -p1 -b .include
|
%patch11 -p1 -b .include
|
||||||
%patch12 -p1 -b .atomic
|
%patch12 -p1 -b .atomic
|
||||||
%patch13 -p1 -b .threads
|
%patch13 -p1 -b .threads
|
||||||
|
%patch14 -p1 -b .threads2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
#./cvsbuild
|
#./cvsbuild
|
||||||
@ -66,6 +68,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man1/*
|
%{_mandir}/man1/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 16 2002 Jakub Jelinek <jakub@redhat.com> 4.4-4
|
||||||
|
- fix for the last patch by Jeff Law (#62591)
|
||||||
|
|
||||||
* Mon Mar 4 2002 Preston Brown <pbrown@redhat.com> 4.4-3
|
* Mon Mar 4 2002 Preston Brown <pbrown@redhat.com> 4.4-3
|
||||||
- integrate patch from Jeff Law to eliminate hang tracing threads
|
- integrate patch from Jeff Law to eliminate hang tracing threads
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user