- resolves: #844387
update to 10.1.1 - keep log files for 28 days instead of 7 - collect all aditional statistics
This commit is contained in:
parent
cc97505824
commit
a983e107d3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/sysstat-10.0.5.tar.bz2
|
||||
/sysstat-10.1.1.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
688b34df4828a7575c5b44df88d1d910 sysstat-10.0.5.tar.bz2
|
||||
49fbd127f11a8005a6f441159cb702af sysstat-10.1.1.tar.bz2
|
||||
|
14
sysstat.spec
14
sysstat.spec
@ -1,6 +1,6 @@
|
||||
Name: sysstat
|
||||
Version: 10.0.5
|
||||
Release: 2%{?dist}
|
||||
Version: 10.1.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The sar and iostat system monitoring commands
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -30,7 +30,7 @@ iconv -f windows-1252 -t utf8 CREDITS > CREDITS.aux
|
||||
mv CREDITS.aux CREDITS
|
||||
|
||||
%build
|
||||
./configure --prefix=%{_prefix} --disable-man-group sa_lib_dir=%{_libdir}/sa --libdir=%{_libdir}
|
||||
history=28 compressafter=31 ./configure --prefix=%{_prefix} --disable-man-group sa_lib_dir=%{_libdir}/sa --libdir=%{_libdir} --enable-collect-all
|
||||
CFLAGS="$RPM_OPT_FLAGS -DSADC_PATH=\\\"%{_libdir}/sa/sadc\\\""
|
||||
make CFLAGS="$CFLAGS" LFLAGS=""
|
||||
|
||||
@ -78,7 +78,7 @@ fi
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc CHANGES COPYING CREDITS README TODO FAQ
|
||||
%doc CHANGES COPYING CREDITS README FAQ
|
||||
%config(noreplace) %{_sysconfdir}/cron.d/sysstat
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/sysstat.ioconf
|
||||
@ -91,6 +91,12 @@ fi
|
||||
%{_localstatedir}/log/sa
|
||||
|
||||
%changelog
|
||||
* Wed Aug 01 2012 Peter Schiffer <pschiffe@redhat.com> - 10.1.1-1
|
||||
- resolves: #844387
|
||||
update to 10.1.1
|
||||
- keep log files for 28 days instead of 7
|
||||
- collect all aditional statistics
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 10.0.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user