Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/sysstat.git#46ec24e66dffb833cfe8aa702511de7366a2ec3b
This commit is contained in:
parent
b5c1f6f660
commit
9905183c68
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/v12.3.1.tar.gz
|
||||
/v12.5.3.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (v12.3.1.tar.gz) = f67a2dac22748217687bd7f58521c0719754f13298fb5faed8a6d58c2bb1f8620428191d0415e816eea07bb3ca81453e057d03c7db0096430ad7d6ba6b7b611e
|
||||
SHA512 (v12.5.3.tar.gz) = 3f09ff2e7ca38497eb07dcd8770c0b7fe5cfa1140537b215a1648446f65d933852b97dd5a1a9596afa57b04f20da64385e3b2e384be8d7b5902f228dc01230a5
|
||||
|
11
sysstat.spec
11
sysstat.spec
@ -1,7 +1,7 @@
|
||||
Summary: Collection of performance monitoring tools for Linux
|
||||
Name: sysstat
|
||||
Version: 12.3.1
|
||||
Release: 4%{?dist}
|
||||
Version: 12.5.3
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: http://sebastien.godard.pagesperso-orange.fr/
|
||||
Source: https://github.com/sysstat/sysstat/archive/v%{version}.tar.gz
|
||||
@ -11,7 +11,7 @@ Source1: colorsysstat.csh
|
||||
Source2: colorsysstat.sh
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gcc, gettext, lm_sensors-devel, systemd, git
|
||||
BuildRequires: gcc, gettext, lm_sensors-devel, pcp-libs-devel, systemd, git
|
||||
|
||||
Requires: findutils, xz
|
||||
|
||||
@ -80,10 +80,15 @@ fi
|
||||
%{_bindir}/*
|
||||
%{_libdir}/sa
|
||||
%{_unitdir}/sysstat*
|
||||
%{_systemd_util_dir}/system-sleep/sysstat*
|
||||
%{_mandir}/man*/*
|
||||
%{_localstatedir}/log/sa
|
||||
|
||||
%changelog
|
||||
* Mon Mar 15 2021 Nathan Scott <nathans@redhat.com> - 12.5.3-1
|
||||
- update to v12.5.3 (#1822907)
|
||||
- enable Performance Co-Pilot (PCP) archive output option
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 12.3.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user