rpms/sudo/devel sources,1.24,1.25 sudo.spec,1.82,1.83

Daniel Kopeček mildew at fedoraproject.org
Tue Jan 12 13:17:31 UTC 2010


Author: mildew

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

Modified Files:
	sources sudo.spec 
Log Message:
- Add /etc/sudoers.d dir and use it in default config (#551470).
- Drop *.pod man page duplicates from docs.



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sudo/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sources	7 Jan 2010 15:24:53 -0000	1.24
+++ sources	12 Jan 2010 13:17:31 -0000	1.25
@@ -1,2 +1,2 @@
 2a19cf1ab4afc94fe19d0d0899d4cd45  sudo-1.7.2p2.tar.gz
-23f2ea124749102bcb3c404ee09dc521  sudo-1.7.2p2-sudoers
+d657d8d55ecdf88a2d11da73ac5662a4  sudo-1.7.2p2-sudoers


Index: sudo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sudo/devel/sudo.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- sudo.spec	7 Jan 2010 15:24:53 -0000	1.82
+++ sudo.spec	12 Jan 2010 13:17:31 -0000	1.83
@@ -1,7 +1,7 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
 Version: 1.7.2p2
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: BSD
 Group: Applications/System
 URL: http://www.courtesan.com/sudo/
@@ -88,6 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 make install DESTDIR="$RPM_BUILD_ROOT" install_uid=`id -u` install_gid=`id -g` sudoers_uid=`id -u` sudoers_gid=`id -g`
 chmod 755 $RPM_BUILD_ROOT%{_bindir}/* $RPM_BUILD_ROOT%{_sbindir}/* 
 install -p -d -m 700 $RPM_BUILD_ROOT/var/run/sudo
+install -p -d -m 750 $RPM_BUILD_ROOT/etc/sudoers.d
 install -p -c -m 0440 %{SOURCE1} $RPM_BUILD_ROOT/etc/sudoers
 
 mkdir -p $RPM_BUILD_ROOT/etc/pam.d
@@ -116,8 +117,9 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root)
 %doc ChangeLog WHATSNEW HISTORY LICENSE README* TROUBLESHOOTING UPGRADE
-%doc *.pod schema.* sudoers2ldif sample.*
+%doc sudoers.ldap.pod schema.* sudoers2ldif sample.*
 %attr(0440,root,root) %config(noreplace) /etc/sudoers
+%attr(0750,root,root) %dir /etc/sudoers.d/
 %config(noreplace) /etc/pam.d/sudo
 %config(noreplace) /etc/pam.d/sudo-i
 %dir /var/run/sudo
@@ -136,6 +138,10 @@ rm -rf $RPM_BUILD_ROOT
 /bin/chmod 0440 /etc/sudoers || :
 
 %changelog
+* Fri Jan  8 2010 Ville Skyttä <ville.skytta at iki.fi> - 1.7.2p2-2
+- Add /etc/sudoers.d dir and use it in default config (#551470).
+- Drop *.pod man page duplicates from docs.
+
 * Thu Jan 07 2010 Daniel Kopecek <dkopecek at redhat.com> - 1.7.2p2-1
 - new upstream version 1.7.2p2-1
 - commented out unused aliases in sudoers to make visudo happy (#550239)



More information about the scm-commits mailing list