fix incorrect audit record in userdel (#174392)

This commit is contained in:
Peter Vrabec 2005-11-29 10:26:49 +00:00
parent 65f62a2d58
commit 9de0bfdf05
1 changed files with 6 additions and 1 deletions

View File

@ -7,7 +7,7 @@
Summary: Utilities for managing accounts and shadow password files.
Name: shadow-utils
Version: 4.0.13
Release: 3
Release: 4
Epoch: 2
URL: http://shadow.pld.org.pl/
Source0: ftp://ftp.pld.org.pl/software/shadow/shadow-%{version}.tar.bz2
@ -20,6 +20,7 @@ Patch3: shadow-4.0.13-goodname.patch
Patch4: shadow-4.0.13-newgrpPwd.patch
Patch5: shadow-4.0.12-lOption.patch
Patch6: shadow-4.0.13-audit-update.patch
Patch7: shadow-4.0.13-auditUserdel.patch
License: BSD
Group: System Environment/Base
BuildRequires: autoconf, automake, libtool, gettext-devel
@ -51,6 +52,7 @@ are used for managing group accounts.
%patch4 -p1 -b .newgrpPwd
%patch5 -p1 -b .lOption
%patch6 -p1 -b .audit
%patch7 -p1 -b .auditUserdel
rm po/*.gmo
rm po/stamp-po
@ -232,6 +234,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*/man8/faillog.8*
%changelog
* Tue Nov 29 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.13-4
- fix incorrect audit record in userdel (#174392)
* Wed Nov 16 2005 Peter Vrabec <pvrabec@redhat.com> 2:4.0.13-3
- fix useradd segfaults (#173241)