diff --git a/.gitignore b/.gitignore index 36f76bc..25f2330 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v12.3.1.tar.gz /v12.5.3.tar.gz +/v12.5.4.tar.gz diff --git a/sources b/sources index 6e58eb7..6d7d106 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v12.5.3.tar.gz) = 3f09ff2e7ca38497eb07dcd8770c0b7fe5cfa1140537b215a1648446f65d933852b97dd5a1a9596afa57b04f20da64385e3b2e384be8d7b5902f228dc01230a5 +SHA512 (v12.5.4.tar.gz) = c051f136d404684a21b11e968968e34f0f114b4568369c6449c64b7745269065a3dc492039ded7c415fe39970aca54cc81646589b0959ade43e9be6f6cd4c0dc diff --git a/sysstat.spec b/sysstat.spec index 2173aab..9fefdeb 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -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 - 12.5.4-1 +- update to v12.5.4 (#1866234) + * Fri Apr 16 2021 Mohan Boddu - 12.5.3-2 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937