Hello community, here is the log from the commit of package pam for openSUSE:Factory checked in at 2018-05-07 14:53:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam (Old) and /work/SRC/openSUSE:Factory/.pam.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam" Mon May 7 14:53:24 2018 rev:90 rq:603563 version:1.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pam/pam.changes 2018-03-12 12:03:37.620861479 +0100 +++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2018-05-07 14:53:27.414454493 +0200 @@ -1,0 +2,12 @@ +Thu May 3 07:08:50 UTC 2018 - [email protected] + +- pam_umask.8 needed to be patched as well. + [bsc#1089884, pam-fix-config-order-in-manpage.patch] + +------------------------------------------------------------------- +Wed May 2 12:32:40 UTC 2018 - [email protected] + +- Changed order of configuration files to reflect actual code. + [bsc#1089884, pam-fix-config-order-in-manpage.patch] + +------------------------------------------------------------------- New: ---- pam-fix-config-order-in-manpage.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam.spec ++++++ --- /var/tmp/diff_new_pack.qv4Rds/_old 2018-05-07 14:53:28.370424656 +0200 +++ /var/tmp/diff_new_pack.qv4Rds/_new 2018-05-07 14:53:28.374424531 +0200 @@ -1,7 +1,7 @@ # # spec file for package pam # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -64,6 +64,7 @@ Patch2: pam-limit-nproc.patch Patch3: encryption_method_nis.diff Patch4: pam-hostnames-in-access_conf.patch +Patch5: pam-fix-config-order-in-manpage.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build # Remove with next version update: BuildRequires: autoconf @@ -115,6 +116,7 @@ %patch2 -p1 %patch3 -p0 %patch4 -p0 +%patch5 -p1 %build autoreconf -fiv ++++++ pam-fix-config-order-in-manpage.patch ++++++ Index: Linux-PAM-1.3.0/modules/pam_umask/pam_umask.8.xml =================================================================== --- Linux-PAM-1.3.0.orig/modules/pam_umask/pam_umask.8.xml +++ Linux-PAM-1.3.0/modules/pam_umask/pam_umask.8.xml @@ -48,22 +48,22 @@ <itemizedlist> <listitem> <para> - umask= argument + umask= entry in the user's GECOS field </para> </listitem> <listitem> <para> - umask= entry in the user's GECOS field + umask= argument </para> </listitem> <listitem> <para> - UMASK= entry from /etc/default/login + UMASK= entry from /etc/login.defs </para> </listitem> <listitem> <para> - UMASK entry from /etc/login.defs + UMASK= entry from /etc/default/login </para> </listitem> </itemizedlist> Index: Linux-PAM-1.3.0/modules/pam_umask/pam_umask.8 =================================================================== --- Linux-PAM-1.3.0.orig/modules/pam_umask/pam_umask.8 +++ Linux-PAM-1.3.0/modules/pam_umask/pam_umask.8 @@ -46,7 +46,7 @@ The PAM module tries to get the umask va .sp -1 .IP \(bu 2.3 .\} -umask= argument +umask= entry in the user\*(Aqs GECOS field .RE .sp .RS 4 @@ -57,7 +57,7 @@ umask= argument .sp -1 .IP \(bu 2.3 .\} -umask= entry in the user\*(Aqs GECOS field +umask= argument .RE .sp .RS 4 @@ -68,7 +68,7 @@ umask= entry in the user\*(Aqs GECOS fie .sp -1 .IP \(bu 2.3 .\} -UMASK= entry from /etc/default/login +UMASK= entry from /etc/login\&.defs .RE .sp .RS 4 @@ -79,7 +79,7 @@ UMASK= entry from /etc/default/login .sp -1 .IP \(bu 2.3 .\} -UMASK entry from /etc/login\&.defs +UMASK= entry from /etc/default/login .RE .PP The GECOS field is split on comma \*(Aq,\*(Aq characters\&. The module also in addition to the umask= entry recognizes pri= entry, which sets the nice priority value for the session, and ulimit= entry, which sets the maximum size of files the processes in the session can create\&.
