Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sudo for openSUSE:Factory checked in at 2023-04-08 17:39:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sudo (Old) and /work/SRC/openSUSE:Factory/.sudo.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sudo" Sat Apr 8 17:39:06 2023 rev:146 rq:1077888 version:1.9.13p3 Changes: -------- --- /work/SRC/openSUSE:Factory/sudo/sudo.changes 2023-03-17 17:01:42.712878602 +0100 +++ /work/SRC/openSUSE:Factory/.sudo.new.19717/sudo.changes 2023-04-08 17:39:26.662177032 +0200 @@ -1,0 +2,6 @@ +Fri Mar 31 13:05:27 UTC 2023 - Michal Koutný <mkou...@suse.com> + +- sudo.pamd: Use common-session-nonlogin for >15 codestreams + More info in https://github.com/SUSE/pam-config/pull/16 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sudo.spec ++++++ --- /var/tmp/diff_new_pack.8z2B3V/_old 2023-04-08 17:39:27.818183668 +0200 +++ /var/tmp/diff_new_pack.8z2B3V/_new 2023-04-08 17:39:27.826183714 +0200 @@ -128,6 +128,9 @@ %install %make_install install_uid=`id -u` install_gid=`id -g` +%if 0%{?suse_version} <= 1500 +sed -i '/^session/s/common-session-nonlogin/common-session/g' %{SOURCE3} +%endif %if %{defined _distconfdir} install -d -m 755 %{buildroot}%{_pam_vendordir} install -m 644 %{SOURCE3} %{buildroot}%{_pam_vendordir}/sudo ++++++ sudo.pamd ++++++ --- /var/tmp/diff_new_pack.8z2B3V/_old 2023-04-08 17:39:27.934184334 +0200 +++ /var/tmp/diff_new_pack.8z2B3V/_new 2023-04-08 17:39:27.938184357 +0200 @@ -3,6 +3,6 @@ account include common-account password include common-password session optional pam_keyinit.so revoke -session include common-session +session include common-session-nonlogin # session optional pam_xauth.so