update to 1.9.0b4
This commit is contained in:
parent
19b1d360de
commit
94269e7c20
17
sudo.spec
17
sudo.spec
@ -1,14 +1,16 @@
|
||||
%global patchlevel b4
|
||||
%global upstream_version %{version}%{patchlevel}
|
||||
|
||||
Summary: Allows restricted root access for specified users
|
||||
Name: sudo
|
||||
Version: 1.9.0
|
||||
Release: 0.1.b1%{?dist}
|
||||
Release: 0.1.%{patchlevel}%{?dist}
|
||||
License: ISC
|
||||
URL: http://www.courtesan.com/sudo/
|
||||
Source0: https://www.sudo.ws/dist/beta/%{name}-%{version}b1.tar.gz
|
||||
Source0: https://www.sudo.ws/dist/beta/%{name}-%{upstream_version}.tar.gz
|
||||
Source1: sudoers
|
||||
Requires: pam
|
||||
Recommends: vim-minimal
|
||||
Requires(post): coreutils
|
||||
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: groff
|
||||
@ -45,7 +47,7 @@ The %{name}-devel package contains header files developing sudo
|
||||
plugins that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n sudo-1.9.0b1
|
||||
%setup -q -n %{name}-%{upstream_version}
|
||||
|
||||
%patch1 -p1 -b .strip
|
||||
|
||||
@ -166,7 +168,9 @@ EOF
|
||||
%attr(0755,root,root) %{_libexecdir}/sudo/sesh
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/sudo_noexec.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/sudoers.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/audit_json.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/group_file.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/sample_approval.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/system_group.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/libsudo_util.so.?.?.?
|
||||
%{_libexecdir}/sudo/libsudo_util.so.?
|
||||
@ -197,6 +201,10 @@ EOF
|
||||
%{_mandir}/man8/sudo_plugin.8*
|
||||
|
||||
%changelog
|
||||
* Tue Mar 24 2020 Jens Petersen <petersen@redhat.com> - 1.9.0-0.1.b4
|
||||
- update to 1.9.0 beta4
|
||||
- https://www.sudo.ws/pipermail/sudo-workers/2020-March/001279.html
|
||||
|
||||
* Mon Feb 24 2020 Attila Lakatos <alakatos@redhat.com> - 1.9.0-0.1.b1
|
||||
- update to latest development version 1.9.0b1
|
||||
- added sudo_logsrvd and sudo_sendlog to files and their appropriate man pages
|
||||
@ -959,4 +967,3 @@ Resolves: rhbz#1761584
|
||||
|
||||
* Mon Feb 17 1997 Michael Fulbright <msf@redhat.com>
|
||||
- First version for PowerCD.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user