Updated to 11.3.1

- resolves: #1310920
This commit is contained in:
Peter Schiffer 2016-02-29 16:34:20 +01:00
parent 600fd8002c
commit 1e5ec711ab
3 changed files with 20 additions and 16 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/sysstat-11.2.0.tar.xz /sysstat-11.3.1.tar.xz

View File

@ -1 +1 @@
e8b615775ad98780e3f0675b91eddb19 sysstat-11.2.0.tar.xz 7e8f686c3f3d5824f3c4846c4de3d070 sysstat-11.3.1.tar.xz

View File

@ -1,7 +1,7 @@
Summary: Collection of performance monitoring tools for Linux Summary: Collection of performance monitoring tools for Linux
Name: sysstat Name: sysstat
Version: 11.2.0 Version: 11.3.1
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://sebastien.godard.pagesperso-orange.fr/ URL: http://sebastien.godard.pagesperso-orange.fr/
@ -19,8 +19,8 @@ Requires(preun): systemd
Requires(postun): systemd Requires(postun): systemd
%description %description
The sysstat package contains the sar, sadf, mpstat, iostat, pidstat, The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
nfsiostat-sysstat, cifsiostat and sa tools for Linux. pidstat, cifsiostat and sa tools for Linux.
The sar command collects and reports system activity information. The sar command collects and reports system activity information.
The information collected by sar can be saved in a file in a binary The information collected by sar can be saved in a file in a binary
format for future inspection. The statistics reported by sar concern format for future inspection. The statistics reported by sar concern
@ -31,10 +31,10 @@ UP and SMP machines are fully supported.
The sadf command may be used to display data collected by sar in The sadf command may be used to display data collected by sar in
various formats (CSV, XML, etc.). various formats (CSV, XML, etc.).
The iostat command reports CPU utilization and I/O statistics for disks. The iostat command reports CPU utilization and I/O statistics for disks.
The tapestat command reports statistics for tapes connected to the system.
The mpstat command reports global and per-processor statistics. The mpstat command reports global and per-processor statistics.
The pidstat command reports statistics for Linux tasks (processes). The pidstat command reports statistics for Linux tasks (processes).
The nfsiostat-sysstat command reports I/O statistics for network filesystems. The cifsiostat command reports I/O statistics for CIFS file systems.
The cifsiostat command reports I/O statistics for CIFS filesystems.
%prep %prep
%setup -q %setup -q
@ -74,17 +74,21 @@ fi
%systemd_postun sysstat.service sysstat-collect.timer sysstat-summary.timer %systemd_postun sysstat.service sysstat-collect.timer sysstat-summary.timer
%files -f %{name}.lang %files -f %{name}.lang
%doc CHANGES COPYING CREDITS FAQ README %{name}-%{version}.lsm %doc CHANGES COPYING CREDITS FAQ README.md %{name}-%{version}.lsm
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat %config(noreplace) %{_sysconfdir}/sysconfig/sysstat
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf %config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf
%config(noreplace) %{_sysconfdir}/profile.d/*
%{_bindir}/* %{_bindir}/*
%{_libdir}/sa %{_libdir}/sa
%{_unitdir}/sysstat* %{_unitdir}/sysstat*
%{_mandir}/man*/* %{_mandir}/man*/*
%{_localstatedir}/log/sa %{_localstatedir}/log/sa
%{_sysconfdir}/profile.d/*
%changelog %changelog
* Mon Feb 29 2016 Peter Schiffer <pschiffe@redhat.com> - 11.3.1-1
- resolves: #1310920
updated to 11.3.1
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 11.2.0-2 * Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 11.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
@ -258,7 +262,7 @@ fi
sar -u overflow problem - thanks Michal Srb sar -u overflow problem - thanks Michal Srb
* Thu Oct 7 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-12 * Thu Oct 7 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-12
- improve sar thickless kernel support - improve sar thickless kernel support
(fix the output per separate cpu "-P ALL" option ) (fix the output per separate cpu "-P ALL" option )
* Mon Oct 4 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-11 * Mon Oct 4 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 9.0.6.1-11
@ -334,7 +338,7 @@ fi
* Mon Sep 22 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-5 * Mon Sep 22 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-5
- Resolves: #463066 - Fix Patch0:/%%patch mismatch - Resolves: #463066 - Fix Patch0:/%%patch mismatch
* Wed Apr 23 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-4 * Wed Apr 23 2008 Ivana Varekova <varekova@redhat.com> - 8.0.4-4
- Resolves: #442801 mpstat shows one extra cpu - Resolves: #442801 mpstat shows one extra cpu
thanks Chris Wright thanks Chris Wright
@ -351,7 +355,7 @@ fi
- updated to 8.0.3 - updated to 8.0.3
* Fri Nov 9 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-3 * Fri Nov 9 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-3
- used macros instead of var, etc - used macros instead of var, etc
* Thu Nov 8 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-2 * Thu Nov 8 2007 Ivana Varekova <varekova@redhat.com> - 8.0.2-2
- change license tag - change license tag
@ -371,14 +375,14 @@ fi
- remove useless patches - remove useless patches
- spec file cleanup - spec file cleanup
- remove smp build flag (ar problem) - remove smp build flag (ar problem)
- add libdir flags - add libdir flags
* Wed Aug 15 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-3 * Wed Aug 15 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-3
- fix cve-2007-3852 - - fix cve-2007-3852 -
sysstat insecure temporary file usage sysstat insecure temporary file usage
* Fri Mar 23 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-2 * Fri Mar 23 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-2
- fix sa2 problem (sa2 works wrong when the /var/log/sa file is - fix sa2 problem (sa2 works wrong when the /var/log/sa file is
a link to another directory) a link to another directory)
* Mon Feb 12 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-1 * Mon Feb 12 2007 Ivana Varekova <varekova@redhat.com> - 7.0.4-1
@ -392,7 +396,7 @@ fi
- update to 7.0.3 - update to 7.0.3
* Tue Nov 21 2006 Ivana Varekova <varekova@redhat.com> - 7.0.2-3 * Tue Nov 21 2006 Ivana Varekova <varekova@redhat.com> - 7.0.2-3
- update NFS mount statistic patch - update NFS mount statistic patch
* Wed Nov 8 2006 Ivana Varekova <varekova@redhat.com> - 7.0.2-1 * Wed Nov 8 2006 Ivana Varekova <varekova@redhat.com> - 7.0.2-1
- update to 7.0.2 - update to 7.0.2