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