blob: 1ca70e2c52eb567f797a78c9b3290a34d9525db9 [file] [log] [blame]
Roland McGrath037124f2003-01-10 10:44:57 +00001Summary: Tracks and displays system calls associated with a running process.
2Name: strace
Roland McGrathacd3cd72003-06-11 05:37:56 +00003Version: 4.4.98
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
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
Roland McGrathf02c3c32003-06-11 05:47:07 +000046* Mon Jun 10 2003 Roland McGrath <roland@redhat.com> 4.4.98-1
Roland McGrath64ffba52003-06-02 19:37:48 +000047- new upstream version, more fixes (#90754, #91085)
48
Roland McGrathacd3cd72003-06-11 05:37:56 +000049* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
50- rebuilt
51
Roland McGrath1b86e2d2003-03-31 01:21:36 +000052* Sun Mar 30 2003 Roland McGrath <roland@redhat.com> 4.4.96-1
53- new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixes
54
Roland McGrath215da2a2003-03-31 01:46:47 +000055* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 4.4.95-2
56- rebuilt
57
Roland McGrath1893d052003-02-24 10:53:44 +000058* Mon Feb 24 2003 Roland McGrath <roland@redhat.com> 4.4.95-1
59- new upstream version, fixed getresuid/getresgid (#84959)
60
Roland McGrath6c2fe9d2003-02-20 03:26:47 +000061* Wed Feb 19 2003 Roland McGrath <roland@redhat.com> 4.4.94-1
62- new upstream version, new option -E to set environment variables (#82392)
63
64* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 4.4.93-2
65- rebuilt
66
Roland McGrathee061722003-01-22 02:27:51 +000067* Tue Jan 21 2003 Roland McGrath <roland@redhat.com> 4.4.93-1
68- new upstream version, fixes ppc and s390 bugs, adds missing ptrace requests
69
Roland McGrath1d847cf2003-01-10 21:43:24 +000070* Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.91-1
71- new upstream version, fixes -f on x86-64
72
Roland McGrath037124f2003-01-10 10:44:57 +000073* Fri Jan 10 2003 Roland McGrath <roland@redhat.com> 4.4.90-1
74- new upstream version, fixes all known bugs modulo ia64 and s390 issues
75
76* Fri Jan 03 2003 Florian La Roche <Florian.LaRoche@redhat.de> 4.4-11
77- add further s390 patch from IBM
78
79* Wed Nov 27 2002 Tim Powers <timp@redhat.com> 4.4-10
80- remove unpackaged files from the buildroot
81
82* Mon Oct 07 2002 Phil Knirsch <pknirsch@redhat.com> 4.4-9.1
83- Added latest s390(x) patch.
84
85* Fri Sep 06 2002 Karsten Hopp <karsten@redhat.de> 4.4-9
86- preliminary x86_64 support with an ugly patch to help
87 debugging. Needs cleanup!
88
89* Mon Sep 2 2002 Jakub Jelinek <jakub@redhat.com> 4.4-8
90- newer version of the clone fixing patch (Roland McGrath)
91- aio syscalls for i386/ia64/ppc (Ben LaHaise)
92
93* Wed Aug 28 2002 Jakub Jelinek <jakub@redhat.com> 4.4-7
94- fix strace -f (Roland McGrath, #68994)
95- handle ?et_thread_area, SA_RESTORER (Ulrich Drepper)
96
97* Fri Jun 21 2002 Jakub Jelinek <jakub@redhat.com> 4.4-6
98- handle futexes, *xattr, sendfile64, etc. (Ulrich Drepper)
99- handle modify_ldt (#66894)
100
101* Thu May 23 2002 Tim Powers <timp@redhat.com>
102- automated rebuild
103
104* Tue Apr 16 2002 Jakub Jelinek <jakub@redhat.com> 4.4-4
105- fix for the last patch by Jeff Law (#62591)
106
107* Mon Mar 4 2002 Preston Brown <pbrown@redhat.com> 4.4-3
108- integrate patch from Jeff Law to eliminate hang tracing threads
109
110* Sat Feb 23 2002 Florian La Roche <Florian.LaRoche@redhat.de>
111- minor update from debian tar-ball
112
113* Wed Jan 02 2002 Florian La Roche <Florian.LaRoche@redhat.de>
114- update to 4.4
115
116* Sun Jul 22 2001 Florian La Roche <Florian.LaRoche@redhat.de>
117- disable s390 patches, they are already included
118
119* Wed Jul 18 2001 Preston Brown <pbrown@redhat.com> 4.3-1
120- new upstream version. Seems to have integrated most new syscalls
121- tracing threaded programs is now functional.
122
123* Mon Jun 11 2001 Than Ngo <than@redhat.com>
124- port s390 patches from IBM
125
126* Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
127- modify new syscall patch to allocate enough heap space in setgroups32()
128
129* Wed Feb 14 2001 Jakub Jelinek <jakub@redhat.com>
130- #include <time.h> in addition to <sys/time.h>
131
132* Fri Jan 26 2001 Karsten Hopp <karsten@redhat.com>
133- clean up conflicting patches. This happened only
134 when building on S390
135
136* Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
137- update to CVS, reintegrate ia64 support
138
139* Sat Dec 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
140- Get S/390 support into the normal package
141
142* Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>
143- added S/390 patch from IBM, adapting it to not conflict with
144 IA64 patch
145
146* Sat Aug 19 2000 Jakub Jelinek <jakub@redhat.com>
147- doh, actually apply the 2.4 syscalls patch
148- make it compile with 2.4.0-test7-pre4+ headers, add
149 getdents64 and fcntl64
150
151* Thu Aug 3 2000 Jakub Jelinek <jakub@redhat.com>
152- add a bunch of new 2.4 syscalls (#14036)
153
154* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
155- automatic rebuild
156- excludearch ia64
157
158* Fri Jun 2 2000 Matt Wilson <msw@redhat.com>
159- use buildinstall for FHS
160
161* Wed May 24 2000 Jakub Jelinek <jakub@redhat.com>
162- make things compile on sparc
163- fix sigreturn on sparc
164
165* Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
166- fix stat64 misdef (#10485)
167
168* Tue Mar 21 2000 Michael K. Johnson <johnsonm@redhat.com>
169- added ia64 patch
170
171* Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
172- man pages are compressed
173- version 4.2 (why are we keeping all these patches around?)
174
175* Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
176- update to 4.1 (with sparc socketcall patch).
177
178* Fri Nov 12 1999 Jakub Jelinek <jakub@redhat.com>
179- fix socketcall on sparc.
180
181* Thu Sep 02 1999 Cristian Gafton <gafton@redhat.com>
182- fix KERN_SECURELVL compile problem
183
184* Tue Aug 31 1999 Cristian Gafton <gafton@redhat.com>
185- added alpha patch from HJLu to fix the osf_sigprocmask interpretation
186
187* Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
188- update to 3.99.1.
189
190* Wed Jun 2 1999 Jeff Johnson <jbj@redhat.com>
191- add (the other :-) jj's sparc patch.
192
193* Wed May 26 1999 Jeff Johnson <jbj@redhat.com>
194- upgrade to 3.99 in order to
195- add new 2.2.x open flags (#2955).
196- add new 2.2.x syscalls (#2866).
197- strace 3.1 patches carried along for now.
198
199* Sun May 16 1999 Jeff Johnson <jbj@redhat.com>
200- don't rely on (broken!) rpm %patch (#2735)
201
202* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
203- strip binary
204
205* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
206- auto rebuild in the new build environment (release 16)
207
208* Tue Feb 9 1999 Jeff Johnson <jbj@redhat.com>
209- vfork est arrive!
210
211* Tue Feb 9 1999 Christopher Blizzard <blizzard@redhat.com>
212- Add patch to follow clone() syscalls, too.
213
214* Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
215- patch to build alpha/sparc with glibc 2.1.
216
217* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
218- patch to build on ARM
219
220* Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
221- fix typo (printf, not tprintf).
222
223* Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
224- fix compile problem on sparc.
225
226* Tue Aug 18 1998 Cristian Gafton <gafton@redhat.com>
227- buildroot
228
229* Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
230- added the umoven patch from James Youngman <jay@gnu.org>
231- fixed build problems on newer glibc releases
232
233* Mon Jun 08 1998 Prospector System <bugs@redhat.com>
234- translations modified for de, fr, tr