automatic version update by autodist [release 1.8.12-1mamba;Sun Feb 22 2015]

This commit is contained in:
Automatic Build System 2024-01-05 18:11:17 +01:00
parent 95d151e793
commit 17a40de838

View File

@ -4,7 +4,7 @@
%define with_exempt 0 %define with_exempt 0
Name: sudo Name: sudo
Version: 1.8.11p1 Version: 1.8.12
Release: 1mamba Release: 1mamba
Summary: Allows restricted root access for specified users Summary: Allows restricted root access for specified users
Group: System/Tools 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 %patch6 -p1 -b .sudoers_man
%endif %endif
#%patch7 -p1 #%patch7 -p1
%patch8 -p1 #%patch8 -p1
%build %build
%configure \ %configure \
@ -150,6 +150,8 @@ exit 0
%ghost %{_var}/log/%{name}.log %ghost %{_var}/log/%{name}.log
%dir /var/run/sudo %dir /var/run/sudo
%attr(0700,root,root) %{_localstatedir}/db/sudo %attr(0700,root,root) %{_localstatedir}/db/sudo
%dir %{_datadir}/examples/sudo
%{_datadir}/examples/sudo/*
%dir %{_docdir}/sudo %dir %{_docdir}/sudo
%{_docdir}/sudo/* %{_docdir}/sudo/*
%{_mandir}/man5/sudo.conf.5* %{_mandir}/man5/sudo.conf.5*
@ -163,6 +165,9 @@ exit 0
#%doc ChangeLog README README.LDAP #%doc ChangeLog README README.LDAP
%changelog %changelog
* Sun Feb 22 2015 Automatic Build System <autodist@mambasoft.it> 1.8.12-1mamba
- automatic version update by autodist
* Tue Oct 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.11p1-1mamba * Tue Oct 28 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.11p1-1mamba
- update to 1.8.11p1 - update to 1.8.11p1
- sudoers: enable /sbin/ldconfig for DISTRO_CMD users - sudoers: enable /sbin/ldconfig for DISTRO_CMD users