Hello community, here is the log from the commit of package pam for openSUSE:Factory checked in at 2020-10-19 09:48:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam (Old) and /work/SRC/openSUSE:Factory/.pam.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam" Mon Oct 19 09:48:15 2020 rev:104 rq: version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pam/pam.changes 2020-10-15 13:43:38.629135263 +0200 +++ /work/SRC/openSUSE:Factory/.pam.new.3486/pam.changes 2020-10-19 09:48:18.633286682 +0200 @@ -2,28 +1,0 @@ -Wed Oct 8 13:31:39 UTC 2020 - Josef Möllers <josef.moell...@suse.com> - -- /usr/bin/xauth chokes on the old user's $HOME being on an NFS - file system. Run /usr/bin/xauth using the old user's uid/gid - Patch courtesy of Dr. Werner Fink. - [bsc#1174593, pam-xauth_ownership.patch] - -------------------------------------------------------------------- -Thu Oct 8 02:33:16 UTC 2020 - Stanislav Brabec <sbra...@suse.com> - -- pam-login_defs-check.sh: Fix the regexp to get a real variable - list (boo#1164274). - -------------------------------------------------------------------- -Wed Jun 24 13:06:33 UTC 2020 - Josef Möllers <josef.moell...@suse.com> - -- Revert the previous change [SR#815713]. - The group is not necessary for PAM functionality but used only - during testing. The test system should therefore create this group. - [bsc#1171016, pam.spec] - -------------------------------------------------------------------- -Mon Jun 15 15:05:18 UTC 2020 - Josef Möllers <josef.moell...@suse.com> - -- Add requirement for group "wheel" to spec file. - [bsc#1171016, pam.spec] - -------------------------------------------------------------------- Old: ---- pam-xauth_ownership.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam.spec ++++++ --- /var/tmp/diff_new_pack.EG4YhX/_old 2020-10-19 09:48:19.301286994 +0200 +++ /var/tmp/diff_new_pack.EG4YhX/_new 2020-10-19 09:48:19.305286995 +0200 @@ -47,7 +47,6 @@ Source12: pam-login_defs-check.sh Patch2: pam-limit-nproc.patch Patch4: pam-hostnames-in-access_conf.patch -Patch5: pam-xauth_ownership.patch BuildRequires: audit-devel BuildRequires: bison BuildRequires: cracklib-devel @@ -140,7 +139,6 @@ cp -a %{SOURCE12} . %patch2 -p1 %patch4 -p1 -%patch5 -p1 %build bash ./pam-login_defs-check.sh ++++++ pam-login_defs-check.sh ++++++ --- /var/tmp/diff_new_pack.EG4YhX/_old 2020-10-19 09:48:19.453287064 +0200 +++ /var/tmp/diff_new_pack.EG4YhX/_new 2020-10-19 09:48:19.453287064 +0200 @@ -9,10 +9,10 @@ echo -n "Checking login.defs variables in pam... " >&2 grep -rh LOGIN_DEFS . | - sed -n 's/^.*search_key *([A-Za-z_]*, *[A-Z_]*LOGIN_DEFS, *"\([A-Z0-9_]*\)").*$/\1/p' | + sed -n 's/^.*search_key *("\([A-Z0-9_]*\)", *LOGIN_DEFS).*$/\1/p' | LC_ALL=C sort -u >pam-login_defs-vars.lst -if test $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//') != 3c6e0020c31609690b69ef391654df930b74151d ; then +if test $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//') != da39a3ee5e6b4b0d3255bfef95601890afd80709 ; then echo "does not match!" >&2 echo "Checksum is: $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//')" >&2