Updated to 11.2.0

- resolves: #1296762
This commit is contained in:
Peter Schiffer 2016-01-20 12:54:30 +01:00
parent f3b5dfbe89
commit 44f2ded060
3 changed files with 16 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/sysstat-11.1.8.tar.xz
/sysstat-11.2.0.tar.xz

View File

@ -1 +1 @@
a55eb81a4d183ac95b35b14a25107464 sysstat-11.1.8.tar.xz
e8b615775ad98780e3f0675b91eddb19 sysstat-11.2.0.tar.xz

View File

@ -1,6 +1,6 @@
Summary: Collection of performance monitoring tools for Linux
Name: sysstat
Version: 11.1.8
Version: 11.2.0
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -40,9 +40,15 @@ The cifsiostat command reports I/O statistics for CIFS filesystems.
%setup -q
%build
%configure --enable-install-cron --enable-copy-only --disable-file-attr \
--disable-stripping --docdir=%{_pkgdocdir} sadc_options='-S DISK' \
history=28 compressafter=31
%configure \
--enable-install-cron \
--enable-copy-only \
--disable-file-attr \
--disable-stripping \
--docdir=%{_pkgdocdir} \
sadc_options='-S DISK' \
history=28 \
compressafter=31
make %{?_smp_mflags}
%install
@ -79,6 +85,10 @@ fi
%{_sysconfdir}/profile.d/*
%changelog
* Wed Jan 20 2016 Peter Schiffer <pschiffe@redhat.com> - 11.2.0-1
- resolves: #1296762
updated to 11.2.0
* Mon Nov 2 2015 Peter Schiffer <pschiffe@redhat.com> - 11.1.8-1
- resolves: #1274940
updated to 11.1.8