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:
parent
d3866ab165
commit
cb2f31d98f
@ -1 +1 @@
|
|||||||
sysstat-5.0.1.tar.bz2
|
sysstat-5.0.5.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
e7f74b23cd45e815d7897b20130a5bc6 sysstat-5.0.1.tar.bz2
|
5fbe915c32761f28e7af27a7f956f7f2 sysstat-5.0.5.tar.bz2
|
||||||
|
43
sysstat.spec
43
sysstat.spec
@ -1,6 +1,6 @@
|
|||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 5.0.1
|
Version: 5.0.5
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: The sar and iostat system monitoring commands.
|
Summary: The sar and iostat system monitoring commands.
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -10,14 +10,12 @@ Source1: sysstat.crond
|
|||||||
Source2: sysstat.crondaily
|
Source2: sysstat.crondaily
|
||||||
Source3: sysstat.sysconfig
|
Source3: sysstat.sysconfig
|
||||||
Patch0: sysstat-4.0.1-config.patch
|
Patch0: sysstat-4.0.1-config.patch
|
||||||
Patch1: sysstat-4.0.1-prevday.patch
|
Patch1: sysstat-4.0.7-lib64.patch
|
||||||
Patch2: sysstat-3.3.5-fixutilization.patch
|
Patch2: sysstat-5.0.0-history.patch
|
||||||
Patch3: sysstat-5.0.0-verbose.patch
|
Patch3: sysstat-5.0.5-statreset.patch
|
||||||
Patch4: sysstat-4.0.7-lib64.patch
|
Patch4: sysstat-5.0.5-overrun.patch
|
||||||
Patch5: sysstat-5.0.0-ifnamsiz.patch
|
Patch5: sysstat-5.0.5-lib64init.patch
|
||||||
Patch6: sysstat-5.0.0-history.patch
|
|
||||||
Patch7: sysstat-5.0.1-statreset.patch
|
|
||||||
Patch8: sysstat-5.0.1-lib64init.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
Requires: kernel >= 2.2.16-21 /sbin/chkconfig
|
Requires: kernel >= 2.2.16-21 /sbin/chkconfig
|
||||||
@ -33,18 +31,15 @@ activity.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .config
|
%patch0 -p1 -b .config
|
||||||
#patch1 -p1 -b .prevday
|
%patch1 -p1 -b .lib64
|
||||||
#patch2 -p1 -b .fixutilization
|
%patch2 -p1 -b .history
|
||||||
%patch3 -p1 -b .verbose
|
%patch3 -p1 -b .statreset
|
||||||
%patch4 -p1 -b .lib64
|
%patch4 -p1 -b .overrun
|
||||||
%patch5 -p1 -b .ifnamsiz
|
|
||||||
%patch6 -p1 -b .history
|
|
||||||
%patch7 -p1 -b .statreset
|
|
||||||
|
|
||||||
# Fix initscript for lib64 systems
|
# Fix initscript for lib64 systems
|
||||||
|
|
||||||
%if %_lib == "lib64"
|
%if %_lib == "lib64"
|
||||||
%patch8 -p1 -b .lib64init
|
%patch5 -p1 -b .lib64init
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -124,6 +119,18 @@ rm -rf %{buildroot}
|
|||||||
/var/log/sa
|
/var/log/sa
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user