auto-import strace-4.4-4 from strace-4.4-4.src.rpm

This commit is contained in:
cvsdist 2004-09-09 12:44:47 +00:00
parent 15309f5457
commit b1d646bb65

View File

@ -1,7 +1,7 @@
Summary: Tracks and displays system calls associated with a running process.
Name: strace
Version: 4.4
Release: 3
Release: 4
License: BSD
Group: Development/Debuggers
URL: http://sourceforge.net/projects/strace/
@ -14,6 +14,7 @@ Patch10: strace-4.2-sparc4.patch
Patch11: strace-4.2.2-include.patch
Patch12: strace-4.4-atomic.patch
Patch13: strace-4.4-threads.patch
Patch14: strace-4.4-threads2.patch
BuildRoot: %{_tmppath}/%{name}-root
%description
@ -45,6 +46,7 @@ received by a process.
%patch11 -p1 -b .include
%patch12 -p1 -b .atomic
%patch13 -p1 -b .threads
%patch14 -p1 -b .threads2
%build
#./cvsbuild
@ -66,6 +68,9 @@ rm -rf %{buildroot}
%{_mandir}/man1/*
%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
- integrate patch from Jeff Law to eliminate hang tracing threads