auto-import changelog data from sysstat-4.0.1-3.src.rpm
Mon Mar 04 2002 Alexandre Petit-Bianco <apbianco@redhat.com> - incorporated value report fix for CPU with HZ not 100 (#60199)
This commit is contained in:
parent
c06f924034
commit
d8d784334d
@ -1,6 +1,6 @@
|
|||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 4.0.1
|
Version: 4.0.1
|
||||||
Release: 2
|
Release: 3
|
||||||
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
|
||||||
@ -11,6 +11,7 @@ Patch0: sysstat-4.0.1-config.patch
|
|||||||
Patch1: sysstat-4.0.1-prevday.patch
|
Patch1: sysstat-4.0.1-prevday.patch
|
||||||
Patch2: sysstat-3.3.5-fixutilization.patch
|
Patch2: sysstat-3.3.5-fixutilization.patch
|
||||||
Patch3: sysstat-4.0.1-verbose.patch
|
Patch3: sysstat-4.0.1-verbose.patch
|
||||||
|
Patch4: sysstat-4.0.1-percent.path
|
||||||
URL: http://perso.wanadoo.fr/sebastien.godard/
|
URL: http://perso.wanadoo.fr/sebastien.godard/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||||
Requires: kernel >= 2.2.16-21
|
Requires: kernel >= 2.2.16-21
|
||||||
@ -27,6 +28,7 @@ activity.
|
|||||||
%patch1 -p1 -b .prevday
|
%patch1 -p1 -b .prevday
|
||||||
#%patch2 -p1 -b .fixutilization
|
#%patch2 -p1 -b .fixutilization
|
||||||
%patch3 -p1 -b .verbose
|
%patch3 -p1 -b .verbose
|
||||||
|
%patch4 -p1 -b .percent
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS" PREFIX=%{_prefix}
|
make CFLAGS="$RPM_OPT_FLAGS" PREFIX=%{_prefix}
|
||||||
@ -69,6 +71,9 @@ rm -rf %{buildroot}
|
|||||||
/var/log/sa
|
/var/log/sa
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 4 2002 Alexandre Petit-Bianco <apbianco@redhat.com>
|
||||||
|
- incorporated value report fix for CPU with HZ not 100 (#60199)
|
||||||
|
|
||||||
* Mon Aug 13 2001 Preston Brown <pbrown@redhat.com>
|
* Mon Aug 13 2001 Preston Brown <pbrown@redhat.com>
|
||||||
- be more verbose about which files are corrupt (#47122)
|
- be more verbose about which files are corrupt (#47122)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user