rpms/sudo/devel sudo.spec,1.70,1.71

Daniel Kopeček mildew at fedoraproject.org
Tue Jan 13 17:09:32 UTC 2009


Author: mildew

Update of /cvs/pkgs/rpms/sudo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18462

Modified Files:
	sudo.spec 
Log Message:
- build with sendmail installed
- added /usr/local/bin to secure-path



Index: sudo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sudo/devel/sudo.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- sudo.spec	3 Sep 2008 08:59:59 -0000	1.70
+++ sudo.spec	13 Jan 2009 17:09:02 -0000	1.71
@@ -1,7 +1,7 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
 Version: 1.6.9p17
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: BSD
 Group: Applications/System
 URL: http://www.courtesan.com/sudo/
@@ -18,6 +18,7 @@
 BuildRequires: automake autoconf libtool
 BuildRequires: audit-libs-devel libcap-devel
 BuildRequires: libselinux-devel
+BuildRequires: sendmail
 
 # don't strip
 Patch1: sudo-1.6.7p5-strip.patch
@@ -74,7 +75,7 @@
         --with-ldap \
 	--with-selinux \
 	--with-passprompt="[sudo] password for %p: " \
-	--with-secure-path="/sbin:/bin:/usr/sbin:/usr/bin"
+	--with-secure-path="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/bin"
 #	--without-kerb5 \
 #	--without-kerb4
 make
@@ -132,6 +133,10 @@
 /bin/chmod 0440 /etc/sudoers || :
 
 %changelog
+* Tue Jan 13 2009 Daniel Kopecek <dkopecek at redhat.com> 1.6.9p17-3
+- build with sendmail installed
+- Added /usr/local/bin to secure-path
+
 * Tue Sep 02 2008 Peter Vrabec <pvrabec at redhat.com> 1.6.9p17-2
 - adjust audit patch, do not scream when kernel is
   compiled without audit netlink support (#401201)




More information about the scm-commits mailing list