/[pkgs]/devel/sysreport/sysreport.spec
ViewVC logotype

Contents of /devel/sysreport/sysreport.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.47 - (show annotations) (download)
Mon Jul 27 05:20:34 2009 UTC (3 months, 3 weeks ago) by jkeating
Branch: MAIN
CVS Tags: F-12-split, sysreport-1_4_4-4, HEAD
Changes since 1.46: +4 -1 lines
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
1 Summary: Gathers system hardware and configuration information.
2 Name: sysreport
3 Version: 1.4.4
4 Release: 4
5 URL: http://www.redhat.com/support
6 Group: Development/Debuggers
7 Source0: %{name}-%{version}-1.tar.bz2
8 # No version given, not even COPYING.
9 # Only license attribution is included spec file, but since
10 # Red Hat is the copyright holder, we can safely assume it is correct.
11 License: GPL+
12 BuildArchitectures: noarch
13 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14 Requires: bash gawk grep sed mktemp procps
15 Requires: /usr/bin/tr
16
17 %description
18 Sysreport is a utility that gathers information about a system's
19 hardware and configuration. The information can then be used for
20 diagnostic purposes and debugging. Sysreport is commonly used to help
21 support technicians and developers by providing a "snapshot" of a
22 system's current layout.
23
24 %prep
25 %setup -q -n %{name}-%{version}-1
26
27 %build
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 make install DESTDIR=$RPM_BUILD_ROOT
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(-,root,root,-)
39 %doc README RFC Changelog
40 %dir %{_datadir}/%{name}
41 %attr(0744,root,root) %{_sbindir}/%{name}
42 %attr(0744,root,root) %{_datadir}/%{name}/sysreport-fdisk
43 %attr(0744,root,root) %{_datadir}/%{name}/functions
44 %attr(0644,root,root) %{_datadir}/%{name}/text.xsl
45 %{_mandir}/man1/*
46
47 %changelog
48 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-4
49 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
50
51 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.4-3
52 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
53 - Remove references to release in source paths
54
55 * Sat Sep 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.4.4-2
56 - fix license tag
57
58 * Mon Nov 19 2007 Than Ngo <than@redhat.com> - 1.4.4-1
59 - Resolves: bz220509, don't load iptables modules arbitrarily
60 - Resolves: bz141325, use lvmdump to gather lvm2 information
61
62 * Sat Jul 07 2007 Than Ngo <than@redhat.com> - 1.4.3-13.el5
63 - Resolves: bz#218524, sysctl is using deprecated syscall net.ipv6.neigh.lo.base_reachable_time
64
65 * Wed Mar 28 2007 Than Ngo <than@redhat.com> - 1.4.3-12.el5
66 - Resolves: #223744, sysreport preserve file attributes
67 - Resolves: #232920, doesn't touch sysrq-trigger by default
68 - Resolves: #239380, sysreport does not include /etc/lvm
69
70 * Thu Jan 18 2007 Than Ngo <than@redhat.com> - 1.4.3-11.el5
71 - Resolves: #225544 add new option -home to allow users to write outputs
72 in HOME default setting, outputs in /tmp
73
74 * Fri Nov 10 2006 Than Ngo <than@redhat.com> 1.4.3-10.el5
75 - fix #215066, iptable_nat, ip_conntrack drivers are loaded after sysreport run
76
77 * Mon Aug 14 2006 Than Ngo <than@redhat.com> 1.4.3-9
78 - fix #195352, sysreport's is returning a return code of 255 vice 0
79
80 * Mon Jul 17 2006 Than Ngo <than@redhat.com> 1.4.3-8
81 - fix #195352, sysreport's is returning a return code of 255 vice 0
82
83 * Thu Apr 27 2006 Than Ngo <than@redhat.com> 1.4.3-6
84 - fix #190053, Sysreport text refers to Red Hat Linux
85
86 * Tue Mar 28 2006 Than Ngo <than@redhat.com> 1.4.3-5
87 - use LANG=C
88
89 * Tue Mar 14 2006 Than Ngo <than@redhat.com> 1.4.3-4
90 - add the correct option to collect iptables information (mangle) #181299
91 - collect shared memory Segments info #181681
92
93 * Fri Mar 03 2006 Than Ngo <than@redhat.com> 1.4.3-3
94 - add dmidecode option
95 - write outputs in home instead tmp
96
97 * Tue Feb 07 2006 Than Ngo <than@redhat.com> 1.4.3-2
98 - fix broken date string
99
100 * Mon Jan 16 2006 Than Ngo <than@redhat.com> 1.4.3-1
101 - add correct fix to collect current registers and flags (sysrq-p) #170845
102
103 * Mon Nov 07 2005 Than Ngo <than@redhat.com> 1.4.2-4
104 - collect current registers and flags (sysrq-p) #170845
105 - collect list of current tasks and their information (sysrq-t) #170845
106
107 * Tue Oct 04 2005 Than Ngo <than@redhat.com> 1.4.2-3
108 - collect /etc/cluster #168353
109 - collect /etc/securetty #169800
110 - omit collecting device nodes #159428
111 - add -help option #165621
112
113 * Tue Oct 04 2005 Than Ngo <than@redhat.com> 1.4.2-2
114 - add missing man pages #165622
115
116 * Tue Jul 12 2005 Than Ngo <than@redhat.com> 1.4.2-1
117 - 1.4.2 release
118
119 * Tue Jul 12 2005 Than Ngo <than@redhat.com> 1.4.1-5
120 - security fix #162978, CAN-2005-2104
121
122 * Fri Jun 17 2005 Than Ngo <than@redhat.com> 1.4.1-4
123 - fix datestamp
124
125 * Tue Jun 14 2005 Than Ngo <than@redhat.com> 1.4.1-3
126 - don't include sensitive data #159502
127 - collect exim/nis/cluster/inittab/maillog/shell/ipcs/nscd/udev
128
129 * Tue May 10 2005 Than Ngo <than@redhat.com> 1.4.1-2
130 - fix typo bug
131
132 * Tue May 10 2005 Than Ngo <than@redhat.com> 1.4.1-1
133 - collect /etc/stinit.def, #154996
134 - additional info for Xorg/XFree86, #156305
135 - fix output problem #154120
136 - add -S sparse files, #150584, #156858
137 - don't overwrite output files, #154329
138 - collect /etc/ld.so.conf.d, #154328
139 - gather bind stats correctly #143632
140 - cosmetic fixes
141
142 * Fri Feb 25 2005 Than Ngo <than@redhat.com> 1.4.0-1
143 - Fix typo in collection of iptables #142992
144 - Add fix to always call hardware.py #144999
145 - Add the collection of /etc/nsswitch.conf bug #136717
146 - Add chkconfig type information to sysreport bug #136699
147 - Add the collection of information about a samba server config #136575
148 - Add the collection of LDAP client and server configuration information #136719
149 - Add the collection of /proc/slabinfo #139558
150 - Add the collection of syslog configuration
151 - Add the collection of ntp configuration
152 - Add the collection of mdadm.conf #136722
153 - Add the collection of lsof output
154 - Add the collection of postfix configuration files
155 - Add the collection of squid configuration files
156 - Add the collection of automount configuration files
157 - Add the collection of NFS export file
158 - Add the collection of yp configuration files
159 - Add the collection of kerberos configuration files
160 - Add the collection of CUPS configuration files
161 - Add the collection of apache configuration files
162 - Add the collection of /var/log/secure
163 - Add the collection of modinfo for all loaded modules
164 - Add the collection of satellite-debug and rhn-proxy-debug
165 - Add the collection of /etc/modprobe.conf #149651
166
167 * Mon Sep 13 2004 Than Ngo <than@redhat.com> 1.3.13-1
168 - add support dkms #122194
169 - get rid of dmidecode
170
171 * Tue Aug 17 2004 Than Ngo <than@redhat.com> 1.3.12-3
172 - add architecture into installed-rpms
173 - add gathering on LVM information
174
175 * Tue Aug 03 2004 Than Ngo <than@redhat.com> 1.3.12-2
176 - add gathering on samba informations/open file information
177
178 * Tue Jul 20 2004 Than Ngo <than@redhat.com> 1.3.12-1
179 - vsftpd configuration
180
181 * Tue Jul 13 2004 Than Ngo <than@redhat.com> 1.3.11-1
182 - add more SELinux information
183
184 * Mon Jul 12 2004 Than Ngo <than@redhat.com> 1.3.10-1
185 - add gathering information on SELinux setup
186
187 * Sun Feb 15 2004 Than Ngo <than@redhat.com> 1.3.9-1
188 - search for "grub" info for boot only on x86, #115325
189
190 * Wed Feb 11 2004 Than Ngo <than@redhat.com> 1.3.8-1
191 - 1.3.8
192
193 * Wed Feb 11 2004 Than Ngo <than@redhat.com> 1.3.7.1-1
194 - sysreport hangs with dmidecode, #115362
195
196 * Mon Sep 08 2003 Than Ngo <than@redhat.com> 1.3.7-1
197 - modify sysreport to include information on cluster setup
198 for AS2.1/Taroon
199
200 * Fri Aug 29 2003 Than Ngo <than@redhat.com> 1.3.6-1
201 - fixed #99352
202
203 * Thu Jul 31 2003 Than Ngo <than@redhat.com> 1.3.5-1
204 - add some enhancements from Mike Gahagan
205 - modify sysreport tool to include information ISDN cards
206
207 * Tue Jul 15 2003 Than Ngo <than@redhat.com> 1.3.4-1
208 - modify systeport tool to include information on RHN entitlement #89721
209 thanks to Tim Waugh for stylesheet file
210
211 * Mon May 26 2003 Than Ngo <than@redhat.com> 1.3.3-2
212 - fix changelog
213
214 * Mon May 26 2003 Than Ngo <than@redhat.com> 1.3.3-1.1
215 - fix pattern matching issue (bug #91617)
216
217 * Thu Mar 27 2003 Than Ngo <than@redhat.com> 1.3.2-1
218 - add support dmidecode, #78386
219
220 * Wed Jan 22 2003 Tim Powers <timp@redhat.com>
221 - rebuilt
222
223 * Tue Nov 12 2002 Than Ngo <than@redhat.com>
224 - Fixed sysreport to look sendmail config file in correct place bug #77541
225 - release 1.3.1
226
227 * Sun Aug 4 2002 Than Ngo <than@redhat.com> 1.3-5
228 - fixed some typo bugs (bug #70679)
229
230 * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
231 - automated rebuild
232
233 * Thu May 23 2002 Tim Powers <timp@redhat.com>
234 - automated rebuild
235
236 * Fri Apr 12 2002 Than Ngo <than@redhat.com> 1.3-2
237 - fix a bug in getpartinfo (bug #63109)
238
239 * Tue Mar 19 2002 Preston Brown <pbrown@redhat.com> 1.3-1
240 - incorporate more additions and fixes from Mike Gahagan
241
242 * Mon Feb 5 2001 Preston Brown <pbrown@redhat.com>
243 - don't look for /etc/inetd.d directory, fix cp warnings (#9469, #25507)
244
245 * Wed Nov 08 2000 "Wil Harris" <wil@redhat.com>
246 - changed the cp of /proc/bus to do lspci -vn to keep from locking up machines
247 - added some fixes for old and new bind (named.boot vs named.conf)
248
249 * Mon Oct 23 2000 "Wil Harris" <wil@redhat.com>
250 - Bumped version up to 1.1
251
252 * Wed Oct 4 2000 "Wil Harris" <wil@redhat.com>
253 - Fixed sysreport to handle both the new xinetd and old inetd files
254 - Added a little better file checking to remove some of the failed
255 - Added a sanity check for boot loader
256 - Added checking for modules.conf and conf.modules
257
258 * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
259 - automatic rebuild
260
261 * Fri Jun 16 2000 Matt Wilson <msw@redhat.com>
262 - rebuild for next release
263
264 * Thu Jan 27 2000 Jeff Johnson <jbj@redhat.com>
265 - bump release to 3.2.
266
267 * Wed Dec 1 1999 "Wil Harris" <wil@redhat.com>
268 - Fixed a problem with the fdisk work around
269
270 * Mon Nov 22 1999 "Wil Harris" <wil@redhat.com>
271 - Fixed fdisk options
272 - Added function for Dac960 and Compaq smart Array Raid controllers with help
273 from "Adrian Likins" <alikins@redhat.com>
274 - Added option to check for milo.conf
275 - Fixed the mail to address
276 - Fixed a typo
277
278 * Fri Sep 10 1999 "Wil Harris" <wil@redhat.com>"
279 - Fixed a typo and added a blank line to seperate the information so that it
280 can be read easier.
281
282 * Fri Sep 10 1999 "Wil Harris" <wil@redhat.com>"
283 - Arranged information gathering to be in a more logical order.
284 - Put yet MORE verbosity into script by explaining the steps as they are going through.
285 - Fixed the mailto to be a little more understandable.
286
287 * Fri Sep 10 1999 "Peter Jones" <pjones@redhat.com>
288 - Added even more verbosity
289 - Fixed OK/Failed to be real
290 - Added filename defaults
291 - Added "ENTER to continue..." stuff
292 - Fixed mailto address at end
293
294 * Fri Sep 10 1999 "Peter Jones" <pjones@redhat.com>
295 - Added even more verbosity
296 - ipchains stuff.
297 - changed permissions to 0744 to keep Adrian's paranoia at bay.
298
299 * Fri Sep 10 1999 "Wil Harris" <wil@redhat.com>"
300 - Added init style notifications of the current progress of sysreport.
301
302 * Thu Sep 9 1999 "Peter Jones" <pjones@redhat.com>
303 - Change for named information.
304 - Preserve tree structure
305 - Removed lspci in favor of duplicating /proc/bus
306 - gzip -9. If size restrictions become a problem, switch to bzip2?
307 - Added rpm -Va > rpm-verify
308 - Fix umask
309
310 * Thu Sep 9 1999 "Wil Harris" <wil@redhat.com>
311 - Change the /proc/scsi/scsi to /proc/scsi to get further scsi information.
312
313 * Wed Sep 8 1999 "Wil Harris" <wil@redhat.com>
314 - Relocated functions needed by suppinfo to /usr/share/support.
315
316 * Wed Sep 8 1999 "Wil Harris" <wil@redhat.com>
317 - Fixed a typo in the README and RFC. Changed the package name.
318
319 * Wed Sep 8 1999 "Wil Harris" <wil@redhat.com>
320 - Rewrote support with enormous help from Peter Jones <pjones@redhat.com>.
321
322 * Wed Aug 25 1999 "Wil Harris" <wil@redhat.com>
323 - First RPM release of scripts made.
324

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2