blob: 1075d030bd65f0f307adf6d8923270e47b9855a8 [file] [log] [blame]
Roland McGrath037124f2003-01-10 10:44:57 +00001Summary: Tracks and displays system calls associated with a running process.
2Name: strace
3Version: 4.4.90
4Release: 1
5License: BSD
6Group: Development/Debuggers
7URL: http://sourceforge.net/projects/strace/
8Source0: %{name}_%{version}-%{release}.tar.gz
9BuildRoot: %{_tmppath}/%{name}-root
10
11%description
12The strace program intercepts and records the system calls called and
13received by a running process. Strace can print a record of each
14system call, its arguments and its return value. Strace is useful for
15diagnosing problems and debugging, as well as for instructional
16purposes.
17
18Install strace if you need a tool to track the system calls made and
19received by a process.
20
21%prep
22%setup -q
23
24%build
25%configure
26make
27
28%install
29rm -rf %{buildroot}
30mkdir -p %{buildroot}%{_mandir}/man1
31mkdir -p %{buildroot}%{_bindir}
32%makeinstall man1dir=%{buildroot}%{_mandir}/man1
33
34# remove unpackaged files from the buildroot
35rm -f %{buildroot}%{_bindir}/strace-graph
36
37%clean
38rm -rf %{buildroot}
39
40%files
41%defattr(-,root,root)
42%{_bindir}/strace
43%{_mandir}/man1/*
44
45%changelog
46* Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.90-1
47- new upstream version, fixes all known bugs modulo ia64 and s390 issues
48
49* Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de> 4.4-11
50- add further s390 patch from IBM
51
52* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 4.4-10
53- remove unpackaged files from the buildroot
54
55* Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com> 4.4-9.1
56- Added latest s390(x) patch.
57
58* Fri Sep 06 2002 Karsten Hopp <karsten@redhat.de> 4.4-9
59- preliminary x86_64 support with an ugly patch to help
60 debugging. Needs cleanup!
61
62* Mon Sep 2 2002 Jakub Jelinek <jakub@redhat.com> 4.4-8
63- newer version of the clone fixing patch (Roland McGrath)
64- aio syscalls for i386/ia64/ppc (Ben LaHaise)
65
66* Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 4.4-7
67- fix strace -f (Roland McGrath, #68994)
68- handle ?et_thread_area, SA_RESTORER (Ulrich Drepper)
69
70* Fri Jun 21 2002 Jakub Jelinek <jakub@redhat.com> 4.4-6
71- handle futexes, *xattr, sendfile64, etc. (Ulrich Drepper)
72- handle modify_ldt (#66894)
73
74* Thu May 23 2002 Tim Powers <timp@redhat.com>
75- automated rebuild
76
77* Tue Apr 16 2002 Jakub Jelinek <jakub@redhat.com> 4.4-4
78- fix for the last patch by Jeff Law (#62591)
79
80* Mon Mar 4 2002 Preston Brown <pbrown@redhat.com> 4.4-3
81- integrate patch from Jeff Law to eliminate hang tracing threads
82
83* Sat Feb 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
84- minor update from debian tar-ball
85
86* Wed Jan 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
87- update to 4.4
88
89* Sun Jul 22 2001 Florian La Roche <Florian.LaRoche@redhat.de>
90- disable s390 patches, they are already included
91
92* Wed Jul 18 2001 Preston Brown <pbrown@redhat.com> 4.3-1
93- new upstream version. Seems to have integrated most new syscalls
94- tracing threaded programs is now functional.
95
96* Mon Jun 11 2001 Than Ngo <than@redhat.com>
97- port s390 patches from IBM
98
99* Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
100- modify new syscall patch to allocate enough heap space in setgroups32()
101
102* Wed Feb 14 2001 Jakub Jelinek <jakub@redhat.com>
103- #include <time.h> in addition to <sys/time.h>
104
105* Fri Jan 26 2001 Karsten Hopp <karsten@redhat.com>
106- clean up conflicting patches. This happened only
107 when building on S390
108
109* Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
110- update to CVS, reintegrate ia64 support
111
112* Sat Dec 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
113- Get S/390 support into the normal package
114
115* Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>
116- added S/390 patch from IBM, adapting it to not conflict with
117 IA64 patch
118
119* Sat Aug 19 2000 Jakub Jelinek <jakub@redhat.com>
120- doh, actually apply the 2.4 syscalls patch
121- make it compile with 2.4.0-test7-pre4+ headers, add
122 getdents64 and fcntl64
123
124* Thu Aug 3 2000 Jakub Jelinek <jakub@redhat.com>
125- add a bunch of new 2.4 syscalls (#14036)
126
127* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
128- automatic rebuild
129- excludearch ia64
130
131* Fri Jun 2 2000 Matt Wilson <msw@redhat.com>
132- use buildinstall for FHS
133
134* Wed May 24 2000 Jakub Jelinek <jakub@redhat.com>
135- make things compile on sparc
136- fix sigreturn on sparc
137
138* Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
139- fix stat64 misdef (#10485)
140
141* Tue Mar 21 2000 Michael K. Johnson <johnsonm@redhat.com>
142- added ia64 patch
143
144* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
145- man pages are compressed
146- version 4.2 (why are we keeping all these patches around?)
147
148* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
149- update to 4.1 (with sparc socketcall patch).
150
151* Fri Nov 12 1999 Jakub Jelinek <jakub@redhat.com>
152- fix socketcall on sparc.
153
154* Thu Sep 02 1999 Cristian Gafton <gafton@redhat.com>
155- fix KERN_SECURELVL compile problem
156
157* Tue Aug 31 1999 Cristian Gafton <gafton@redhat.com>
158- added alpha patch from HJLu to fix the osf_sigprocmask interpretation
159
160* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
161- update to 3.99.1.
162
163* Wed Jun 2 1999 Jeff Johnson <jbj@redhat.com>
164- add (the other :-) jj's sparc patch.
165
166* Wed May 26 1999 Jeff Johnson <jbj@redhat.com>
167- upgrade to 3.99 in order to
168- add new 2.2.x open flags (#2955).
169- add new 2.2.x syscalls (#2866).
170- strace 3.1 patches carried along for now.
171
172* Sun May 16 1999 Jeff Johnson <jbj@redhat.com>
173- don't rely on (broken!) rpm %patch (#2735)
174
175* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
176- strip binary
177
178* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
179- auto rebuild in the new build environment (release 16)
180
181* Tue Feb 9 1999 Jeff Johnson <jbj@redhat.com>
182- vfork est arrive!
183
184* Tue Feb 9 1999 Christopher Blizzard <blizzard@redhat.com>
185- Add patch to follow clone() syscalls, too.
186
187* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
188- patch to build alpha/sparc with glibc 2.1.
189
190* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
191- patch to build on ARM
192
193* Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
194- fix typo (printf, not tprintf).
195
196* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
197- fix compile problem on sparc.
198
199* Tue Aug 18 1998 Cristian Gafton <gafton@redhat.com>
200- buildroot
201
202* Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
203- added the umoven patch from James Youngman <jay@gnu.org>
204- fixed build problems on newer glibc releases
205
206* Mon Jun 08 1998 Prospector System <bugs@redhat.com>
207- translations modified for de, fr, tr