Update to 1.9.11p3
Resolves: rhbz#2047541 Resolves: rhbz#2062150 Signed-off-by: Radovan Sroka <rsroka@redhat.com>
This commit is contained in:
parent
7a172559a3
commit
d9475dd3d9
1
.gitignore
vendored
1
.gitignore
vendored
@ -28,3 +28,4 @@
|
||||
/sudo-1.9.5p1.tar.gz
|
||||
/sudo-1.9.5p2.tar.gz
|
||||
/sudo-1.9.8p2.tar.gz
|
||||
/sudo-1.9.11p3.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (sudo-1.9.8p2.tar.gz) = 899b252e8c219226f658dff3dd34c97b07d42004998b45175b4c0c4de42a6bf9f909598e99b4056fa1171e63378e203854b0f8608b0f5c1b00e9d3677818f6d3
|
||||
SHA512 (sudo-1.9.11p3.tar.gz) = ad5c3d623547d1e3016e1a721676fee6d6b7348e77b2c234041e0af40c7220e8934c8c27beef0d12fa6df11708d37de711dacfefc135d26de46abca7f91c55d1
|
||||
|
10
sudo.spec
10
sudo.spec
@ -1,10 +1,10 @@
|
||||
|
||||
# comment out if no extra version
|
||||
%global extraver p2
|
||||
%global extraver p3
|
||||
|
||||
Summary: Allows restricted root access for specified users
|
||||
Name: sudo
|
||||
Version: 1.9.8
|
||||
Version: 1.9.11
|
||||
# remove -b 3 after rebase !!!
|
||||
# use "-p -e % {?extraver}" when beta
|
||||
# use "-e % {?extraver}"" when patch version
|
||||
@ -211,13 +211,13 @@ EOF
|
||||
%dir %{_pkgdocdir}/
|
||||
%{_pkgdocdir}/*
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license doc/LICENSE
|
||||
%license LICENSE.md
|
||||
%exclude %{_pkgdocdir}/ChangeLog
|
||||
|
||||
%files devel
|
||||
%doc plugins/sample/sample_plugin.c
|
||||
%{_includedir}/sudo_plugin.h
|
||||
%{_mandir}/man8/sudo_plugin.8*
|
||||
%{_mandir}/man5/sudo_plugin.5*
|
||||
|
||||
%files logsrvd
|
||||
%attr(0640,root,root) %config(noreplace) /etc/sudo_logsrvd.conf
|
||||
@ -229,7 +229,7 @@ EOF
|
||||
%{_mandir}/man8/sudo_sendlog.8.gz
|
||||
|
||||
%files python-plugin
|
||||
%{_mandir}/man8/sudo_plugin_python.8.gz
|
||||
%{_mandir}/man5/sudo_plugin_python.5.gz
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/python_plugin.so
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user