parent
f3b5dfbe89
commit
44f2ded060
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/sysstat-11.1.8.tar.xz
|
||||
/sysstat-11.2.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a55eb81a4d183ac95b35b14a25107464 sysstat-11.1.8.tar.xz
|
||||
e8b615775ad98780e3f0675b91eddb19 sysstat-11.2.0.tar.xz
|
||||
|
18
sysstat.spec
18
sysstat.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user