blob: d081047acb849db5b2aaffcb4e70f7df75ba12f4 [file] [log] [blame]
Roland McGrath037124f2003-01-10 10:44:57 +00001Summary: Tracks and displays system calls associated with a running process.
2Name: strace
Roland McGrath00eb84e2003-11-14 02:57:22 +00003Version: 4.5.1
Roland McGrath037124f2003-01-10 10:44:57 +00004Release: 1
5License: BSD
6Group: Development/Debuggers
7URL: http://sourceforge.net/projects/strace/
Roland McGrathee061722003-01-22 02:27:51 +00008Source0: %{name}-%{version}.tar.bz2
Roland McGrath037124f2003-01-10 10:44:57 +00009BuildRoot: %{_tmppath}/%{name}-root
10
Roland McGratha943d002003-09-24 22:22:42 +000011%define strace64_arches ppc64
12
Roland McGrath037124f2003-01-10 10:44:57 +000013%description
14The strace program intercepts and records the system calls called and
15received by a running process. Strace can print a record of each
16system call, its arguments and its return value. Strace is useful for
17diagnosing problems and debugging, as well as for instructional
18purposes.
19
20Install strace if you need a tool to track the system calls made and
21received by a process.
22
Roland McGratha943d002003-09-24 22:22:42 +000023%ifarch %{strace64_arches}
24%package -n strace64
25Summary: Tracks and displays system calls associated with a running process.
26Group: Development/Debuggers
27
28%description -n strace64
29The strace program intercepts and records the system calls called and
30received by a running process. Strace can print a record of each
31system call, its arguments and its return value. Strace is useful for
32diagnosing problems and debugging, as well as for instructional
33purposes.
34
35Install strace if you need a tool to track the system calls made and
36received by a process.
37
38This package provides the `strace64' program to trace 64-bit processes.
39The `strace' program in the `strace' package is for 32-bit processes.
40%endif
41
Roland McGrath037124f2003-01-10 10:44:57 +000042%prep
43%setup -q
44
45%build
46%configure
47make
48
49%install
50rm -rf %{buildroot}
51mkdir -p %{buildroot}%{_mandir}/man1
52mkdir -p %{buildroot}%{_bindir}
53%makeinstall man1dir=%{buildroot}%{_mandir}/man1
54
55# remove unpackaged files from the buildroot
56rm -f %{buildroot}%{_bindir}/strace-graph
57
Roland McGratha943d002003-09-24 22:22:42 +000058%ifarch %{strace64_arches}
59ln %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
60%endif
61
Roland McGrath037124f2003-01-10 10:44:57 +000062%clean
63rm -rf %{buildroot}
64
65%files
66%defattr(-,root,root)
67%{_bindir}/strace
68%{_mandir}/man1/*
69
Roland McGratha943d002003-09-24 22:22:42 +000070%ifarch %{strace64_arches}
71%files -n strace64
72%defattr(-,root,root)
73%{_bindir}/strace64
74%endif
75
76
Roland McGrath037124f2003-01-10 10:44:57 +000077%changelog
Roland McGrath00eb84e2003-11-14 02:57:22 +000078* Thu Nov 13 2003 Roland McGrath <roland@redhat.com> 4.5.1-1
79- new upstream version, more fixes (#108012, #105366, #105359, #105358)
80
81* Tue Sep 30 2003 Roland McGrath <roland@redhat.com> 4.5-3
82- revert bogus s390 fix
83
84* Thu Sep 25 2003 Roland McGrath <roland@redhat.com> 4.5-1.2.1AS
85- rebuilt for 2.1AS erratum
86
87* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-2
88- rebuilt
89
Roland McGrath739868f2003-09-24 23:05:09 +000090* Wed Sep 24 2003 Roland McGrath <roland@redhat.com> 4.5-1
91- new upstream version, more fixes (#101499, #104365)
92
Roland McGratha943d002003-09-24 22:22:42 +000093* Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-2
94- rebuilt
95
Roland McGrathcb612142003-07-17 09:23:56 +000096* Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-1
97- new upstream version, groks more new system calls, PF_INET6 sockets
98
Roland McGrathf02c3c32003-06-11 05:47:07 +000099* Mon Jun 10 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
Roland McGrath64ffba52003-06-02 19:37:48 +0000100- new upstream version, more fixes (#90754, #91085)
101
Roland McGrathacd3cd72003-06-11 05:37:56 +0000102* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
103- rebuilt
104
Roland McGrath1b86e2d2003-03-31 01:21:36 +0000105* Sun Mar 30 2003 Roland McGrath <roland@redhat.com> 4.4.96-1
106- new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixes
107
Roland McGrath215da2a2003-03-31 01:46:47 +0000108* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 4.4.95-2
109- rebuilt
110
Roland McGrath1893d052003-02-24 10:53:44 +0000111* Mon Feb 24 2003 Roland McGrath <roland@redhat.com> 4.4.95-1
112- new upstream version, fixed getresuid/getresgid (#84959)
113
Roland McGrath6c2fe9d2003-02-20 03:26:47 +0000114* Wed Feb 19 2003 Roland McGrath <roland@redhat.com> 4.4.94-1
115- new upstream version, new option -E to set environment variables (#82392)
116
117* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.4.93-2
118- rebuilt
119
Roland McGrathee061722003-01-22 02:27:51 +0000120* Tue Jan 21 2003 Roland McGrath <roland@redhat.com> 4.4.93-1
121- new upstream version, fixes ppc and s390 bugs, adds missing ptrace requests
122
Roland McGrath1d847cf2003-01-10 21:43:24 +0000123* Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.91-1
124- new upstream version, fixes -f on x86-64
125
Roland McGrath037124f2003-01-10 10:44:57 +0000126* Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.90-1
127- new upstream version, fixes all known bugs modulo ia64 and s390 issues
128
129* Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de> 4.4-11
130- add further s390 patch from IBM
131
132* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 4.4-10
133- remove unpackaged files from the buildroot
134
135* Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com> 4.4-9.1
136- Added latest s390(x) patch.
137
138* Fri Sep 06 2002 Karsten Hopp <karsten@redhat.de> 4.4-9
139- preliminary x86_64 support with an ugly patch to help
140 debugging. Needs cleanup!
141
142* Mon Sep 2 2002 Jakub Jelinek <jakub@redhat.com> 4.4-8
143- newer version of the clone fixing patch (Roland McGrath)
144- aio syscalls for i386/ia64/ppc (Ben LaHaise)
145
146* Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 4.4-7
147- fix strace -f (Roland McGrath, #68994)
148- handle ?et_thread_area, SA_RESTORER (Ulrich Drepper)
149
150* Fri Jun 21 2002 Jakub Jelinek <jakub@redhat.com> 4.4-6
151- handle futexes, *xattr, sendfile64, etc. (Ulrich Drepper)
152- handle modify_ldt (#66894)
153
154* Thu May 23 2002 Tim Powers <timp@redhat.com>
155- automated rebuild
156
157* Tue Apr 16 2002 Jakub Jelinek <jakub@redhat.com> 4.4-4
158- fix for the last patch by Jeff Law (#62591)
159
160* Mon Mar 4 2002 Preston Brown <pbrown@redhat.com> 4.4-3
161- integrate patch from Jeff Law to eliminate hang tracing threads
162
163* Sat Feb 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
164- minor update from debian tar-ball
165
166* Wed Jan 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
167- update to 4.4
168
169* Sun Jul 22 2001 Florian La Roche <Florian.LaRoche@redhat.de>
170- disable s390 patches, they are already included
171
172* Wed Jul 18 2001 Preston Brown <pbrown@redhat.com> 4.3-1
173- new upstream version. Seems to have integrated most new syscalls
174- tracing threaded programs is now functional.
175
176* Mon Jun 11 2001 Than Ngo <than@redhat.com>
177- port s390 patches from IBM
178
179* Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
180- modify new syscall patch to allocate enough heap space in setgroups32()
181
182* Wed Feb 14 2001 Jakub Jelinek <jakub@redhat.com>
183- #include <time.h> in addition to <sys/time.h>
184
185* Fri Jan 26 2001 Karsten Hopp <karsten@redhat.com>
186- clean up conflicting patches. This happened only
187 when building on S390
188
189* Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
190- update to CVS, reintegrate ia64 support
191
192* Sat Dec 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
193- Get S/390 support into the normal package
194
195* Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>
196- added S/390 patch from IBM, adapting it to not conflict with
197 IA64 patch
198
199* Sat Aug 19 2000 Jakub Jelinek <jakub@redhat.com>
200- doh, actually apply the 2.4 syscalls patch
201- make it compile with 2.4.0-test7-pre4+ headers, add
202 getdents64 and fcntl64
203
204* Thu Aug 3 2000 Jakub Jelinek <jakub@redhat.com>
205- add a bunch of new 2.4 syscalls (#14036)
206
207* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
208- automatic rebuild
209- excludearch ia64
210
211* Fri Jun 2 2000 Matt Wilson <msw@redhat.com>
212- use buildinstall for FHS
213
214* Wed May 24 2000 Jakub Jelinek <jakub@redhat.com>
215- make things compile on sparc
216- fix sigreturn on sparc
217
218* Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
219- fix stat64 misdef (#10485)
220
221* Tue Mar 21 2000 Michael K. Johnson <johnsonm@redhat.com>
222- added ia64 patch
223
224* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
225- man pages are compressed
226- version 4.2 (why are we keeping all these patches around?)
227
228* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
229- update to 4.1 (with sparc socketcall patch).
230
231* Fri Nov 12 1999 Jakub Jelinek <jakub@redhat.com>
232- fix socketcall on sparc.
233
234* Thu Sep 02 1999 Cristian Gafton <gafton@redhat.com>
235- fix KERN_SECURELVL compile problem
236
237* Tue Aug 31 1999 Cristian Gafton <gafton@redhat.com>
238- added alpha patch from HJLu to fix the osf_sigprocmask interpretation
239
240* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
241- update to 3.99.1.
242
243* Wed Jun 2 1999 Jeff Johnson <jbj@redhat.com>
244- add (the other :-) jj's sparc patch.
245
246* Wed May 26 1999 Jeff Johnson <jbj@redhat.com>
247- upgrade to 3.99 in order to
248- add new 2.2.x open flags (#2955).
249- add new 2.2.x syscalls (#2866).
250- strace 3.1 patches carried along for now.
251
252* Sun May 16 1999 Jeff Johnson <jbj@redhat.com>
253- don't rely on (broken!) rpm %patch (#2735)
254
255* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
256- strip binary
257
258* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
259- auto rebuild in the new build environment (release 16)
260
261* Tue Feb 9 1999 Jeff Johnson <jbj@redhat.com>
262- vfork est arrive!
263
264* Tue Feb 9 1999 Christopher Blizzard <blizzard@redhat.com>
265- Add patch to follow clone() syscalls, too.
266
267* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
268- patch to build alpha/sparc with glibc 2.1.
269
270* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
271- patch to build on ARM
272
273* Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
274- fix typo (printf, not tprintf).
275
276* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
277- fix compile problem on sparc.
278
279* Tue Aug 18 1998 Cristian Gafton <gafton@redhat.com>
280- buildroot
281
282* Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
283- added the umoven patch from James Youngman <jay@gnu.org>
284- fixed build problems on newer glibc releases
285
286* Mon Jun 08 1998 Prospector System <bugs@redhat.com>
287- translations modified for de, fr, tr