source: projects/specs/trunk/s/sysstat/sysstat-vl.spec @ 8434

Revision 8434, 18.5 KB checked in by shaolin, 10 years ago (diff)
  • sysstat
    • new upstream (stable) release
Line 
1Summary:        Collection of performance monitoring tools for Linux
2Summary(ja):    Linux 用パフォーマンス計測ツール集
3Name:           sysstat
4Version:        10.2.1
5Release:        1%{?_dist_release}
6License:        GPLv2+
7Group:          Applications/System
8URL:            http://sebastien.godard.pagesperso-orange.fr/
9Source:         http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.bz2
10
11Requires:       vixie-cron, fileutils, grep, sh-utils, textutils
12Requires(post):   /sbin/chkconfig
13Requires(preun):  /sbin/chkconfig
14Requires(postun): /sbin/chkconfig
15
16BuildRequires: kernel-headers, gettext, lm-sensors-devel, perl
17
18Vendor: Project Vine
19Distribution: Vine Linux
20Packager: shaolin
21
22
23%description
24The sysstat package contains sar, sadf, mpstat, iostat, pidstat, nfsiostat,
25cifsiostat and sa tools for Linux.
26The sar command collects and reports system activity information. This
27information can be saved in a file in a binary format for future inspection. The
28statistics reported by sar concern I/O transfer rates, paging activity,
29process-related activities, interrupts, network activity, memory and swap space
30utilization, CPU utilization, kernel activities and TTY statistics, among
31others. Both UP and SMP machines are fully supported.
32The sadf command may be used to display data collected by sar in various formats
33(CSV, XML, etc.).
34The iostat command reports CPU utilization and I/O statistics for disks.
35The mpstat command reports global and per-processor statistics.
36The pidstat command reports statistics for Linux tasks (processes).
37The nfsiostat command reports I/O statistics for network file systems.
38The cifsiostat command reports I/O statistics for CIFS file systems.
39
40
41%prep
42%setup -q
43iconv -f windows-1252 -t utf8 CREDITS > CREDITS.aux
44mv CREDITS.aux CREDITS
45
46
47%build
48%configure sa_lib_dir=%{_libdir}/sa history=28 compressafter=31 \
49    --disable-man-group --disable-stripping
50%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig
51export CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
52#make %{?_smp_mflags}   # doesn't work in 10.1.6
53make
54
55
56%install
57make install DESTDIR=%{buildroot}
58
59# Install cron file
60mkdir -p %{buildroot}%{_sysconfdir}/cron.d
61install -m 0644 cron/sysstat.crond %{buildroot}%{_sysconfdir}/cron.d/sysstat
62
63# Install service file
64mkdir -p %{buildroot}%{_initdir}
65install -m 0755 sysstat %{buildroot}%{_initdir}/
66
67%find_lang %{name}
68
69
70%post
71/sbin/chkconfig --add sysstat
72
73
74%preun
75if [[ $1 -eq 0 ]]; then
76  # Remove sa logs if removing sysstat completely
77  rm -f %{_localstatedir}/log/sa/*
78  # Remove service
79  /sbin/chkconfig --del sysstat
80fi
81
82
83%files -f %{name}.lang
84%defattr(-,root,root,-)
85%doc CHANGES COPYING CREDITS README FAQ
86%config(noreplace) %{_sysconfdir}/cron.d/sysstat
87%config(noreplace) %{_sysconfdir}/sysconfig/sysstat
88%config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf
89%{_initdir}/sysstat
90%{_bindir}/*
91%{_libdir}/sa
92%{_mandir}/man1/*
93%{_mandir}/man5/*
94%{_mandir}/man8/*
95%{_localstatedir}/log/sa
96
97
98%changelog
99* Tue May 13 2014 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 10.2.1-1
100- new upstream (stable) release
101- spec file was in Shift-JIS somehow - fixed
102
103* Mon Aug 19 2013 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 10.1.6-1
104- initial build for Vine Linux
105
106* Wed Aug 14 2013 Peter Schiffer <pschiffe@redhat.com> - 10.1.6-1
107- resolves: #972508
108  updated to 10.1.6
109- resolves: #993394
110  fixed FTBFS (added BR on systemd)
111- install the docs in the new pkgdocdir
112  (thanks to Mathieu Bridon <bochecha@fedoraproject.org> for the patch)
113
114* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.1.5-2
115- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
116
117* Fri Apr  5 2013 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-1
118- resolves: #919581
119  updated to 10.1.5
120- collect disk statistics by default
121
122* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.1.3-2
123- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
124
125* Wed Jan  2 2013 Peter Schiffer <pschiffe@redhat.com> - 10.1.3-1
126- resolves: #890425
127  updated to 10.1.3
128
129* Mon Dec  3 2012 Peter Schiffer <pschiffe@redhat.com> - 10.1.2-2
130- added new -y option to iostat command to skip first since boot report if
131  displaying multiple reports
132
133* Tue Nov 13 2012 Peter Schiffer <pschiffe@redhat.com> - 10.1.2-1
134- resolves: #863791
135  updated to 10.1.2
136- resolves: #850333
137  migrated to the new systemd-rpm macros
138- cleaned .spec file
139
140* Wed Aug 01 2012 Peter Schiffer <pschiffe@redhat.com> - 10.1.1-1
141- resolves: #844387
142  update to 10.1.1
143- keep log files for 28 days instead of 7
144- collect all aditional statistics
145
146* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.0.5-2
147- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
148
149* Tue Jun 19 2012 Peter Schiffer <pschiffe@redhat.com> - 10.0.5-1
150- resolves: #822867
151  update to 10.0.5
152
153* Wed May 16 2012 Peter Schiffer <pschiffe@redhat.com> - 10.0.4-1
154- resolves: #803032
155  update to 10.0.4
156- resolves: #820725
157  enable sysstat service by default
158
159* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.0.3-2
160- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
161
162* Wed Nov 30 2011 Peter Schiffer <pschiffe@redhat.com> - 10.0.3-1
163- resolves: #757687
164  update to 10.0.3
165
166* Tue Sep 13 2011 Tom Callaway <spot@fedoraproject.org> - 10.0.2-2
167- fix libdir pathing in systemd service file
168
169* Mon Sep 12 2011 Tom Callaway <spot@fedoraproject.org> - 10.0.2-1
170- update to 10.0.2
171- convert to systemd
172
173* Tue Jun  7 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.1-1
174- update to 10.0.1
175- remove useles patches
176
177* Wed May  4 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.0-4
178- close the file descriptor in a special situation in read_uoptime function
179- fix the number on open files in cifsiostat output
180
181* Mon May  2 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.0-3
182- add -h optioon to iostat tool
183  (-h   Make the disk stats report easier to read by a human.)
184
185* Mon Apr  4 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.0-2
186- remove unnecessary patch
187
188* Mon Apr  4 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.0-1
189- update to 10.0.0
190  remove obsolete patches
191  remove autoreconfiguration
192
193* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.6.1-14
194- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
195
196* Mon Nov 22 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-13
197- Resolves: #642280
198  sar -u overflow problem - thanks Michal Srb
199
200* Thu Oct  7 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-12
201- improve sar thickless kernel support
202  (fix the output per separate cpu "-P ALL" option )
203
204* Mon Oct  4 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-11
205- resolves: #635646
206  test the output of localtime properly
207
208* Wed Sep 29 2010 jkeating - 9.0.6.1-10
209- Rebuilt for gcc bug 634757
210
211* Thu Sep 23 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-9
212- add the mandir patch
213- add the possibility to sed sadc cron options
214
215* Tue Sep 21 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-8
216- add necessary dependency (autoconf), necessary because of patch7
217
218* Tue Sep 21 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-7
219- remove needless DOCDIR setting
220- remove needless INIT_DIR setting
221- fix the problem with --disable-man-group option
222
223* Wed Sep  8 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-6
224- fix the sar output on tickless kernel
225
226* Fri Aug 13 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-5
227- remove bogus links description
228
229* Mon Jul 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-4
230- fix sar problem - sysstat can not monitor system status every second
231
232* Mon Apr 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-3
233- fix mpstat tool (when the cpu is switched off)
234
235* Fri Apr 16 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-2
236- fix the mpstat output on tickless kernel
237
238* Tue Mar  2 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-1
239- update to 9.0.6.1
240
241* Tue Feb 16 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6-3
242- fix init script format
243
244* Fri Dec 11 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6-2
245- fix the problem in get_nfs_mount_nr function
246  ( iostat -n causes stack smashing)
247
248* Wed Dec  2 2009 Ivana Hutarva Varekova <varekova@redhat.com> - 9.0.6-1
249- update to 9.0.6
250
251* Tue Sep 15 2009 Ivana Varekova <varekova@redhat.com> - 9.0.4-4
252- fix init script
253
254* Mon Sep 14 2009 Ivana Varekova <varekova@redhat.com> - 9.0.4-3
255- fix init script - add INIT INFO flags (#522740)
256  and add condrestart, try-restart and force-reload (#522743)
257
258* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.4-2
259- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
260
261* Mon Jul 20 2009 Ivana Varekova <varekova@redhat.com> - 9.0.4-1
262- update to 9.0.4
263
264* Thu May 28 2009 Ivana Varekova <varekova@redhat.com> - 9.0.3-1
265- update to 9.0.3
266- remove obsolete patches
267
268* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.0.4-7
269- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
270
271* Fri Dec  5 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-6
272- add /proc/diskstats reading patch
273
274* Mon Sep 22 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-5
275- Resolves: #463066 - Fix Patch0:/%%patch mismatch
276
277* Wed Apr 23 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-4
278- Resolves: #442801 mpstat shows one extra cpu
279  thanks Chris Wright
280
281* Thu Mar  6 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-3
282- add nfs extended statistic to iostat command
283
284* Thu Feb 28 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-2
285- retry write functuon in sadc command - thanks Tomas Mraz
286
287* Fri Feb  8 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-1
288- updated to 8.0.4
289
290* Mon Dec  3 2007 Ivana Varekova <varekova@redhat.com> - 8.0.3-1
291- updated to 8.0.3
292
293* Fri Nov  9 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-3
294- used macros instead of var, etc
295
296* Thu Nov  8 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-2
297- change license tag
298- remove sysstat.crond source (add -d)
299- remove obsolete sysconfig file
300- spec file cleanup
301
302* Mon Nov  5 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-1
303- update 8.0.2
304- spec file cleanup
305
306* Wed Oct 24 2007 Ivana Varekova <varekova@redhat.com> - 8.0.1-2
307- remove useless patches
308
309* Mon Oct 22 2007 Ivana Varekova <varekova@redhat.com> - 8.0.1-1
310- update to 8.0.1
311- remove useless patches
312- spec file cleanup
313- remove smp build flag (ar problem)
314- add libdir flags
315
316* Wed Aug 15 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-3
317- fix cve-2007-3852 -
318  sysstat insecure temporary file usage
319
320* Fri Mar 23 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-2
321- fix sa2 problem (sa2 works wrong when the /var/log/sa file is
322  a link to another directory)
323
324* Mon Feb 12 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-1
325- update to 7.0.4
326- spec file cleanup
327
328* Tue Jan 30 2007 Ivana Varekova <varekova@redhat.com> - 7.0.3-3
329- remove -s flag
330
331* Mon Dec 18 2006 Ivana Varekova <varekova@redhat.com> - 7.0.3-1
332- update to 7.0.3
333
334* Tue Nov 21 2006 Ivana Varekova <varekova@redhat.com> - 7.0.2-3
335- update NFS mount statistic patch
336
337* Wed Nov  8 2006 Ivana Varekova <varekova@redhat.com> - 7.0.2-1
338- update to 7.0.2
339
340* Thu Oct 26 2006 Ivana Varekova <varekova@redhat.com> - 7.0.0-3
341- move tmp file (#208433)
342
343* Mon Oct  9 2006 Ivana Varekova <varekova@redhat.com> - 7.0.0-2
344- add NFS mount statistic (#184321)
345
346* Fri Jul 14 2006 Marcela Maslanova <mmaslano@redhat.com> - 7.0.0-1
347- new version 7.0.0
348
349* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.0.2-2.1
350- rebuild
351
352* Mon Jun  5 2006 Jesse Keating <jkeating@redhat.com> 6.0.2-2
353- Add missing BR of gettext
354
355* Fri May  5 2006 Ivana Varekova <varekova@redhat.com> 6.0.2-1
356- update to 6.0.2
357- remove asm/page.h used sysconf command to get PAGE_SIZE
358
359* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.0.1-3.2.1
360- bump again for double-long bug on ppc(64)
361
362* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.0.1-3.2
363- rebuilt for new gcc4.1 snapshot and glibc changes
364
365* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
366- rebuilt
367
368* Tue Oct 11 2005 Ivana Varekova <varekova@redhat.com> 6.0.1-3
369- add FAQ to documentation (bug 170158)
370
371* Mon Oct 10 2005 Ivana Varekova <varekova@redhat.com> 6.0.1-2
372- fix chkconfig problem
373
374* Fri Oct  7 2005 Ivana Varekova <varekova@redhat.com> 6.0.1-1
375- version 6.0.1
376
377* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
378- no need to kernel kernel 2.2 or newer anymore
379
380* Tue May 10 2005 Ivana Varekova <varekova@redhat.com> 5.0.5-10.fc
381- add debug files to debug_package
382
383* Mon Mar  7 2005 Ivana Varekova <varekova@redhat.com> 5.0.5-9.fc
384- rebuilt (add gcc4fix, update lib64ini)
385
386* Fri Mar  4 2005 Ivana Varekova <varekova@redhat.ccm> 5.0.5-7.fc
387- rebuilt
388
389* Thu Sep 30 2004 Charles Bennett <ccb@redhat.com> 5.0.5-5.fc
390- bring in filename and append-msg patch
391- append-msg adds verbose text for when saNN data file cpu count
392-  does not match cpu count on the currently running system
393
394* Wed Jun 30 2004 Nils Philippsen <nphilipp@redhat.com>
395- version 5.0.5
396- remove some obsolete patches
397- update statreset, overrun, lib64init patches
398- renumber patches
399
400* Wed Jun 16 2004 Alan Cox <alan@redhat.com>
401- Fix spew of crap to console at startup
402- Fix order of startup (#124035)
403- Fix array overrun (#117182)
404- Fix interrupt buffer sizing (caused bogus irq info)
405
406* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
407- rebuilt
408
409* Wed Mar 24 2004 Justin Forbes <64bit_fedora@comcast.net> 5.0.1-2
410- fix lib64 init
411
412* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
413- rebuilt
414
415* Wed Feb 18 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.1-1
416- version 5.0.1
417- update statreset patch
418
419* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
420- rebuilt
421
422* Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.6
423- let user configure how long to keep logs through /etc/sysconfig/sysstat
424  (#81294)
425- reset stats at system boot (#102445)
426
427* Wed Jan 21 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.5
428- fix ifnamsiz patch for s390x (hopefully)
429
430* Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.4
431- fix insecure tmp files in scripts (#78212)
432- require tools needed in scripts
433- use IFNAMSIZ from {_includedir}/linux/if.h for maximum interface length
434
435* Mon Jan 12 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.3
436- Buildrequires: perl
437- check for %%_lib == lib64 instead of specific arches
438
439* Mon Jan 12 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.2
440- fix dealing with lib64 case of cron.d file
441
442* Mon Jan 12 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.1
443- version 5.0.0
444
445* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
446- rebuilt
447
448* Mon Mar  3 2003 Joe Orton <jorton@redhat.com> 4.0.7-4
449- really fix paths for multilib (#82913)
450
451* Wed Feb 19 2003 Bill Nottingham <notting@redhat.com> 4.0.7-3
452- fix paths on multilib arches (#82913)
453
454* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
455- rebuilt
456
457* Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 4.0.7-1
458- Updated to new upstream version 4.0.7
459
460* Tue Nov 19 2002 Mike A. Harris <mharris@redhat.com> 4.0.5-7
461- Fixed files installed in /usr/doc to be put in correct place
462
463* Tue Oct  8 2002 Mike A. Harris <mharris@redhat.com> 4.0.5-6
464- All-arch rebuild
465
466* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.5-3
467- Rebuild
468
469* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
470- automated rebuild
471
472* Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.5-1
473- 4.0.5-1
474- isag is no longer installed by default upstream, removing
475  requirement on gnuplot
476
477* Thu May 23 2002 Tim Powers <timp@redhat.com>
478- automated rebuild
479
480* Mon Apr 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-1
481- 4.0.4
482- Add an explicit requires on gnuplot (#63474)
483
484* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-2
485- Do the daily sa2 run just before midnight, not at 4AM... you'd
486  only get 4 hours worth of data that way (#63132)
487
488* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-1
489- 4.0.3
490
491* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.2-3
492- Rebuild
493
494* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
495- automated rebuild
496
497* Wed Dec 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.0.2-1
498- 4.0.2
499- the kernel patch for extended statistics is in, don't say it needs
500  applying in the man page
501
502* Mon Aug 13 2001 Preston Brown <pbrown@redhat.com>
503- be more verbose about which files are corrupt (#47122)
504
505* Mon Jul  2 2001 Preston Brown <pbrown@redhat.com>
506- run sa1 from cron.d to fix run-parts interaction problem (#37733)
507
508* Fri Jun 29 2001 Preston Brown <pbrown@redhat.com>
509- upgrade to 4.0.1 stable release
510
511* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
512- Bump release + rebuild.
513
514* Sun Apr  8 2001 Preston Brown <pbrown@redhat.com>
515- explicitly set safe umask (#35142)
516
517* Fri Mar  9 2001 Preston Brown <pbrown@redhat.com>
518- iostat disk utilization was off by a factor of 10.
519
520* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
521- 3.3.5 brings us full support for kernel IO stats
522
523* Tue Jan 30 2001 Preston Brown <pbrown@redhat.com>
524- Summarize previous day's activity with sa2, not current day (which is only 4 hours of data when it gets run) (#24820)
525- upgrade to 3.3.4 for full 2.4 compatibility and improved iostat
526
527* Wed Jan 17 2001 Preston Brown <pbrown@redhat.com>
528- iostat man page fixes
529
530* Fri Jan 05 2001 Preston Brown <pbrown@redhat.com>
531- 3.3.3, crontab fixes
532
533* Fri Dec 29 2000 Bill Nottingham <notting@redhat.com>
534- fix prereqs
535
536* Fri Oct 13 2000 Preston Brown <pbrown@redhat.com>
537- crontab entry was still incorrect.  Fixed.
538
539* Mon Oct 09 2000 Preston Brown <pbrown@redhat.com>
540- make sure disk accounting is enabled to fix iostat -l, -p (#16268)
541- crontab entries were missing the user (root) to run as (#18212)
542
543* Tue Aug 22 2000 Preston Brown <pbrown@redhat.com>
544- enable IO accounting now that kernel supports it
545
546* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
547- fix buildrooting (#16271)
548
549* Tue Aug 08 2000 Preston Brown <pbrown@redhat.com>
550- bugfixes in 3.2.4 cause our inclusion. :)
551
552* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
553- automatic rebuild
554
555* Thu Jun 29 2000 Preston Brown <pbrown@redhat.com>
556- 3.2.3 fixes SMP race condition
557
558* Tue Jun 20 2000 Preston Brown <pbrown@redhat.com>
559- FHS macros
560- 3.2.2
561
562* Fri May 26 2000 Preston Brown <pbrown@redhat.com>
563- packaged for Winston
564- change va patch to indicate kernel is not patched for iostat accounting.
565  re-enable if our stock kernel gets this patch.
566- upgrade to 3.2.
567- install crontab entry.
568
569* Sun Dec 12 1999  Ian Macdonald <ian@caliban.org>
570- upgraded to 2.2
571
572* Fri Oct 29 1999  Ian Macdonald <ian@caliban.org>
573- first RPM release (2.1)
Note: See TracBrowser for help on using the repository browser.