rpms/sudo/devel sudo.spec,1.62,1.63

Peter Vrabec (pvrabec) fedora-extras-commits at redhat.com
Thu Mar 13 08:51:01 UTC 2008


Author: pvrabec

Update of /cvs/extras/rpms/sudo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26401

Modified Files:
	sudo.spec 
Log Message:
include [sudo] in password prompt



Index: sudo.spec
===================================================================
RCS file: /cvs/extras/rpms/sudo/devel/sudo.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- sudo.spec	4 Mar 2008 10:28:10 -0000	1.62
+++ sudo.spec	13 Mar 2008 08:50:25 -0000	1.63
@@ -1,7 +1,7 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
 Version: 1.6.9p13
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: Applications/System
 URL: http://www.courtesan.com/sudo/
@@ -71,7 +71,8 @@
         --with-ignore-dot \
         --with-tty-tickets \
         --with-ldap \
-	--with-selinux
+	--with-selinux \
+	--with-passprompt="[sudo] password for %p: "
 #	--without-kerb5 \
 #	--without-kerb4
 make
@@ -129,6 +130,9 @@
 /bin/chmod 0440 /etc/sudoers || :
 
 %changelog
+* Thu Mar 13 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p13-3
+- include [sudo] in password prompt (#437092)
+
 * Tue Mar 04 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p13-2
 - audit support improvement
 




More information about the fedora-extras-commits mailing list