Update to more recent upstream version 12.5.4

Resolves: rhbz#1866234
This commit is contained in:
Nathan Scott 2021-06-15 12:08:09 +10:00
parent 253d72c411
commit b41615493f
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/v12.3.1.tar.gz
/v12.5.3.tar.gz
/v12.5.4.tar.gz

View File

@ -1 +1 @@
SHA512 (v12.5.3.tar.gz) = 3f09ff2e7ca38497eb07dcd8770c0b7fe5cfa1140537b215a1648446f65d933852b97dd5a1a9596afa57b04f20da64385e3b2e384be8d7b5902f228dc01230a5
SHA512 (v12.5.4.tar.gz) = c051f136d404684a21b11e968968e34f0f114b4568369c6449c64b7745269065a3dc492039ded7c415fe39970aca54cc81646589b0959ade43e9be6f6cd4c0dc

View File

@ -1,7 +1,7 @@
Summary: Collection of performance monitoring tools for Linux
Name: sysstat
Version: 12.5.3
Release: 2%{?dist}
Version: 12.5.4
Release: 1%{?dist}
License: GPLv2+
URL: http://sebastien.godard.pagesperso-orange.fr/
Source: https://github.com/sysstat/sysstat/archive/v%{version}.tar.gz
@ -28,7 +28,7 @@ interrupts, network activity, memory and swap space utilization, CPU
utilization, kernel activities and TTY statistics, among others. Both
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.).
various formats (CSV, PCP, 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.
@ -85,6 +85,9 @@ fi
%{_localstatedir}/log/sa
%changelog
* Tue Jun 15 2021 Nathan Scott <nathans@redhat.com> - 12.5.4-1
- update to v12.5.4 (#1866234)
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 12.5.3-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937