From e5f035b37f8008f30cdb2a937b2b1e8602497936 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 12:43:07 +0000 Subject: auto-import strace-4.3-2 from strace-4.3-2.src.rpm --- diff --git a/strace.spec b/strace.spec index d4311c9..897f29c 100644 --- a/strace.spec +++ b/strace.spec @@ -1,7 +1,7 @@ Summary: Tracks and displays system calls associated with a running process. Name: strace Version: 4.3 -Release: 1 +Release: 2 License: BSD Group: Development/Debuggers URL: http://sourceforge.net/projects/strace/ @@ -38,9 +38,9 @@ received by a process. #%patch6 -p1 -b .getdents64 #%endif -%ifarch s390 s390x -%patch8 -p1 -b .s390 -%endif +#%ifarch s390 s390x +#%patch8 -p1 -b .s390 +#%endif %ifarch ia64 %patch9 -p1 -b .ia64 @@ -75,6 +75,9 @@ rm -rf %{buildroot} %{_mandir}/man1/* %changelog +* Sun Jul 22 2001 Florian La Roche +- disable s390 patches, they are already included + * Wed Jul 18 2001 Preston Brown 4.3-1 - new upstream version. Seems to have integrated most new syscalls - tracing threaded programs is now functional.