- Resolves: 223728 psacct logrotate file looks for non existant directory
This commit is contained in:
parent
a5875ddce2
commit
bca2ec81d3
@ -12,7 +12,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: 42%{?dist}
|
Release: 43%{?dist}
|
||||||
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
|
||||||
@ -33,6 +33,7 @@ Patch8: psacct-6.3.2-lastcomm_man.patch
|
|||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
Prereq: /sbin/chkconfig /sbin/install-info
|
Prereq: /sbin/chkconfig /sbin/install-info
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
|
Requires: coreutils
|
||||||
|
|
||||||
# This conflict is to avoid psacct being forced on by old initscripts now that
|
# This conflict is to avoid psacct being forced on by old initscripts now that
|
||||||
# we have a proper initscript in place. initscripts 6.55 and later are fixed.
|
# we have a proper initscript in place. initscripts 6.55 and later are fixed.
|
||||||
@ -166,6 +167,10 @@ fi
|
|||||||
%{_infodir}/accounting.info.gz
|
%{_infodir}/accounting.info.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 23 2007 Ivana Varekova <varekova@redhat.com> - 6.3.2-43
|
||||||
|
- Resolves: 223728
|
||||||
|
psacct logrotate file looks for non existant directory
|
||||||
|
|
||||||
* Tue Jan 2 2007 Ivana Varekova <varekova@redhat.com> - 6.3.2-42
|
* Tue Jan 2 2007 Ivana Varekova <varekova@redhat.com> - 6.3.2-42
|
||||||
- Resolves: 221069
|
- Resolves: 221069
|
||||||
(fix lastcomm man page)
|
(fix lastcomm man page)
|
||||||
|
Loading…
Reference in New Issue
Block a user