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