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:
parent
ec983d5b2b
commit
c06f924034
15
sysstat.spec
15
sysstat.spec
@ -1,7 +1,7 @@
|
||||
Name: sysstat
|
||||
Version: 4.0.1
|
||||
Release: 1
|
||||
Summary: Includes the sar and iostat system monitoring commands.
|
||||
Release: 2
|
||||
Summary: The sar and iostat system monitoring commands.
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
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
|
||||
Patch1: sysstat-4.0.1-prevday.patch
|
||||
Patch2: sysstat-3.3.5-fixutilization.patch
|
||||
Patch3: sysstat-4.0.1-verbose.patch
|
||||
URL: http://perso.wanadoo.fr/sebastien.godard/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}
|
||||
Requires: kernel >= 2.2.16-21
|
||||
Prereq: sh-utils textutils grep fileutils /etc/cron.d
|
||||
|
||||
%description
|
||||
This package provides the sar and iostat commands for the Linux
|
||||
operating system, similar to their traditional UNIX counterparts.
|
||||
They enable system monitoring of disk, network, and other IO activity.
|
||||
This package provides the sar and iostat commands for Linux. Sar and
|
||||
iostat enable system monitoring of disk, network, and other IO
|
||||
activity.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .config
|
||||
%patch1 -p1 -b .prevday
|
||||
#%patch2 -p1 -b .fixutilization
|
||||
%patch3 -p1 -b .verbose
|
||||
|
||||
%build
|
||||
make CFLAGS="$RPM_OPT_FLAGS" PREFIX=%{_prefix}
|
||||
@ -67,6 +69,9 @@ rm -rf %{buildroot}
|
||||
/var/log/sa
|
||||
|
||||
%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>
|
||||
- run sa1 from cron.d to fix run-parts interaction problem (#37733)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user