Accepting request 618286 from home:scarabeus_iv:branches:Base:System

- Version update to 11.6.4:
  * The number of decimal places used by sysstat commands (sar, cifsiostat, iostat, mpstat and pidstat),
  * The network interfaces, block devices and filesystems for which statistics shall be displayed by sar or sadf.

OBS-URL: https://build.opensuse.org/request/show/618286
OBS-URL: https://build.opensuse.org/package/show/Base:System/sysstat?expand=0&rev=79
This commit is contained in:
Tomáš Chvátal 2018-06-21 12:29:47 +00:00 committed by Git OBS Bridge
parent 8f9dd0db21
commit ad76c33786
4 changed files with 15 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54b306a1634e39710767936d4d1be17e8b65062aa04c837b41479c4b28b511bd
size 527828

3
sysstat-11.6.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6aa6398b200f09a2874fffc9c31eb943aea64d707a4afe5f5f1751d876157b09
size 528028

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jun 21 10:45:22 UTC 2018 - tchvatal@suse.com
- Version update to 11.6.4:
* The number of decimal places used by sysstat commands (sar, cifsiostat, iostat, mpstat and pidstat),
* The network interfaces, block devices and filesystems for which statistics shall be displayed by sar or sadf.
-------------------------------------------------------------------
Fri Apr 27 07:58:40 UTC 2018 - tchvatal@suse.com

View File

@ -17,12 +17,12 @@
Name: sysstat
Version: 11.6.3
Version: 11.6.4
Release: 0
Summary: Sar and Iostat Commands for Linux
License: GPL-2.0-or-later
Group: System/Monitoring
Url: http://pagesperso-orange.fr/sebastien.godard/
URL: http://pagesperso-orange.fr/sebastien.godard/
Source: http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz
Source1: isag.desktop
Source2: sysstat.cron.suse
@ -107,7 +107,7 @@ ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcsysstat
%find_lang %{name}
install -D -m 0644 %{SOURCE4} %{buildroot}%{_unitdir}/sysstat.service
# change /usr/lib to /usr/lib64 or something else when needed
if [ "%{_libdir}" != "%{_prefix}/lib" ]; then
if [ "%{_libdir}" != "%{_libexecdir}" ]; then
sed -i 's:%{_libexecdir}/:%{_libdir}/:g' \
%{buildroot}%{_sysconfdir}/sysstat/sysstat.cron \
%{buildroot}%{_unitdir}/sysstat.service
@ -135,7 +135,8 @@ fi
%endif
%files -f "%{name}.lang"
%doc CHANGES COPYING CREDITS FAQ.md README.md
%license COPYING
%doc CHANGES CREDITS FAQ.md README.md
%{_mandir}/man1/*
%{_mandir}/man5/*
%{_mandir}/man8/*