sysstat-vl.spec 19 KB

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