diff --git a/pam-config-2.5.tar.xz b/pam-config-2.5.tar.xz deleted file mode 100644 index a0ad0f1..0000000 --- a/pam-config-2.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c977ebf49ea406bc6c7d53b7bb6dadbaaad1e143ef25c7328720a113b312062e -size 267280 diff --git a/pam-config-2.8.tar.xz b/pam-config-2.8.tar.xz new file mode 100644 index 0000000..84b66e2 --- /dev/null +++ b/pam-config-2.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad34f713f5dcdfe0cb0faf98a523afa979d1d89c0c57751686ca3a103725e17 +size 267684 diff --git a/pam-config.changes b/pam-config.changes index 3e60e7d..8c64f7e 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Sep 8 09:01:18 UTC 2023 - Thorsten Kukuk + +- Update to version 2.8 + - Replace aad module with himmelblau + +------------------------------------------------------------------- +Thu Sep 7 11:42:28 UTC 2023 - Thorsten Kukuk + +- Update to version 2.7 + - Add support for aad module + +------------------------------------------------------------------- +Wed Sep 6 14:53:33 UTC 2023 - Thorsten Kukuk + +- 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] + ------------------------------------------------------------------- Wed Apr 12 12:58:30 UTC 2023 - Thorsten Kukuk diff --git a/pam-config.spec b/pam-config.spec index 2e96f76..fa2b97b 100644 --- a/pam-config.spec +++ b/pam-config.spec @@ -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 @@ fi %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 @@ if [ $1 = 0 ]; then done fi -%triggerpostun -- pam-modules -[ $2 = 0 ] || exit 0 +%posttrans pam-config --debug --update ||: %files -f pam-config.lang