auto-import changelog data from psacct-6.3.2-23.src.rpm
Tue Aug 06 2002 Mike A. Harris <mharris@redhat.com> 6.3.2-23 - Fixed chkconfig issue in rpm scripts (#61191) - Excludearch ia64, not taking the time to debug/troubleshoot random buildsystem failure due to higher priorities.
This commit is contained in:
parent
b603b35ce2
commit
46cc9b716f
13
psacct.spec
13
psacct.spec
@ -1,3 +1,5 @@
|
||||
#Excludearch: ia64
|
||||
|
||||
%define FHS_compliant 1
|
||||
|
||||
%if %{FHS_compliant}
|
||||
@ -9,7 +11,7 @@
|
||||
Summary: Utilities for monitoring process activities.
|
||||
Name: psacct
|
||||
Version: 6.3.2
|
||||
Release: 22
|
||||
Release: 23
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz
|
||||
@ -100,12 +102,12 @@ install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/psacct
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%post
|
||||
/sbin/chkconfig --add psacct
|
||||
# we need this hack to get rid of an old, incorrect accounting info entry.
|
||||
if [ $1 = 0 ]; then
|
||||
grep -v '* accounting: (psacct)' < /etc/info-dir > /etc/info-dir.new
|
||||
mv -f /etc/info-dir.new /etc/info-dir
|
||||
/sbin/install-info %{_infodir}/accounting.info.gz %{_infodir}/dir --entry="* accounting: (accounting). The GNU Process Accounting Suite."
|
||||
/sbin/chkconfig --add psacct
|
||||
fi
|
||||
|
||||
%preun
|
||||
@ -136,9 +138,14 @@ fi
|
||||
%{_infodir}/accounting.info.gz
|
||||
|
||||
%changelog
|
||||
* Tue Aug 6 2002 Mike A. Harris <mharris@redhat.com> 6.3.2-23
|
||||
- Fixed chkconfig issue in rpm scripts (#61191)
|
||||
- Excludearch ia64, not taking the time to debug/troubleshoot random
|
||||
buildsystem failure due to higher priorities.
|
||||
|
||||
* Mon Jul 08 2002 Elliot Lee <sopwith@redhat.com>
|
||||
- Take the time to make sure things get through on all archs, by simply
|
||||
running it through the build system.
|
||||
running it through the build system.
|
||||
|
||||
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||
- automated rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user