From 9de0bfdf05672633da7e7ebcbc543c23dc7cf0af Mon Sep 17 00:00:00 2001 From: Peter Vrabec Date: Tue, 29 Nov 2005 10:26:49 +0000 Subject: [PATCH] fix incorrect audit record in userdel (#174392) --- shadow-utils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/shadow-utils.spec b/shadow-utils.spec index 1dc7cdd..9f831f8 100644 --- a/shadow-utils.spec +++ b/shadow-utils.spec @@ -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 2:4.0.13-4 +- fix incorrect audit record in userdel (#174392) + * Wed Nov 16 2005 Peter Vrabec 2:4.0.13-3 - fix useradd segfaults (#173241)