auto-import changelog data from sysstat-5.0.5-1.src.rpm

Wed Jun 30 2004 Nils Philippsen <nphilipp@redhat.com>
- version 5.0.5
- remove some obsolete patches
- update statreset, overrun, lib64init patches
- renumber patches
Wed Jun 16 2004 Alan Cox <alan@redhat.com>
- Fix spew of crap to console at startup
- Fix order of startup (#124035)
- Fix array overrun (#117182)
- Fix interrupt buffer sizing (caused bogus irq info)
This commit is contained in:
cvsdist 2004-09-09 13:03:03 +00:00
parent d3866ab165
commit cb2f31d98f
3 changed files with 27 additions and 20 deletions

View File

@ -1 +1 @@
sysstat-5.0.1.tar.bz2
sysstat-5.0.5.tar.bz2

View File

@ -1 +1 @@
e7f74b23cd45e815d7897b20130a5bc6 sysstat-5.0.1.tar.bz2
5fbe915c32761f28e7af27a7f956f7f2 sysstat-5.0.5.tar.bz2

View File

@ -1,6 +1,6 @@
Name: sysstat
Version: 5.0.1
Release: 3
Version: 5.0.5
Release: 1
Summary: The sar and iostat system monitoring commands.
License: GPL
Group: Applications/System
@ -10,14 +10,12 @@ Source1: sysstat.crond
Source2: sysstat.crondaily
Source3: sysstat.sysconfig
Patch0: sysstat-4.0.1-config.patch
Patch1: sysstat-4.0.1-prevday.patch
Patch2: sysstat-3.3.5-fixutilization.patch
Patch3: sysstat-5.0.0-verbose.patch
Patch4: sysstat-4.0.7-lib64.patch
Patch5: sysstat-5.0.0-ifnamsiz.patch
Patch6: sysstat-5.0.0-history.patch
Patch7: sysstat-5.0.1-statreset.patch
Patch8: sysstat-5.0.1-lib64init.patch
Patch1: sysstat-4.0.7-lib64.patch
Patch2: sysstat-5.0.0-history.patch
Patch3: sysstat-5.0.5-statreset.patch
Patch4: sysstat-5.0.5-overrun.patch
Patch5: sysstat-5.0.5-lib64init.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: kernel >= 2.2.16-21 /sbin/chkconfig
@ -33,18 +31,15 @@ activity.
%prep
%setup -q
%patch0 -p1 -b .config
#patch1 -p1 -b .prevday
#patch2 -p1 -b .fixutilization
%patch3 -p1 -b .verbose
%patch4 -p1 -b .lib64
%patch5 -p1 -b .ifnamsiz
%patch6 -p1 -b .history
%patch7 -p1 -b .statreset
%patch1 -p1 -b .lib64
%patch2 -p1 -b .history
%patch3 -p1 -b .statreset
%patch4 -p1 -b .overrun
# Fix initscript for lib64 systems
%if %_lib == "lib64"
%patch8 -p1 -b .lib64init
%patch5 -p1 -b .lib64init
%endif
%build
@ -124,6 +119,18 @@ rm -rf %{buildroot}
/var/log/sa
%changelog
* Wed Jun 30 2004 Nils Philippsen <nphilipp@redhat.com>
- version 5.0.5
- remove some obsolete patches
- update statreset, overrun, lib64init patches
- renumber patches
* Wed Jun 16 2004 Alan Cox <alan@redhat.com>
- Fix spew of crap to console at startup
- Fix order of startup (#124035)
- Fix array overrun (#117182)
- Fix interrupt buffer sizing (caused bogus irq info)
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt