]> git.pld-linux.org Git - packages/sysstat.git/blobdiff - sysstat.spec
rel 5; store one record every 2 minutes instead of starting once every hour and store...
[packages/sysstat.git] / sysstat.spec
index fdf853e45656244ae58b809ba22ebfef3632436a..287ca165eda53cf64201b50b6ef57827a66910e6 100644 (file)
@@ -10,7 +10,7 @@ Summary(zh_CN.UTF-8): sar, iostat 等系统监视工具
 # Sysstat 12.0.x released (stable version).
 Name:          sysstat
 Version:       12.0.2
-Release:       2
+Release:       5
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://pagesperso-orange.fr/sebastien.godard/%{name}-%{version}.tar.xz
@@ -71,14 +71,15 @@ sieciowych i innych operacji wejścia/wyjścia.
        history=28 \
        compressafter=31 \
        cron_owner=root \
-       cron_interval=10 \
+       cron_interval=2 \
+       sadc_options='-L -S XDISK' \
        sa_lib_dir=%{_libexecdir} \
        ZIP=%{_bindir}/xz \
        --enable-install-cron \
        --disable-stripping \
        --with-systemdsystemunitdir=%{systemdunitdir}
 
-%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-L"/' sysstat.sysconfig
+%{__sed} -i 's/SADC_OPTIONS=""/SADC_OPTIONS="-L -S XDISK"/' sysstat.sysconfig
 
 %{__make} -j1 \
        CC="%{__cc}" \
This page took 0.0354409999999999 seconds and 4 git commands to generate.