auto-import changelog data from sysstat-4.0.1-2.src.rpm

Mon Aug 13 2001 Preston Brown <pbrown@redhat.com>
- be more verbose about which files are corrupt (#47122)
This commit is contained in:
cvsdist 2004-09-09 12:55:52 +00:00
parent ec983d5b2b
commit c06f924034

View File

@ -1,7 +1,7 @@
Name: sysstat Name: sysstat
Version: 4.0.1 Version: 4.0.1
Release: 1 Release: 2
Summary: Includes 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
Source: http://perso.wanadoo.fr/sebastien.godard/%{name}-%{version}.tar.bz2 Source: http://perso.wanadoo.fr/sebastien.godard/%{name}-%{version}.tar.bz2
@ -10,21 +10,23 @@ Source2: sysstat.crondaily
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.1-prevday.patch
Patch2: sysstat-3.3.5-fixutilization.patch Patch2: sysstat-3.3.5-fixutilization.patch
Patch3: sysstat-4.0.1-verbose.patch
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
Prereq: sh-utils textutils grep fileutils /etc/cron.d Prereq: sh-utils textutils grep fileutils /etc/cron.d
%description %description
This package provides the sar and iostat commands for the Linux This package provides the sar and iostat commands for Linux. Sar and
operating system, similar to their traditional UNIX counterparts. iostat enable system monitoring of disk, network, and other IO
They enable system monitoring of disk, network, and other IO activity. activity.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .config %patch0 -p1 -b .config
%patch1 -p1 -b .prevday %patch1 -p1 -b .prevday
#%patch2 -p1 -b .fixutilization #%patch2 -p1 -b .fixutilization
%patch3 -p1 -b .verbose
%build %build
make CFLAGS="$RPM_OPT_FLAGS" PREFIX=%{_prefix} make CFLAGS="$RPM_OPT_FLAGS" PREFIX=%{_prefix}
@ -67,6 +69,9 @@ rm -rf %{buildroot}
/var/log/sa /var/log/sa
%changelog %changelog
* Mon Aug 13 2001 Preston Brown <pbrown@redhat.com>
- be more verbose about which files are corrupt (#47122)
* Mon Jul 2 2001 Preston Brown <pbrown@redhat.com> * Mon Jul 2 2001 Preston Brown <pbrown@redhat.com>
- run sa1 from cron.d to fix run-parts interaction problem (#37733) - run sa1 from cron.d to fix run-parts interaction problem (#37733)