77ba24
Summary: Collection of performance monitoring tools for Linux
77ba24
Name: sysstat
77ba24
Version: 10.1.5
67ba6f
Release: 13%{?dist}
77ba24
License: GPLv2+
77ba24
Group: Applications/System
77ba24
URL: http://sebastien.godard.pagesperso-orange.fr/
77ba24
Source: http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.bz2
77ba24
77ba24
Patch0: sysstat-10.0.0-makefile.patch
6b782c
# fixes 1100365
6b782c
Patch1: sysstat-10.1.5-overwrite-sa.patch
6b782c
# fixes 1097294
6b782c
Patch2: sysstat-10.1.5-sa2-xz.patch
6b782c
# fixes 1128569
6b782c
Patch3: sysstat-10.1.5-dyn-tick.patch
6b782c
# fixes 1110852
6b782c
Patch4: sysstat-10.1.5-sysstat-5.patch
6b782c
# fixes 1102610
6b782c
Patch5: sysstat-10.1.5-zip-conf.patch
6b782c
# fixes 1146081
6b782c
Patch6: sysstat-10.1.5-single-cpu-cifs.patch
6b782c
# fixes 1162773
6b782c
Patch7: sysstat-10.1.5-elapsed-time.patch
ab3721
# fixes 1224882
ab3721
Patch8: sysstat-10.1.5-pids-prealloc.patch
ab3721
# fixes 1258990
ab3721
Patch9: sysstat-10.1.5-max-cpus.patch
ab3721
# fixes 1267972
ab3721
Patch10: sysstat-10.1.5-max-name-len.patch
ab3721
# fixes 1328490
ab3721
Patch11: sysstat-10.1.5-int-handler.patch
ab3721
# fixes 846699
ab3721
Patch12: sysstat-10.1.5-nfsiostat.patch
ab3721
# fixes 1332662
ab3721
Patch13: sysstat-10.1.5-tapestat.patch
f76ab7
# fixes 1381128
f76ab7
Patch14: 0001-sar-make-buffers-that-hold-timestamps-bigger.patch
67ba6f
# fixes 1448489
67ba6f
Patch15: 0001-pidstat-Display-stats-since-boot-time-for-a-list-of-.patch
67ba6f
# fixes 1440000
67ba6f
Patch16: 0001-sar-Improve-cpuinfo-read-for-POWER-architecture.patch
77ba24
77ba24
Requires: /etc/cron.d, fileutils, grep, sh-utils, textutils
77ba24
Requires(post): systemd, systemd-sysv
77ba24
Requires(preun): systemd
77ba24
Requires(postun): systemd
77ba24
77ba24
BuildRequires: %{_includedir}/linux/if.h, gettext, lm_sensors-devel, perl
a2dfd9
BuildRequires: systemd
77ba24
77ba24
%description
ab3721
The sysstat package contains sar, sadf, mpstat, iostat, pidstat, nfsiostat-sysstat,
ab3721
tapestat, cifsiostat and sa tools for Linux.
77ba24
The sar command collects and reports system activity information. This
77ba24
information can be saved in a file in a binary format for future inspection. The
77ba24
statistics reported by sar concern I/O transfer rates, paging activity,
77ba24
process-related activities, interrupts, network activity, memory and swap space
77ba24
utilization, CPU utilization, kernel activities and TTY statistics, among
77ba24
others. Both UP and SMP machines are fully supported.
77ba24
The sadf command may be used to display data collected by sar in various formats
77ba24
(CSV, XML, etc.).
77ba24
The iostat command reports CPU utilization and I/O statistics for disks.
ab3721
The tapestat command reports statistics for tapes connected to the system.
77ba24
The mpstat command reports global and per-processor statistics.
77ba24
The pidstat command reports statistics for Linux tasks (processes).
ab3721
The nfsiostat-sysstat command reports I/O statistics for network file systems.
77ba24
The cifsiostat command reports I/O statistics for CIFS file systems.
77ba24
77ba24
%prep
77ba24
%setup -q
77ba24
%patch0 -p1 -b .ls
6b782c
%patch1 -p1 -b .overwrite-sa
6b782c
%patch2 -p1 -b .sa2-xz
6b782c
%patch3 -p1 -b .dyn-tick
6b782c
%patch4 -p1 -b .sysstat-5
6b782c
%patch5 -p1 -b .zip-conf
6b782c
%patch6 -p1 -b .single-cpu-cifs
6b782c
%patch7 -p1 -b .elapsed-time
ab3721
%patch8 -p1 -b .pids-prealloc
ab3721
%patch9 -p1 -b .max-cpus
ab3721
%patch10 -p1 -b .max-name-len
ab3721
%patch11 -p1 -b .int-handler
ab3721
%patch12 -p1 -b .nfsiostat
ab3721
%patch13 -p1 -b .tapestat
f76ab7
%patch14 -p1 -b .korean
67ba6f
%patch15 -p1 -b .pidstat
67ba6f
%patch16 -p1 -b .power
67ba6f
77ba24
iconv -f windows-1252 -t utf8 CREDITS > CREDITS.aux
77ba24
mv CREDITS.aux CREDITS
77ba24
77ba24
%build
77ba24
%configure sa_lib_dir=%{_libdir}/sa history=28 compressafter=31 \
77ba24
    --disable-man-group
77ba24
%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-S DISK"/' sysstat.sysconfig
77ba24
CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
77ba24
make CFLAGS="$CFLAGS" LFLAGS="" %{?_smp_mflags}
77ba24
77ba24
%install
77ba24
make install DESTDIR=%{buildroot}
77ba24
77ba24
# Install cron file
77ba24
mkdir -p %{buildroot}/%{_sysconfdir}/cron.d
77ba24
install -m 0644 cron/sysstat.crond %{buildroot}/%{_sysconfdir}/cron.d/sysstat
77ba24
77ba24
# Install service file
77ba24
mkdir -p %{buildroot}%{_unitdir}
77ba24
install -m 0644 sysstat.service %{buildroot}%{_unitdir}/
77ba24
77ba24
%find_lang %{name}
77ba24
77ba24
%post
77ba24
%systemd_post sysstat.service
77ba24
77ba24
%preun
77ba24
%systemd_preun sysstat.service
77ba24
if [[ $1 -eq 0 ]]; then
77ba24
  # Remove sa logs if removing sysstat completely
77ba24
  rm -f %{_localstatedir}/log/sa/*
77ba24
fi
77ba24
77ba24
%postun
77ba24
%systemd_postun sysstat.service
77ba24
77ba24
%triggerun -- sysstat < 10.0.2-1
77ba24
# Save the current service runlevel info
77ba24
# User must manually run systemd-sysv-convert --apply sysstat
77ba24
# to migrate them to systemd targets
77ba24
/usr/bin/systemd-sysv-convert --save sysstat >/dev/null 2>&1 ||:
77ba24
77ba24
# Run these because the SysV package being removed won't do them
77ba24
/sbin/chkconfig --del sysstat >/dev/null 2>&1 || :
77ba24
/bin/systemctl try-restart sysstat.service >/dev/null 2>&1 || :
77ba24
77ba24
%files -f %{name}.lang
77ba24
%doc CHANGES COPYING CREDITS README FAQ
6b782c
%config(noreplace) %attr(0600,-,-) %{_sysconfdir}/cron.d/sysstat
77ba24
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat
77ba24
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf
77ba24
%{_unitdir}/sysstat.service
77ba24
%{_bindir}/*
77ba24
%{_libdir}/sa
77ba24
%{_mandir}/man1/*
77ba24
%{_mandir}/man5/*
77ba24
%{_mandir}/man8/*
77ba24
%{_localstatedir}/log/sa
77ba24
77ba24
%changelog
67ba6f
* Wed Nov 08 2017 Michal Sekletar <msekleta@redhat.com> - 10.1.5-13
67ba6f
- fix output of pidstat -p $PID (#1448489)
67ba6f
- improve reading of /proc/cpuinfo on Power (#1440000)
67ba6f
f76ab7
* Wed Mar 29 2017 Michal Sekletar <msekleta@redhat.com> - 10.1.5-12
f76ab7
- sar: output timestamps when running with ko_KR.UTF-8 locale (#1381128)
f76ab7
ab3721
* Wed Jun 01 2016 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-11
ab3721
- related: #1332662
ab3721
  fixed more coverity issues
ab3721
ab3721
* Tue May 31 2016 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-10
ab3721
- related: #846699, #1332662
ab3721
  fixed coverity issues
ab3721
ab3721
* Thu May 05 2016 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-9
ab3721
- related: #846699
ab3721
  do the renaming of nfsiostat properly, with patch
ab3721
- resolves: #1332662
ab3721
  added tapestat utility for monitoring tape drives
ab3721
ab3721
* Fri Apr 29 2016 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-8
ab3721
- resolves: #846699
ab3721
  renamed nfsiostat to nfsiostat-sysstat, as nfsiostat is also provided
ab3721
  by the nfs-utils package
ab3721
- resolves: #1224882
ab3721
  fixed bug when pidstat could run out of pre-allocated space for PIDs
ab3721
- resolves: #1258990
ab3721
  added support for more CPUs
ab3721
- resolves: #1267972
ab3721
  fixed bug when iostat didn't display the full device name if it's too long
ab3721
- resolves: #1328490
ab3721
  fixed bug, when sadc could forward SIGINIT to init process and couse reboot
ab3721
6b782c
* Wed Nov 12 2014 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-7
6b782c
- resolves: #1162773
6b782c
  fixed incorrect description of util field on iostat(1) and sar(1) man pages
6b782c
6b782c
* Mon Sep 29 2014 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-6
6b782c
- resolves: #1146081
6b782c
  fixed issue when cifsiostat and nfsiostat were reporting incorrect statistics
6b782c
  on a single CPU machines
6b782c
6b782c
* Mon Sep  1 2014 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-5
6b782c
- resolves: #1100365
6b782c
  fixed issue when sa data files weren't correctly overwritten in some cases
6b782c
- resolves: #1097294
6b782c
  count with xz compressed files as well in sa2 script
6b782c
- resolves: #1097292
6b782c
  fix file mode of sysstat cron file
6b782c
- resolves: #1128569
6b782c
  added workaround for dyn-tick kernel feature which makes /proc/stat file
6b782c
  unreliable under certain circumstances
6b782c
- resolves: #1110852
6b782c
  added better explanation of HISTORY setting to sysstat(5) man page
6b782c
- resolves: #1102610
6b782c
  added possibility to set compress method in /etc/sysconfig/sysstat file
6b782c
a2dfd9
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 10.1.5-4
a2dfd9
- Mass rebuild 2014-01-24
a2dfd9
a2dfd9
* Mon Jan  6 2014 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-3
a2dfd9
- resolves: #1048902
a2dfd9
  added missing build requires on systemd
a2dfd9
a2dfd9
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 10.1.5-2
a2dfd9
- Mass rebuild 2013-12-27
a2dfd9
77ba24
* Fri Apr  5 2013 Peter Schiffer <pschiffe@redhat.com> - 10.1.5-1
77ba24
- resolves: #919581
77ba24
  updated to 10.1.5
77ba24
- collect disk statistics by default
77ba24
77ba24
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.1.3-2
77ba24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
77ba24
77ba24
* Wed Jan  2 2013 Peter Schiffer <pschiffe@redhat.com> - 10.1.3-1
77ba24
- resolves: #890425
77ba24
  updated to 10.1.3
77ba24
77ba24
* Mon Dec  3 2012 Peter Schiffer <pschiffe@redhat.com> - 10.1.2-2
77ba24
- added new -y option to iostat command to skip first since boot report if
77ba24
  displaying multiple reports
77ba24
77ba24
* Tue Nov 13 2012 Peter Schiffer <pschiffe@redhat.com> - 10.1.2-1
77ba24
- resolves: #863791
77ba24
  updated to 10.1.2
77ba24
- resolves: #850333
77ba24
  migrated to the new systemd-rpm macros
77ba24
- cleaned .spec file
77ba24
77ba24
* Wed Aug 01 2012 Peter Schiffer <pschiffe@redhat.com> - 10.1.1-1
77ba24
- resolves: #844387
77ba24
  update to 10.1.1
77ba24
- keep log files for 28 days instead of 7
77ba24
- collect all aditional statistics
77ba24
77ba24
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.0.5-2
77ba24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
77ba24
77ba24
* Tue Jun 19 2012 Peter Schiffer <pschiffe@redhat.com> - 10.0.5-1
77ba24
- resolves: #822867
77ba24
  update to 10.0.5
77ba24
77ba24
* Wed May 16 2012 Peter Schiffer <pschiffe@redhat.com> - 10.0.4-1
77ba24
- resolves: #803032
77ba24
  update to 10.0.4
77ba24
- resolves: #820725
77ba24
  enable sysstat service by default
77ba24
77ba24
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.0.3-2
77ba24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
77ba24
77ba24
* Wed Nov 30 2011 Peter Schiffer <pschiffe@redhat.com> - 10.0.3-1
77ba24
- resolves: #757687
77ba24
  update to 10.0.3
77ba24
77ba24
* Tue Sep 13 2011 Tom Callaway <spot@fedoraproject.org> - 10.0.2-2
77ba24
- fix libdir pathing in systemd service file
77ba24
77ba24
* Mon Sep 12 2011 Tom Callaway <spot@fedoraproject.org> - 10.0.2-1
77ba24
- update to 10.0.2
77ba24
- convert to systemd
77ba24
77ba24
* Tue Jun  7 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.1-1
77ba24
- update to 10.0.1
77ba24
- remove useles patches
77ba24
77ba24
* Wed May  4 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.0-4
77ba24
- close the file descriptor in a special situation in read_uoptime function
77ba24
- fix the number on open files in cifsiostat output
77ba24
77ba24
* Mon May  2 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.0-3
77ba24
- add -h optioon to iostat tool
77ba24
  (-h   Make the disk stats report easier to read by a human.)
77ba24
77ba24
* Mon Apr  4 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.0-2
77ba24
- remove unnecessary patch
77ba24
77ba24
* Mon Apr  4 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 10.0.0-1
77ba24
- update to 10.0.0
77ba24
  remove obsolete patches
77ba24
  remove autoreconfiguration
77ba24
77ba24
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.6.1-14
77ba24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
77ba24
77ba24
* Mon Nov 22 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-13
77ba24
- Resolves: #642280
77ba24
  sar -u overflow problem - thanks Michal Srb
77ba24
77ba24
* Thu Oct  7 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-12
77ba24
- improve sar thickless kernel support 
77ba24
  (fix the output per separate cpu "-P ALL" option )
77ba24
77ba24
* Mon Oct  4 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-11
77ba24
- resolves: #635646
77ba24
  test the output of localtime properly
77ba24
77ba24
* Wed Sep 29 2010 jkeating - 9.0.6.1-10
77ba24
- Rebuilt for gcc bug 634757
77ba24
77ba24
* Thu Sep 23 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-9
77ba24
- add the mandir patch
77ba24
- add the possibility to sed sadc cron options
77ba24
77ba24
* Tue Sep 21 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-8
77ba24
- add necessary dependency (autoconf), necessary because of patch7
77ba24
77ba24
* Tue Sep 21 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-7
77ba24
- remove needless DOCDIR setting
77ba24
- remove needless INIT_DIR setting
77ba24
- fix the problem with --disable-man-group option
77ba24
77ba24
* Wed Sep  8 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-6
77ba24
- fix the sar output on tickless kernel
77ba24
77ba24
* Fri Aug 13 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-5
77ba24
- remove bogus links description
77ba24
77ba24
* Mon Jul 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-4
77ba24
- fix sar problem - sysstat can not monitor system status every second
77ba24
77ba24
* Mon Apr 19 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-3
77ba24
- fix mpstat tool (when the cpu is switched off)
77ba24
77ba24
* Fri Apr 16 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-2
77ba24
- fix the mpstat output on tickless kernel
77ba24
77ba24
* Tue Mar  2 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-1
77ba24
- update to 9.0.6.1
77ba24
77ba24
* Tue Feb 16 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6-3
77ba24
- fix init script format
77ba24
77ba24
* Fri Dec 11 2009 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6-2
77ba24
- fix the problem in get_nfs_mount_nr function
77ba24
  ( iostat -n causes stack smashing)
77ba24
77ba24
* Wed Dec  2 2009 Ivana Hutarva Varekova <varekova@redhat.com> - 9.0.6-1
77ba24
- update to 9.0.6
77ba24
77ba24
* Tue Sep 15 2009 Ivana Varekova <varekova@redhat.com> - 9.0.4-4
77ba24
- fix init script
77ba24
77ba24
* Mon Sep 14 2009 Ivana Varekova <varekova@redhat.com> - 9.0.4-3
77ba24
- fix init script - add INIT INFO flags (#522740)
77ba24
  and add condrestart, try-restart and force-reload (#522743)
77ba24
77ba24
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 9.0.4-2
77ba24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
77ba24
77ba24
* Mon Jul 20 2009 Ivana Varekova <varekova@redhat.com> - 9.0.4-1
77ba24
- update to 9.0.4
77ba24
77ba24
* Thu May 28 2009 Ivana Varekova <varekova@redhat.com> - 9.0.3-1
77ba24
- update to 9.0.3
77ba24
- remove obsolete patches
77ba24
77ba24
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8.0.4-7
77ba24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
77ba24
77ba24
* Fri Dec  5 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-6
77ba24
- add /proc/diskstats reading patch
77ba24
77ba24
* Mon Sep 22 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-5
77ba24
- Resolves: #463066 - Fix Patch0:/%%patch mismatch
77ba24
77ba24
* Wed Apr 23 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-4 
77ba24
- Resolves: #442801 mpstat shows one extra cpu
77ba24
  thanks Chris Wright
77ba24
77ba24
* Thu Mar  6 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-3
77ba24
- add nfs extended statistic to iostat command
77ba24
77ba24
* Thu Feb 28 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-2
77ba24
- retry write functuon in sadc command - thanks Tomas Mraz
77ba24
77ba24
* Fri Feb  8 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-1
77ba24
- updated to 8.0.4
77ba24
77ba24
* Mon Dec  3 2007 Ivana Varekova <varekova@redhat.com> - 8.0.3-1
77ba24
- updated to 8.0.3
77ba24
77ba24
* Fri Nov  9 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-3
77ba24
- used macros instead of var, etc 
77ba24
77ba24
* Thu Nov  8 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-2
77ba24
- change license tag
77ba24
- remove sysstat.crond source (add -d)
77ba24
- remove obsolete sysconfig file
77ba24
- spec file cleanup
77ba24
77ba24
* Mon Nov  5 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-1
77ba24
- update 8.0.2
77ba24
- spec file cleanup
77ba24
77ba24
* Wed Oct 24 2007 Ivana Varekova <varekova@redhat.com> - 8.0.1-2
77ba24
- remove useless patches
77ba24
77ba24
* Mon Oct 22 2007 Ivana Varekova <varekova@redhat.com> - 8.0.1-1
77ba24
- update to 8.0.1
77ba24
- remove useless patches
77ba24
- spec file cleanup
77ba24
- remove smp build flag (ar problem)
77ba24
- add libdir flags 
77ba24
77ba24
* Wed Aug 15 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-3
77ba24
- fix cve-2007-3852 -
77ba24
  sysstat insecure temporary file usage
77ba24
77ba24
* Fri Mar 23 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-2
77ba24
- fix sa2 problem (sa2 works wrong when the /var/log/sa file is 
77ba24
  a link to another directory)
77ba24
77ba24
* Mon Feb 12 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-1
77ba24
- update to 7.0.4
77ba24
- spec file cleanup
77ba24
77ba24
* Tue Jan 30 2007 Ivana Varekova <varekova@redhat.com> - 7.0.3-3
77ba24
- remove -s flag
77ba24
77ba24
* Mon Dec 18 2006 Ivana Varekova <varekova@redhat.com> - 7.0.3-1
77ba24
- update to 7.0.3
77ba24
77ba24
* Tue Nov 21 2006 Ivana Varekova <varekova@redhat.com> - 7.0.2-3
77ba24
- update NFS mount statistic patch 
77ba24
77ba24
* Wed Nov  8 2006 Ivana Varekova <varekova@redhat.com> - 7.0.2-1
77ba24
- update to 7.0.2
77ba24
77ba24
* Thu Oct 26 2006 Ivana Varekova <varekova@redhat.com> - 7.0.0-3
77ba24
- move tmp file (#208433)
77ba24
77ba24
* Mon Oct  9 2006 Ivana Varekova <varekova@redhat.com> - 7.0.0-2
77ba24
- add NFS mount statistic (#184321)
77ba24
77ba24
* Fri Jul 14 2006 Marcela Maslanova <mmaslano@redhat.com> - 7.0.0-1
77ba24
- new version 7.0.0
77ba24
77ba24
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 6.0.2-2.1
77ba24
- rebuild
77ba24
77ba24
* Mon Jun  5 2006 Jesse Keating <jkeating@redhat.com> 6.0.2-2
77ba24
- Add missing BR of gettext
77ba24
77ba24
* Fri May  5 2006 Ivana Varekova <varekova@redhat.com> 6.0.2-1
77ba24
- update to 6.0.2
77ba24
- remove asm/page.h used sysconf command to get PAGE_SIZE
77ba24
77ba24
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 6.0.1-3.2.1
77ba24
- bump again for double-long bug on ppc(64)
77ba24
77ba24
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 6.0.1-3.2
77ba24
- rebuilt for new gcc4.1 snapshot and glibc changes
77ba24
77ba24
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
77ba24
- rebuilt
77ba24
77ba24
* Tue Oct 11 2005 Ivana Varekova <varekova@redhat.com> 6.0.1-3
77ba24
- add FAQ to documentation (bug 170158)
77ba24
77ba24
* Mon Oct 10 2005 Ivana Varekova <varekova@redhat.com> 6.0.1-2
77ba24
- fix chkconfig problem
77ba24
77ba24
* Fri Oct  7 2005 Ivana Varekova <varekova@redhat.com> 6.0.1-1
77ba24
- version 6.0.1
77ba24
77ba24
* Thu Aug 18 2005 Florian La Roche <laroche@redhat.com>
77ba24
- no need to kernel kernel 2.2 or newer anymore
77ba24
77ba24
* Tue May 10 2005 Ivana Varekova <varekova@redhat.com> 5.0.5-10.fc
77ba24
- add debug files to debug_package
77ba24
77ba24
* Mon Mar  7 2005 Ivana Varekova <varekova@redhat.com> 5.0.5-9.fc
77ba24
- rebuilt (add gcc4fix, update lib64ini)
77ba24
77ba24
* Fri Mar  4 2005 Ivana Varekova <varekova@redhat.ccm> 5.0.5-7.fc
77ba24
- rebuilt
77ba24
77ba24
* Thu Sep 30 2004 Charles Bennett <ccb@redhat.com> 5.0.5-5.fc
77ba24
- bring in filename and append-msg patch
77ba24
- append-msg adds verbose text for when saNN data file cpu count
77ba24
-  does not match cpu count on the currently running system
77ba24
77ba24
* Wed Jun 30 2004 Nils Philippsen <nphilipp@redhat.com>
77ba24
- version 5.0.5
77ba24
- remove some obsolete patches
77ba24
- update statreset, overrun, lib64init patches
77ba24
- renumber patches
77ba24
77ba24
* Wed Jun 16 2004 Alan Cox <alan@redhat.com>
77ba24
- Fix spew of crap to console at startup
77ba24
- Fix order of startup (#124035)
77ba24
- Fix array overrun (#117182)
77ba24
- Fix interrupt buffer sizing (caused bogus irq info)
77ba24
77ba24
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
77ba24
- rebuilt
77ba24
77ba24
* Wed Mar 24 2004 Justin Forbes <64bit_fedora@comcast.net> 5.0.1-2
77ba24
- fix lib64 init
77ba24
77ba24
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
77ba24
- rebuilt
77ba24
77ba24
* Wed Feb 18 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.1-1
77ba24
- version 5.0.1
77ba24
- update statreset patch
77ba24
77ba24
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
77ba24
- rebuilt
77ba24
77ba24
* Thu Jan 22 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.6
77ba24
- let user configure how long to keep logs through /etc/sysconfig/sysstat
77ba24
  (#81294)
77ba24
- reset stats at system boot (#102445)
77ba24
77ba24
* Wed Jan 21 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.5
77ba24
- fix ifnamsiz patch for s390x (hopefully)
77ba24
77ba24
* Tue Jan 20 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.4
77ba24
- fix insecure tmp files in scripts (#78212)
77ba24
- require tools needed in scripts
77ba24
- use IFNAMSIZ from {_includedir}/linux/if.h for maximum interface length
77ba24
77ba24
* Mon Jan 12 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.3
77ba24
- Buildrequires: perl
77ba24
- check for %%_lib == lib64 instead of specific arches
77ba24
77ba24
* Mon Jan 12 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.2
77ba24
- fix dealing with lib64 case of cron.d file
77ba24
77ba24
* Mon Jan 12 2004 Nils Philippsen <nphilipp@redhat.com> 5.0.0-0.1
77ba24
- version 5.0.0
77ba24
77ba24
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
77ba24
- rebuilt
77ba24
77ba24
* Mon Mar  3 2003 Joe Orton <jorton@redhat.com> 4.0.7-4
77ba24
- really fix paths for multilib (#82913)
77ba24
77ba24
* Wed Feb 19 2003 Bill Nottingham <notting@redhat.com> 4.0.7-3
77ba24
- fix paths on multilib arches (#82913)
77ba24
77ba24
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
77ba24
- rebuilt
77ba24
77ba24
* Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 4.0.7-1
77ba24
- Updated to new upstream version 4.0.7
77ba24
77ba24
* Tue Nov 19 2002 Mike A. Harris <mharris@redhat.com> 4.0.5-7
77ba24
- Fixed files installed in /usr/doc to be put in correct place
77ba24
77ba24
* Tue Oct  8 2002 Mike A. Harris <mharris@redhat.com> 4.0.5-6
77ba24
- All-arch rebuild
77ba24
77ba24
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.5-3
77ba24
- Rebuild
77ba24
77ba24
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
77ba24
- automated rebuild
77ba24
77ba24
* Mon Jun 17 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.5-1
77ba24
- 4.0.5-1
77ba24
- isag is no longer installed by default upstream, removing
77ba24
  requirement on gnuplot
77ba24
77ba24
* Thu May 23 2002 Tim Powers <timp@redhat.com>
77ba24
- automated rebuild
77ba24
77ba24
* Mon Apr 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.4-1
77ba24
- 4.0.4
77ba24
- Add an explicit requires on gnuplot (#63474)
77ba24
77ba24
* Fri Apr 12 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-2
77ba24
- Do the daily sa2 run just before midnight, not at 4AM... you'd 
77ba24
  only get 4 hours worth of data that way (#63132)
77ba24
77ba24
* Thu Feb 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.3-1
77ba24
- 4.0.3
77ba24
77ba24
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.2-3
77ba24
- Rebuild
77ba24
77ba24
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
77ba24
- automated rebuild
77ba24
77ba24
* Wed Dec 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 4.0.2-1
77ba24
- 4.0.2
77ba24
- the kernel patch for extended statistics is in, don't say it needs
77ba24
  applying in the man page
77ba24
77ba24
* Mon Aug 13 2001 Preston Brown <pbrown@redhat.com>
77ba24
- be more verbose about which files are corrupt (#47122)
77ba24
77ba24
* Mon Jul  2 2001 Preston Brown <pbrown@redhat.com>
77ba24
- run sa1 from cron.d to fix run-parts interaction problem (#37733)
77ba24
77ba24
* Fri Jun 29 2001 Preston Brown <pbrown@redhat.com>
77ba24
- upgrade to 4.0.1 stable release
77ba24
77ba24
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
77ba24
- Bump release + rebuild.
77ba24
77ba24
* Sun Apr  8 2001 Preston Brown <pbrown@redhat.com>
77ba24
- explicitly set safe umask (#35142)
77ba24
77ba24
* Fri Mar  9 2001 Preston Brown <pbrown@redhat.com>
77ba24
- iostat disk utilization was off by a factor of 10.
77ba24
77ba24
* Wed Feb 14 2001 Preston Brown <pbrown@redhat.com>
77ba24
- 3.3.5 brings us full support for kernel IO stats
77ba24
77ba24
* Tue Jan 30 2001 Preston Brown <pbrown@redhat.com>
77ba24
- Summarize previous day's activity with sa2, not current day (which is only 4 hours of data when it gets run) (#24820)
77ba24
- upgrade to 3.3.4 for full 2.4 compatibility and improved iostat
77ba24
a2dfd9
* Wed Jan 17 2001 Preston Brown <pbrown@redhat.com>
77ba24
- iostat man page fixes
77ba24
77ba24
* Fri Jan 05 2001 Preston Brown <pbrown@redhat.com>
77ba24
- 3.3.3, crontab fixes
77ba24
77ba24
* Fri Dec 29 2000 Bill Nottingham <notting@redhat.com>
77ba24
- fix prereqs
77ba24
77ba24
* Fri Oct 13 2000 Preston Brown <pbrown@redhat.com>
77ba24
- crontab entry was still incorrect.  Fixed.
77ba24
77ba24
* Mon Oct 09 2000 Preston Brown <pbrown@redhat.com>
77ba24
- make sure disk accounting is enabled to fix iostat -l, -p (#16268)
77ba24
- crontab entries were missing the user (root) to run as (#18212)
77ba24
77ba24
* Tue Aug 22 2000 Preston Brown <pbrown@redhat.com>
77ba24
- enable IO accounting now that kernel supports it
77ba24
77ba24
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
77ba24
- fix buildrooting (#16271)
77ba24
77ba24
* Tue Aug 08 2000 Preston Brown <pbrown@redhat.com>
77ba24
- bugfixes in 3.2.4 cause our inclusion. :)
77ba24
77ba24
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
77ba24
- automatic rebuild
77ba24
77ba24
* Thu Jun 29 2000 Preston Brown <pbrown@redhat.com>
77ba24
- 3.2.3 fixes SMP race condition
77ba24
77ba24
* Tue Jun 20 2000 Preston Brown <pbrown@redhat.com>
77ba24
- FHS macros
77ba24
- 3.2.2
77ba24
77ba24
* Fri May 26 2000 Preston Brown <pbrown@redhat.com>
77ba24
- packaged for Winston
77ba24
- change va patch to indicate kernel is not patched for iostat accounting.
77ba24
  re-enable if our stock kernel gets this patch.
77ba24
- upgrade to 3.2.
77ba24
- install crontab entry.
77ba24
77ba24
* Sun Dec 12 1999  Ian Macdonald <ian@caliban.org>
77ba24
- upgraded to 2.2
77ba24
77ba24
* Fri Oct 29 1999  Ian Macdonald <ian@caliban.org>
77ba24
- first RPM release (2.1)