Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2023-03-22 22:29:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam (Old)
 and      /work/SRC/openSUSE:Factory/.pam.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam"

Wed Mar 22 22:29:20 2023 rev:129 rq:1073099 version:1.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam/pam.changes  2023-03-19 00:30:07.499962216 
+0100
+++ /work/SRC/openSUSE:Factory/.pam.new.31432/pam.changes       2023-03-22 
22:29:25.209824333 +0100
@@ -1,0 +2,7 @@
+Mon Mar 20 10:12:41 UTC 2023 - Thorsten Kukuk <[email protected]>
+
+- Add common-session-nonlogin and postlogin-* pam.d config files
+  for https://github.com/SUSE/pam-config/pull/16, pam_lastlog2
+  and upcoming pam_wtmpdb.
+
+-------------------------------------------------------------------

New:
----
  common-session-nonlogin.pamd
  postlogin-account.pamd
  postlogin-auth.pamd
  postlogin-password.pamd
  postlogin-session.pamd

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pam.spec ++++++
--- /var/tmp/diff_new_pack.xtmCgJ/_old  2023-03-22 22:29:26.437830512 +0100
+++ /var/tmp/diff_new_pack.xtmCgJ/_new  2023-03-22 22:29:26.441830532 +0100
@@ -88,6 +88,11 @@
 Source13:       pam.tmpfiles
 Source14:       Linux-PAM-%{version}-docs.tar.xz.asc
 Source15:       Linux-PAM-%{version}.tar.xz.asc
+Source20:       common-session-nonlogin.pamd
+Source21:       postlogin-auth.pamd
+Source22:       postlogin-account.pamd
+Source23:       postlogin-password.pamd
+Source24:       postlogin-session.pamd
 Patch1:         pam-limit-nproc.patch
 Patch3:         pam-xauth_ownership.patch
 Patch4:         pam-bsc1177858-dont-free-environment-string.patch
@@ -276,6 +281,11 @@
 install -m 644 %{SOURCE5} %{buildroot}%{_pam_vendordir}/common-account
 install -m 644 %{SOURCE6} %{buildroot}%{_pam_vendordir}/common-password
 install -m 644 %{SOURCE7} %{buildroot}%{_pam_vendordir}/common-session
+install -m 644 %{SOURCE20} 
%{buildroot}%{_pam_vendordir}/common-session-nonlogin
+install -m 644 %{SOURCE21} %{buildroot}%{_pam_vendordir}/postlogin-auth
+install -m 644 %{SOURCE22} %{buildroot}%{_pam_vendordir}/postlogin-account
+install -m 644 %{SOURCE23} %{buildroot}%{_pam_vendordir}/postlogin-password
+install -m 644 %{SOURCE24} %{buildroot}%{_pam_vendordir}/postlogin-session
 mkdir -p %{buildroot}%{_prefix}/lib/motd.d
 #
 # Remove crap
@@ -374,6 +384,7 @@
 %else
 %{_pam_vendordir}/other
 %{_pam_vendordir}/common-*
+%{_pam_vendordir}/postlogin-*
 %endif
 %{_distconfdir}/environment
 %{_pam_secdistconfdir}/access.conf



++++++ common-session-nonlogin.pamd ++++++
#
# /etc/pam.d/common-session-nonlogin - session-related modules common
# to services not doing a real login
#
# This file is included from other service-specific PAM config files,
# and should contain a list of modules that define tasks to be performed
# at the start and end of sessions of *any* kind (both interactive and
# non-interactive), but not if they don't create a new login session
# (e.g. like cron, chfn, chsh, ...)
#
session required        pam_limits.so
session required        pam_unix.so     try_first_pass
session optional        pam_umask.so
session optional        pam_env.so

++++++ postlogin-account.pamd ++++++
#
# /etc/pam.d/postlogin-account - account settings common to login services
#
# This file is included from login service-specific PAM config files,
# and contains the PAM modules which should be called after
# the modules of "common-account".
#
# This file should only be included from services doing real logins,
# so like "login", "xdm" or "sshd", but not "chsh" or "cron".
#

++++++ postlogin-auth.pamd ++++++
#
# /etc/pam.d/postlogin-auth - authentication settings common to login services
#
# This file is included from login service-specific PAM config files,
# and contains the PAM modules which should be called after
# the modules of "common-auth".
#
# This file should only be included from services doing real logins,
# so like "login", "xdm" or "sshd", but not "chsh" or "cron".
#

++++++ postlogin-password.pamd ++++++
#
# /etc/pam.d/postlogin-password - password settings common to login services
#
# This file is included from login service-specific PAM config files,
# and contains the PAM modules which should be called after
# the modules of "common-password".
#
# This file should only be included from services doing real logins,
# so like "login", "xdm" or "sshd", but not "chsh" or "cron".
#

++++++ postlogin-session.pamd ++++++
#
# /etc/pam.d/postlogin-session - session settings common to login services
#
# This file is included from login service-specific PAM config files,
# and contains the PAM modules which should be called after
# the modules of "common-session".
#
# This file should only be included from services doing real logins,
# so like "login", "xdm" or "sshd", but not "chsh" or "cron".
#

Reply via email to