parent
7cd0c0438d
commit
c3750a9790
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/sysstat-11.6.2.tar.xz
|
/sysstat-11.6.2.tar.xz
|
||||||
/sysstat-11.7.3.tar.xz
|
/sysstat-11.7.3.tar.xz
|
||||||
|
/v12.1.7.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sysstat-11.7.3.tar.xz) = c752ebba4d25a30147e68d0cb44d93020bb9b44823812c99550f6b34b42fc6f015c28ef0e6609a1e33ae6e4de566ae2d0e8a4711e412a4298baf5721dd15d27f
|
SHA512 (v12.1.7.tar.gz) = 0ee3b246619ff6e904db1359b4dc05789fe1f55759d170f78de918b001a81137823801bdcb4c9d9137c3337d38259e79ccef9c76310d361e0a81bb2731b7a3d1
|
||||||
|
27
sysstat.spec
27
sysstat.spec
@ -1,22 +1,20 @@
|
|||||||
Summary: Collection of performance monitoring tools for Linux
|
Summary: Collection of performance monitoring tools for Linux
|
||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 11.7.3
|
Version: 12.1.7
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://sebastien.godard.pagesperso-orange.fr/
|
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
|
# Use colors in sysstat output
|
||||||
Source10: colorsysstat.csh
|
Source1: colorsysstat.csh
|
||||||
Source11: colorsysstat.sh
|
Source2: colorsysstat.sh
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc, gettext, lm_sensors-devel, systemd, git
|
||||||
BuildRequires: gettext, lm_sensors-devel, systemd
|
|
||||||
|
|
||||||
Requires: findutils, xz
|
Requires: findutils, xz
|
||||||
Requires(post): systemd
|
|
||||||
Requires(preun): systemd
|
%systemd_requires
|
||||||
Requires(postun): systemd
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The sysstat package contains the sar, sadf, mpstat, iostat, tapestat,
|
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.
|
The cifsiostat command reports I/O statistics for CIFS file systems.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -S git_am
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
@ -57,8 +55,8 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
# Colored sysstat output
|
# Colored sysstat output
|
||||||
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
|
mkdir -p %{buildroot}%{_sysconfdir}/profile.d
|
||||||
install -p -m 644 %{SOURCE10} %{buildroot}%{_sysconfdir}/profile.d
|
install -p -m 644 %{SOURCE1} %{buildroot}%{_sysconfdir}/profile.d
|
||||||
install -p -m 644 %{SOURCE11} %{buildroot}%{_sysconfdir}/profile.d
|
install -p -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%systemd_post sysstat.service sysstat-collect.timer sysstat-summary.timer
|
%systemd_post sysstat.service sysstat-collect.timer sysstat-summary.timer
|
||||||
@ -85,6 +83,9 @@ fi
|
|||||||
%{_localstatedir}/log/sa
|
%{_localstatedir}/log/sa
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 15 2019 Michal Sekletár <msekleta@redhat.com> - 12.1.7-1
|
||||||
|
- update to v12.1.7 (#1585186)
|
||||||
|
|
||||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.7.3-4
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 11.7.3-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user