diff --git a/pam-config.changes b/pam-config.changes index aa5d911..91e1d5b 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 17 13:02:30 UTC 2014 - speilicke@suse.com + +- "pam-config --debug --update" in the %post section fails if any + /etc/pam.d/common-$TYPE file is not a symlink to /etc/pam.d/common-$TYPE-pc. + Fix that by adding '--force'. This is mainly an update issue since + fresh configs are created appropriatly + ------------------------------------------------------------------- Thu Feb 7 09:59:26 CET 2013 - kukuk@suse.de diff --git a/pam-config.spec b/pam-config.spec index 86b58d9..8fdf33e 100644 --- a/pam-config.spec +++ b/pam-config.spec @@ -1,7 +1,7 @@ # # spec file for package pam-config # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -54,7 +54,7 @@ done if [ ! -f /etc/pam.d/common-auth-pc ] ; then pam-config --debug --create --force else - pam-config --debug --update ||: + pam-config --debug --update --force fi %postun