Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pam-config for openSUSE:Factory checked in at 2023-09-08 21:14:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam-config (Old) and /work/SRC/openSUSE:Factory/.pam-config.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam-config" Fri Sep 8 21:14:57 2023 rev:96 rq:1109700 version:2.8 Changes: -------- --- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes 2023-04-21 14:16:24.002374966 +0200 +++ /work/SRC/openSUSE:Factory/.pam-config.new.1766/pam-config.changes 2023-09-08 21:15:06.169530908 +0200 @@ -1,0 +2,21 @@ +Fri Sep 8 09:01:18 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Update to version 2.8 + - Replace aad module with himmelblau + +------------------------------------------------------------------- +Thu Sep 7 11:42:28 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Update to version 2.7 + - Add support for aad module + +------------------------------------------------------------------- +Wed Sep 6 14:53:33 UTC 2023 - Thorsten Kukuk <ku...@suse.com> + +- Update to version 2.6 + - Remove pam_cracklib from config even if no successor is installed +- Run update in %posttrans after all other PAM modules got + installed/removed +- Both are required for [bsc#1214885] + +------------------------------------------------------------------- Old: ---- pam-config-2.5.tar.xz New: ---- pam-config-2.8.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam-config.spec ++++++ --- /var/tmp/diff_new_pack.Z3hTEC/_old 2023-09-08 21:15:07.701585663 +0200 +++ /var/tmp/diff_new_pack.Z3hTEC/_new 2023-09-08 21:15:07.709585949 +0200 @@ -17,7 +17,7 @@ Name: pam-config -Version: 2.5 +Version: 2.8 Release: 0 Summary: Utility to modify common PAM configuration files License: GPL-2.0-only @@ -61,12 +61,6 @@ %postun if [ $1 = 0 ]; then # Deinstall - dir=%{_sysconfdir}/security - for conf in pam_unix2.conf pam_pwcheck.conf ; do - if [ -f $dir/$conf.pam-config-backup -a ! -f $dir/$conf ]; then - mv -v $dir/$conf.pam-config-backup $dir/$conf - fi - done dir=%{_sysconfdir}/pam.d for pamd in common-account common-auth common-password common-session ; do if [ -f $dir/$pamd.pam-config-backup -a -L $dir/$pamd ]; then @@ -79,8 +73,7 @@ done fi -%triggerpostun -- pam-modules -[ $2 = 0 ] || exit 0 +%posttrans pam-config --debug --update ||: %files -f pam-config.lang ++++++ pam-config-2.5.tar.xz -> pam-config-2.8.tar.xz ++++++ ++++ 6697 lines of diff (skipped)