Accepting request 1109700 from Linux-PAM

- Update to version 2.8
  - Replace aad module with himmelblau

- Update to version 2.7
  - Add support for aad module

- 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]

OBS-URL: https://build.opensuse.org/request/show/1109700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam-config?expand=0&rev=96
This commit is contained in:
Ana Guerrero 2023-09-08 19:14:57 +00:00 committed by Git OBS Bridge
commit c28e211967
4 changed files with 26 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c977ebf49ea406bc6c7d53b7bb6dadbaaad1e143ef25c7328720a113b312062e
size 267280

BIN
pam-config-2.8.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Fri Sep 8 09:01:18 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 2.8
- Replace aad module with himmelblau
-------------------------------------------------------------------
Thu Sep 7 11:42:28 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Update to version 2.7
- Add support for aad module
-------------------------------------------------------------------
Wed Sep 6 14:53:33 UTC 2023 - Thorsten Kukuk <kukuk@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]
-------------------------------------------------------------------
Wed Apr 12 12:58:30 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>

View File

@ -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