From 17a40de83892e96c2ce4beec609152813db374cc Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 18:11:17 +0100 Subject: [PATCH] automatic version update by autodist [release 1.8.12-1mamba;Sun Feb 22 2015] --- sudo.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sudo.spec b/sudo.spec index d1cc293..b7e7c0d 100644 --- a/sudo.spec +++ b/sudo.spec @@ -4,7 +4,7 @@ %define with_exempt 0 Name: sudo -Version: 1.8.11p1 +Version: 1.8.12 Release: 1mamba Summary: Allows restricted root access for specified users Group: System/Tools @@ -50,7 +50,7 @@ The basic philosophy is to give as few privileges as possible but still allow pe %patch6 -p1 -b .sudoers_man %endif #%patch7 -p1 -%patch8 -p1 +#%patch8 -p1 %build %configure \ @@ -150,6 +150,8 @@ exit 0 %ghost %{_var}/log/%{name}.log %dir /var/run/sudo %attr(0700,root,root) %{_localstatedir}/db/sudo +%dir %{_datadir}/examples/sudo +%{_datadir}/examples/sudo/* %dir %{_docdir}/sudo %{_docdir}/sudo/* %{_mandir}/man5/sudo.conf.5* @@ -163,6 +165,9 @@ exit 0 #%doc ChangeLog README README.LDAP %changelog +* Sun Feb 22 2015 Automatic Build System 1.8.12-1mamba +- automatic version update by autodist + * Tue Oct 28 2014 Silvan Calarco 1.8.11p1-1mamba - update to 1.8.11p1 - sudoers: enable /sbin/ldconfig for DISTRO_CMD users