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 2024-05-29 19:35:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pam-config (Old) and /work/SRC/openSUSE:Factory/.pam-config.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pam-config" Wed May 29 19:35:10 2024 rev:101 rq:1177121 version:2.11+git.20240527 Changes: -------- --- /work/SRC/openSUSE:Factory/pam-config/pam-config.changes 2024-04-12 17:33:51.637709545 +0200 +++ /work/SRC/openSUSE:Factory/.pam-config.new.24587/pam-config.changes 2024-05-29 19:35:22.315445624 +0200 @@ -1,0 +2,6 @@ +Mon May 27 12:31:16 UTC 2024 - ku...@suse.com + +- Update to version 2.11+git.20240527: + * Move ecryptfs/fscrypt earlier in session list [bsc#1225290] + +------------------------------------------------------------------- Old: ---- pam-config-2.11+git.20240411.tar.xz New: ---- pam-config-2.11+git.20240527.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pam-config.spec ++++++ --- /var/tmp/diff_new_pack.Qwhj8C/_old 2024-05-29 19:35:24.239515308 +0200 +++ /var/tmp/diff_new_pack.Qwhj8C/_new 2024-05-29 19:35:24.243515453 +0200 @@ -17,7 +17,7 @@ Name: pam-config -Version: 2.11+git.20240411 +Version: 2.11+git.20240527 Release: 0 Summary: Utility to modify common PAM configuration files License: GPL-2.0-only ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Qwhj8C/_old 2024-05-29 19:35:24.271516468 +0200 +++ /var/tmp/diff_new_pack.Qwhj8C/_new 2024-05-29 19:35:24.275516612 +0200 @@ -1,15 +1,15 @@ <services> - <service mode="disabled" name="tar_scm"> + <service mode="manual" name="tar_scm"> <param name="url">https://github.com/SUSE/pam-config.git</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="filename">pam-config</param> <param name="versionformat">2.11+git.%cd</param> </service> - <service mode="disabled" name="recompress"> + <service mode="manual" name="recompress"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> - <service mode="disabled" name="set_version"/> + <service mode="manual" name="set_version"/> </services> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.Qwhj8C/_old 2024-05-29 19:35:24.299517481 +0200 +++ /var/tmp/diff_new_pack.Qwhj8C/_new 2024-05-29 19:35:24.303517626 +0200 @@ -2,7 +2,7 @@ <service name="tar_scm"> <param name="url">https://github.com/SUSE/pam-config.git</param> -<param name="changesrevision">e73a167a7d18cc62c09707ae84c87a4dd20de849</param></service> +<param name="changesrevision">6aedf0778381a97e9e6a11bebb4c4f5583385b84</param></service> </servicedata> (No newline at EOF) ++++++ pam-config-2.11+git.20240411.tar.xz -> pam-config-2.11+git.20240527.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pam-config-2.11+git.20240411/src/supported-modules.h new/pam-config-2.11+git.20240527/src/supported-modules.h --- old/pam-config-2.11+git.20240411/src/supported-modules.h 2024-04-11 10:39:09.000000000 +0200 +++ new/pam-config-2.11+git.20240527/src/supported-modules.h 2024-05-27 14:28:32.000000000 +0200 @@ -1,5 +1,3 @@ -extern pam_module_t mod_pam_himmelblau; -extern pam_module_t mod_pam_kanidm; extern pam_module_t mod_pam_access; extern pam_module_t mod_pam_apparmor; extern pam_module_t mod_pam_ccreds; @@ -15,10 +13,12 @@ extern pam_module_t mod_pam_fscrypt; extern pam_module_t mod_pam_gnome_keyring; extern pam_module_t mod_pam_group; +extern pam_module_t mod_pam_himmelblau; +extern pam_module_t mod_pam_kanidm; extern pam_module_t mod_pam_krb5; extern pam_module_t mod_pam_kwallet5; -extern pam_module_t mod_pam_lastlog; extern pam_module_t mod_pam_lastlog2; +extern pam_module_t mod_pam_lastlog; extern pam_module_t mod_pam_ldap; extern pam_module_t mod_pam_limits; extern pam_module_t mod_pam_localuser; @@ -190,11 +190,11 @@ &mod_pam_umask, &mod_pam_ssh, &mod_pam_selinux, + &mod_pam_ecryptfs, + &mod_pam_fscrypt, &mod_pam_gnome_keyring, &mod_pam_kwallet5, &mod_pam_exec, - &mod_pam_ecryptfs, - &mod_pam_fscrypt, &mod_pam_env, &mod_pam_mktemp, &mod_pam_himmelblau,