[sudo] - sudo now uses /var/db/sudo for timestamps

Daniel Kopeček mildew at fedoraproject.org
Tue Sep 7 14:49:43 UTC 2010


commit e273750ee7729424a8da661f49e585f07872bf77
Author: Daniel Kopecek <dkopecek at redhat.com>
Date:   Tue Sep 7 16:49:47 2010 +0200

    - sudo now uses /var/db/sudo for timestamps

 sudo.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sudo.spec b/sudo.spec
index abb7a27..431ce2d 100644
--- a/sudo.spec
+++ b/sudo.spec
@@ -1,7 +1,7 @@
 Summary: Allows restricted root access for specified users
 Name: sudo
 Version: 1.7.4p4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: ISC
 Group: Applications/System
 URL: http://www.courtesan.com/sudo/
@@ -125,7 +125,7 @@ rm -rf $RPM_BUILD_ROOT
 %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
+%dir /var/db/sudo
 %attr(4111,root,root) %{_bindir}/sudo
 %attr(4111,root,root) %{_bindir}/sudoedit
 %attr(0111,root,root) %{_bindir}/sudoreplay
@@ -144,6 +144,9 @@ rm -rf $RPM_BUILD_ROOT
 /bin/chmod 0440 /etc/sudoers || :
 
 %changelog
+* Tue Sep  7 2010 Daniel Kopecek <dkopecek at redhat.com> - 1.7.4p4-2
+- sudo now uses /var/db/sudo for timestamps
+
 * Tue Sep  7 2010 Daniel Kopecek <dkopecek at redhat.com> - 1.7.4p4-1
 - update to new upstream version
 - new command available: sudoreplay


More information about the scm-commits mailing list