diff --git a/sudo-separator.patch b/sudo-separator.patch index 56df486..df4a89f 100644 --- a/sudo-separator.patch +++ b/sudo-separator.patch @@ -9,11 +9,3 @@ diff -up ./lib/eventlog/eventlog.c.separator ./lib/eventlog/eventlog.c } if (evlog->command != NULL) { sudo_lbuf_append_esc(&lbuf, LBUF_ESC_CNTRL|LBUF_ESC_BLANK, -@@ -197,6 +198,7 @@ new_logline(int event_type, int flags, s - } - } - } -+ sudo_lbuf_append(&lbuf, " ; "); - /* - if (event_type == EVLOG_EXIT) { - if (args->signal_name != NULL) { diff --git a/sudo.spec b/sudo.spec index c79c8b5..036089d 100644 --- a/sudo.spec +++ b/sudo.spec @@ -1,7 +1,7 @@ Summary: Allows restricted root access for specified users Name: sudo Version: 1.9.5p2 -Release: 11%{?dist} +Release: 12%{?dist} License: ISC URL: https://www.sudo.ws @@ -278,7 +278,7 @@ EOF %attr(0644,root,root) %{_libexecdir}/sudo/python_plugin.so %changelog -* Mon Apr 22 2025 Radovan Sroka - 1.9.5p2-11 +* Fri Apr 25 2025 Radovan Sroka - 1.9.5p2-12 RHEL: 9.7.0 ERRATUM - sudo missing spacing and separator in log when using "--preserve-env=list" Resolves: RHEL-71916