automatic version update by autodist [release 1.8.12-1mamba;Sun Feb 22 2015]
This commit is contained in:
parent
95d151e793
commit
17a40de838
@ -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 <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
|
||||
- update to 1.8.11p1
|
||||
- sudoers: enable /sbin/ldconfig for DISTRO_CMD users
|
||||
|
Loading…
Reference in New Issue
Block a user