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