]> git.pld-linux.org Git - packages/sysstat.git/commitdiff
up to 11.0.8
authorElan Ruusamäe <glen@delfi.ee>
Wed, 28 Oct 2015 10:46:49 +0000 (12:46 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 28 Oct 2015 10:52:37 +0000 (12:52 +0200)
nfsiostat is obsolete:

* Rename nfsiostat to nfsiostat-sysstat and indicate it is now
  obsolete. An nfsiostat command is already included in the
  nfs-utils package.

sysstat.init [changed mode: 0644->0755]
sysstat.spec

old mode 100644 (file)
new mode 100755 (executable)
index 92cf7942183d13ed950aef1a33b2071569bb47e4..a30f134a6e8ce546a602196efa402414c314057e 100644 (file)
@@ -6,13 +6,16 @@ Summary(pl.UTF-8):    Polecenia sar i iostat dla systemu Linux
 Summary(ru.UTF-8):     Содержит программы системного мониторинга sar и iostat
 Summary(uk.UTF-8):     Містить команди системного моніторингу sar та iostat
 Summary(zh_CN.UTF-8):  sar, iostat 等系统监视工具
+# use stable versions
+# Sysstat 11.1.x (development version).
+# Sysstat 11.0.x (stable version).
 Name:          sysstat
-Version:       10.1.6
-Release:       5
+Version:       11.0.8
+Release:       1
 License:       GPL v2
 Group:         Applications/System
-Source0:       http://perso.wanadoo.fr/sebastien.godard/%{name}-%{version}.tar.bz2
-# Source0-md5: 61792b2591e4b3adcb7b979af2330fba
+Source0:       http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz
+# Source0-md5: 9a60d786c928b4006f1445c71eeb0e3d
 Source2:       %{name}.init
 Patch0:                %{name}-opt.patch
 URL:           http://perso.wanadoo.fr/sebastien.godard/
@@ -21,6 +24,8 @@ BuildRequires:        automake
 BuildRequires: gettext-tools
 BuildRequires: lm_sensors-devel
 BuildRequires: rpmbuild(macros) >= 1.671
+BuildRequires: tar >= 1:1.22
+BuildRequires: xz
 Requires(post,preun):  /sbin/chkconfig
 Requires:      crondaemon
 Requires:      rc-scripts
@@ -119,7 +124,7 @@ fi
 %attr(755,root,root) %{_bindir}/cifsiostat
 %attr(755,root,root) %{_bindir}/iostat
 %attr(755,root,root) %{_bindir}/mpstat
-%attr(755,root,root) %{_bindir}/nfsiostat
+%attr(755,root,root) %{_bindir}/nfsiostat-sysstat
 %attr(755,root,root) %{_bindir}/pidstat
 %attr(755,root,root) %{_bindir}/sadf
 %attr(755,root,root) %{_bindir}/sar
@@ -134,7 +139,7 @@ fi
 %{_mandir}/man1/cifsiostat.1*
 %{_mandir}/man1/iostat.1*
 %{_mandir}/man1/mpstat.1*
-%{_mandir}/man1/nfsiostat.1*
+%{_mandir}/man1/nfsiostat-sysstat.1*
 %{_mandir}/man1/pidstat.1*
 %{_mandir}/man1/sadf.1*
 %{_mandir}/man1/sar.1*
This page took 0.059791 seconds and 4 git commands to generate.