From c06f92403476808f27e97f57d08489906ff4aaa1 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:55:52 +0000 Subject: [PATCH] auto-import changelog data from sysstat-4.0.1-2.src.rpm Mon Aug 13 2001 Preston Brown - be more verbose about which files are corrupt (#47122) --- sysstat.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/sysstat.spec b/sysstat.spec index b874b98..4abef6e 100644 --- a/sysstat.spec +++ b/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 +- be more verbose about which files are corrupt (#47122) + * Mon Jul 2 2001 Preston Brown - run sa1 from cron.d to fix run-parts interaction problem (#37733)