Fix some problem during the rebase to 1.9.17p2
- Resolves: RHEL-128623 - Rebase of sudo to 1.9.17p2 [rhel-9] - Resolves: RHEL-1376 - request to backport support for regex in sudo [rhel-9]
This commit is contained in:
parent
ba11e61a54
commit
89295ead98
13
sudo.spec
13
sudo.spec
@ -1,7 +1,7 @@
|
||||
Summary: Allows restricted root access for specified users
|
||||
Name: sudo
|
||||
Version: 1.9.17p2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: ISC
|
||||
URL: https://www.sudo.ws
|
||||
|
||||
@ -85,7 +85,7 @@ export CFLAGS="$RPM_OPT_FLAGS $F_PIE" LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
|
||||
--disable-root-mailer \
|
||||
--disable-log-server \
|
||||
--disable-log-client \
|
||||
--disable-intercept \
|
||||
--enable-intercept \
|
||||
--with-logging=syslog \
|
||||
--with-logfac=authpriv \
|
||||
--with-pam \
|
||||
@ -202,6 +202,7 @@ EOF
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/sudoers.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/group_file.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/system_group.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/sudo_intercept.so
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/libsudo_util.so.?.?.?
|
||||
%{_libexecdir}/sudo/libsudo_util.so.?
|
||||
%{_libexecdir}/sudo/libsudo_util.so
|
||||
@ -236,7 +237,13 @@ EOF
|
||||
%attr(0644,root,root) %{_libexecdir}/sudo/python_plugin.so
|
||||
|
||||
%changelog
|
||||
* Tue Nov 4 2025 Alejandro López <allopez@redhat.com> - 1.9.17p2-1
|
||||
* Thu Nov 13 2025 Alejandro López <allopez@redhat.com> - 1.9.17p2-2
|
||||
- Request to backport support for regex in sudo [rhel-9]
|
||||
Resolves: RHEL-1376
|
||||
- Rebase of sudo to 1.9.17p2 [rhel-9]
|
||||
Resolves: RHEL-128623
|
||||
|
||||
* Tue Nov 04 2025 Alejandro López <allopez@redhat.com> - 1.9.17p2-1
|
||||
Resolves: RHEL-122298
|
||||
- Rebase sudo to 1.9.17p2 [rhel-9.7.z]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user