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
Name: sysstat
Version: 11.2.0
Release: 2%{?dist}
Version: 11.3.1
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://sebastien.godard.pagesperso-orange.fr/
@ -19,8 +19,8 @@ Requires(preun): systemd
Requires(postun): systemd
%description
The sysstat package contains the sar, sadf, mpstat, iostat, pidstat,
nfsiostat-sysstat, cifsiostat and sa tools for Linux.
The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
pidstat, cifsiostat and sa tools for Linux.
The sar command collects and reports system activity information.
The information collected by sar can be saved in a file in a binary
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
various formats (CSV, XML, etc.).
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 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 filesystems.
The cifsiostat command reports I/O statistics for CIFS file systems.
%prep
%setup -q
@ -74,17 +74,21 @@ fi
%systemd_postun sysstat.service sysstat-collect.timer sysstat-summary.timer
%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.ioconf
%config(noreplace) %{_sysconfdir}/profile.d/*
%{_bindir}/*
%{_libdir}/sa
%{_unitdir}/sysstat*
%{_mandir}/man*/*
%{_localstatedir}/log/sa
%{_sysconfdir}/profile.d/*
%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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild