From c3750a9790e0e9edaaf11b8d42fc30d2c0ad6045 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Tue, 15 Oct 2019 13:41:22 +0200 Subject: [PATCH] Update to v12.1.7 Resolves: #1585186 --- .gitignore | 1 + sources | 2 +- sysstat.spec | 27 ++++++++++++++------------- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 4370693..afc0e1c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /sysstat-11.6.2.tar.xz /sysstat-11.7.3.tar.xz +/v12.1.7.tar.gz diff --git a/sources b/sources index c89f210..9ada76b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (sysstat-11.7.3.tar.xz) = c752ebba4d25a30147e68d0cb44d93020bb9b44823812c99550f6b34b42fc6f015c28ef0e6609a1e33ae6e4de566ae2d0e8a4711e412a4298baf5721dd15d27f +SHA512 (v12.1.7.tar.gz) = 0ee3b246619ff6e904db1359b4dc05789fe1f55759d170f78de918b001a81137823801bdcb4c9d9137c3337d38259e79ccef9c76310d361e0a81bb2731b7a3d1 diff --git a/sysstat.spec b/sysstat.spec index d799df9..7c48e8d 100644 --- a/sysstat.spec +++ b/sysstat.spec @@ -1,22 +1,20 @@ Summary: Collection of performance monitoring tools for Linux Name: sysstat -Version: 11.7.3 -Release: 4%{?dist} +Version: 12.1.7 +Release: 1%{?dist} License: GPLv2+ URL: http://sebastien.godard.pagesperso-orange.fr/ -Source: http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz +Source: https://github.com/sysstat/sysstat/archive/v%{version}.tar.gz # Use colors in sysstat output -Source10: colorsysstat.csh -Source11: colorsysstat.sh +Source1: colorsysstat.csh +Source2: colorsysstat.sh -BuildRequires: gcc -BuildRequires: gettext, lm_sensors-devel, systemd +BuildRequires: gcc, gettext, lm_sensors-devel, systemd, git Requires: findutils, xz -Requires(post): systemd -Requires(preun): systemd -Requires(postun): systemd + +%systemd_requires %description The sysstat package contains the sar, sadf, mpstat, iostat, tapestat, @@ -37,7 +35,7 @@ The pidstat command reports statistics for Linux tasks (processes). The cifsiostat command reports I/O statistics for CIFS file systems. %prep -%setup -q +%autosetup -S git_am %build %configure \ @@ -57,8 +55,8 @@ make %{?_smp_mflags} # Colored sysstat output mkdir -p %{buildroot}%{_sysconfdir}/profile.d -install -p -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/profile.d -install -p -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/profile.d +install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d +install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d %post %systemd_post sysstat.service sysstat-collect.timer sysstat-summary.timer @@ -85,6 +83,9 @@ fi %{_localstatedir}/log/sa %changelog +* Tue Oct 15 2019 Michal Sekletár - 12.1.7-1 +- update to v12.1.7 (#1585186) + * Sat Jul 27 2019 Fedora Release Engineering - 11.7.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild