parent
600fd8002c
commit
1e5ec711ab
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/sysstat-11.2.0.tar.xz
|
/sysstat-11.3.1.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e8b615775ad98780e3f0675b91eddb19 sysstat-11.2.0.tar.xz
|
7e8f686c3f3d5824f3c4846c4de3d070 sysstat-11.3.1.tar.xz
|
||||||
|
20
sysstat.spec
20
sysstat.spec
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user