automatic version update by autodist [release 1.9.0-1mamba;Fri May 22 2020]
This commit is contained in:
parent
1fb7ea133a
commit
39eb30734c
22
sudo.spec
22
sudo.spec
@ -4,7 +4,7 @@
|
||||
%define with_exempt 0
|
||||
|
||||
Name: sudo
|
||||
Version: 1.8.31p1
|
||||
Version: 1.9.0
|
||||
Release: 1mamba
|
||||
Summary: Allows restricted root access for specified users
|
||||
Group: System/Tools
|
||||
@ -42,6 +42,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Sudo (superuser do) is a program designed to allow a sysadmin to give limited root privileges to users and log root activity.
|
||||
The basic philosophy is to give as few privileges as possible but still allow people to get their work done.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
#%patch2 -p1
|
||||
@ -127,21 +129,29 @@ exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%config(noreplace) %{_sysconfdir}/sudo.conf
|
||||
%config(noreplace) %{_sysconfdir}/sudo_logsrvd.conf
|
||||
%{_sysconfdir}/sudoers.dist
|
||||
%attr(0110,root,root) %{_sysconfdir}/sudoers.d
|
||||
%attr(0440,root,root) %config %{_sysconfdir}/sudoers
|
||||
%config %{_sysconfdir}/pam.d/sudo
|
||||
%{_bindir}/cvtsudoers
|
||||
%attr(4111,root,root) %{_bindir}/sudo
|
||||
%attr(4111,root,root) %{_bindir}/sudoedit
|
||||
%attr(4111,root,root) %{_bindir}/sudoreplay
|
||||
%attr(0755,root,root) %{_sbindir}/visudo
|
||||
%config %{_sysconfdir}/pam.d/sudo
|
||||
%{_sbindir}/sudo_logsrvd
|
||||
%{_sbindir}/sudo_sendlog
|
||||
%dir %{_libexecdir}/sudo
|
||||
%{_libexecdir}/sudo/audit_json.la
|
||||
%{_libexecdir}/sudo/audit_json.so
|
||||
%{_libexecdir}/sudo/group_file.la
|
||||
%{_libexecdir}/sudo/group_file.so
|
||||
%{_libexecdir}/sudo/libsudo_util.la
|
||||
%{_libexecdir}/sudo/libsudo_util.so
|
||||
%{_libexecdir}/sudo/libsudo_util.so.*
|
||||
%{_libexecdir}/sudo/sample_approval.la
|
||||
%{_libexecdir}/sudo/sample_approval.so
|
||||
%{_libexecdir}/sudo/sudo_noexec.la
|
||||
%{_libexecdir}/sudo/sudo_noexec.so
|
||||
%{_libexecdir}/sudo/sudoers.la
|
||||
@ -157,15 +167,23 @@ exit 0
|
||||
%{_mandir}/man1/cvtsudoers.1*
|
||||
%{_mandir}/man5/sudo.conf.5*
|
||||
%{_mandir}/man5/sudoers*.5*
|
||||
%{_mandir}/man5/sudo_logsrv.proto.5*
|
||||
%{_mandir}/man5/sudo_logsrvd.conf.5*
|
||||
%{_mandir}/man8/sudo.*
|
||||
%{_mandir}/man8/sudoreplay.*
|
||||
%{_mandir}/man8/sudoedit.*
|
||||
%{_mandir}/man8/sudo_logsrvd.8*
|
||||
%{_mandir}/man8/sudo_plugin_python.8*
|
||||
%{_mandir}/man8/sudo_sendlog.8*
|
||||
%{_mandir}/man8/visudo.*
|
||||
%{_mandir}/man8/sudo_plugin.8*
|
||||
%doc doc/LICENSE
|
||||
#%doc ChangeLog README README.LDAP
|
||||
|
||||
%changelog
|
||||
* Fri May 22 2020 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 31 2020 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.8.31p1-1mamba
|
||||
- update to 1.8.31p1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user