include [sudo] in password prompt

This commit is contained in:
Peter Vrabec 2008-03-13 08:50:25 +00:00
parent 83dd2f4834
commit 475a962dfe
1 changed files with 6 additions and 2 deletions

View File

@ -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 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie"
--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 @@ rm -rf $RPM_BUILD_ROOT
/bin/chmod 0440 /etc/sudoers || :
%changelog
* Thu Mar 13 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-3
- include [sudo] in password prompt (#437092)
* Tue Mar 04 2008 Peter Vrabec <pvrabec@redhat.com> 1.6.9p13-2
- audit support improvement