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
|
%define FHS_compliant 1
|
||||||
|
|
||||||
%if %{FHS_compliant}
|
%if %{FHS_compliant}
|
||||||
@ -9,7 +11,7 @@
|
|||||||
Summary: Utilities for monitoring process activities.
|
Summary: Utilities for monitoring process activities.
|
||||||
Name: psacct
|
Name: psacct
|
||||||
Version: 6.3.2
|
Version: 6.3.2
|
||||||
Release: 22
|
Release: 23
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/acct-6.3.2.tar.gz
|
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
|
[ "$RPM_BUILD_ROOT" != "/" ] && rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%post
|
%post
|
||||||
|
/sbin/chkconfig --add psacct
|
||||||
# we need this hack to get rid of an old, incorrect accounting info entry.
|
# we need this hack to get rid of an old, incorrect accounting info entry.
|
||||||
if [ $1 = 0 ]; then
|
if [ $1 = 0 ]; then
|
||||||
grep -v '* accounting: (psacct)' < /etc/info-dir > /etc/info-dir.new
|
grep -v '* accounting: (psacct)' < /etc/info-dir > /etc/info-dir.new
|
||||||
mv -f /etc/info-dir.new /etc/info-dir
|
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/install-info %{_infodir}/accounting.info.gz %{_infodir}/dir --entry="* accounting: (accounting). The GNU Process Accounting Suite."
|
||||||
/sbin/chkconfig --add psacct
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
@ -136,9 +138,14 @@ fi
|
|||||||
%{_infodir}/accounting.info.gz
|
%{_infodir}/accounting.info.gz
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Mon Jul 08 2002 Elliot Lee <sopwith@redhat.com>
|
||||||
- Take the time to make sure things get through on all archs, by simply
|
- 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>
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user