rpms/shadow-utils/devel shadow-4.0.13-auditUserdel.patch, NONE, 1.1 shadow-utils.spec, 1.62, 1.63

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 29 10:26:51 UTC 2005


Author: pvrabec

Update of /cvs/dist/rpms/shadow-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30203

Modified Files:
	shadow-utils.spec 
Added Files:
	shadow-4.0.13-auditUserdel.patch 
Log Message:
fix incorrect audit record in userdel (#174392)


shadow-4.0.13-auditUserdel.patch:
 userdel.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE shadow-4.0.13-auditUserdel.patch ---
--- shadow-4.0.13/src/userdel.c.auditUserdel	2005-11-29 11:19:04.000000000 -0500
+++ shadow-4.0.13/src/userdel.c	2005-11-29 11:20:06.000000000 -0500
@@ -646,7 +646,7 @@
 #ifdef WITH_AUDIT
 	else {
 		audit_logger (AUDIT_USER_CHAUTHTOK, Prog, "deleting mail file",
-			      user_name, user_id, 0);
+			      user_name, user_id, 1);
 	}
 #endif
 }


Index: shadow-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/shadow-utils/devel/shadow-utils.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- shadow-utils.spec	16 Nov 2005 11:02:39 -0000	1.62
+++ shadow-utils.spec	29 Nov 2005 10:26:49 -0000	1.63
@@ -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 @@
 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 @@
 %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 @@
 %{_mandir}/*/man8/faillog.8*
 
 %changelog
+* Tue Nov 29 2005 Peter Vrabec <pvrabec at redhat.com> 2:4.0.13-4
+- fix incorrect audit record in userdel (#174392)
+
 * Wed Nov 16 2005 Peter Vrabec <pvrabec at redhat.com> 2:4.0.13-3
 - fix useradd segfaults (#173241)
 




More information about the fedora-cvs-commits mailing list