auto-import changelog data from sysstat-4.0.7-3.src.rpm
Wed Feb 19 2003 Bill Nottingham <notting@redhat.com> 4.0.7-3 - fix paths on multilib arches (#82913) Wed Jan 22 2003 Tim Powers <timp@redhat.com> - rebuilt Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 4.0.7-1 - Updated to new upstream version 4.0.7 Tue Nov 19 2002 Mike A. Harris <mharris@redhat.com> 4.0.5-7 - Fixed files installed in /usr/doc to be put in correct place Tue Oct 08 2002 Mike A. Harris <mharris@redhat.com> 4.0.5-6 - All-arch rebuild
This commit is contained in:
parent
dc22770c2b
commit
f2f2bd6973
@ -1 +1 @@
|
|||||||
sysstat-4.0.5.tar.bz2
|
sysstat-4.0.7.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
9bdc4dda132b51b3a117956e44be6b15 sysstat-4.0.5.tar.bz2
|
4756d98b7fd8a0999129e88643ea5869 sysstat-4.0.7.tar.bz2
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# run system activity accounting tool every 10 minutes
|
# run system activity accounting tool every 10 minutes
|
||||||
*/10 * * * * root /usr/lib/sa/sa1 1 1
|
*/10 * * * * root /usr/lib64/sa/sa1 1 1
|
||||||
# generate a daily summary of process accounting at 23:53
|
# generate a daily summary of process accounting at 23:53
|
||||||
53 23 * * * root /usr/lib/sa/sa2 -A
|
53 23 * * * root /usr/lib64/sa/sa2 -A
|
||||||
|
|
||||||
|
39
sysstat.spec
39
sysstat.spec
@ -1,9 +1,10 @@
|
|||||||
Name: sysstat
|
Name: sysstat
|
||||||
Version: 4.0.5
|
Version: 4.0.7
|
||||||
Release: 3
|
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
|
||||||
|
URL: http://perso.wanadoo.fr/sebastien.godard/
|
||||||
Source: http://perso.wanadoo.fr/sebastien.godard/%{name}-%{version}.tar.bz2
|
Source: http://perso.wanadoo.fr/sebastien.godard/%{name}-%{version}.tar.bz2
|
||||||
Source1: sysstat.crond
|
Source1: sysstat.crond
|
||||||
Source2: sysstat.crondaily
|
Source2: sysstat.crondaily
|
||||||
@ -11,8 +12,8 @@ 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
|
||||||
URL: http://perso.wanadoo.fr/sebastien.godard/
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
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
|
||||||
|
|
||||||
@ -29,18 +30,31 @@ activity.
|
|||||||
%patch3 -p1 -b .verbose
|
%patch3 -p1 -b .verbose
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS" PREFIX=%{_prefix}
|
# FIXME: I need to fix the upstream Makefile to use LIBDIR et al. properly and
|
||||||
|
# send the upstream maintainer a patch.
|
||||||
|
make CFLAGS="$RPM_OPT_FLAGS" PREFIX=%{_prefix} LIB_DIR=%{_libdir} MAN_DIR=%{_mandir} DATA_DIR=%{_datadir} DOC_DIR=%{_docdir}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make install MAN_DIR=%{_mandir}
|
|
||||||
|
%makeinstall PREFIX=%{_prefix} LIB_DIR=%{_libdir} MAN_DIR=%{_mandir} DATA_DIR=%{_datadir} DOC_DIR=%{_docdir}
|
||||||
|
#make install MAN_DIR=%{_mandir}
|
||||||
|
|
||||||
mkdir -p %{buildroot}/etc/{cron.daily,cron.d}
|
mkdir -p %{buildroot}/etc/{cron.daily,cron.d}
|
||||||
|
|
||||||
|
%ifarch x86_64 ppc64 s390x
|
||||||
|
perl -pi -e "s|/lib|/lib64|g" %{SOURCE1}
|
||||||
|
%endif
|
||||||
|
|
||||||
install %{SOURCE1} %{buildroot}/etc/cron.d/sysstat
|
install %{SOURCE1} %{buildroot}/etc/cron.d/sysstat
|
||||||
#install %{SOURCE2} %{buildroot}/etc/cron.daily/sysstat
|
#install %{SOURCE2} %{buildroot}/etc/cron.daily/sysstat
|
||||||
|
|
||||||
|
# sysstat makefiles install the docs in the wrong place, blow them away
|
||||||
|
rm -f %{buildroot}/usr/share/doc/*
|
||||||
|
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
|
|
||||||
|
#FIXME: Make sure this trigger is actually correct and relevant still.
|
||||||
%triggerpostun -- sysstat <= 3.3.3-1
|
%triggerpostun -- sysstat <= 3.3.3-1
|
||||||
# earlier versions of sysstat had crontabs done in a bad way. fix it.
|
# earlier versions of sysstat had crontabs done in a bad way. fix it.
|
||||||
if [ `id -u` = "0" -a "$1" -ge "2" ]; then
|
if [ `id -u` = "0" -a "$1" -ge "2" ]; then
|
||||||
@ -69,6 +83,21 @@ rm -rf %{buildroot}
|
|||||||
/var/log/sa
|
/var/log/sa
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 19 2003 Bill Nottingham <notting@redhat.com> 4.0.7-3
|
||||||
|
- fix paths on multilib arches (#82913)
|
||||||
|
|
||||||
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Sat Nov 23 2002 Mike A. Harris <mharris@redhat.com> 4.0.7-1
|
||||||
|
- Updated to new upstream version 4.0.7
|
||||||
|
|
||||||
|
* Tue Nov 19 2002 Mike A. Harris <mharris@redhat.com> 4.0.5-7
|
||||||
|
- Fixed files installed in /usr/doc to be put in correct place
|
||||||
|
|
||||||
|
* Tue Oct 8 2002 Mike A. Harris <mharris@redhat.com> 4.0.5-6
|
||||||
|
- All-arch rebuild
|
||||||
|
|
||||||
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.5-3
|
* Tue Jul 23 2002 Trond Eivind Glomsrød <teg@redhat.com> 4.0.5-3
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user