diff --git a/pam-config-0.86.tar.bz2 b/pam-config-0.86.tar.bz2 deleted file mode 100644 index 9132262..0000000 --- a/pam-config-0.86.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e36ba4f1e64bfcf1d16ce1bd091b6d58143d5e6820805b6c6102a3a93d0a5a2 -size 317624 diff --git a/pam-config-0.87.tar.bz2 b/pam-config-0.87.tar.bz2 new file mode 100644 index 0000000..f0ffe1c --- /dev/null +++ b/pam-config-0.87.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d87ca9d25524824dca724444211e2c43f6d0b2ce6b60972ffebbd3f3017687a +size 325329 diff --git a/pam-config.changes b/pam-config.changes index 91e1d5b..083feb3 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Apr 2 15:25:47 CEST 2014 - kukuk@suse.de + +- Update to pam-config 0.87 + - Add support for pam_access.so +- Rervert last change, it will break manually adjusted config + files as documented + ------------------------------------------------------------------- Mon Mar 17 13:02:30 UTC 2014 - speilicke@suse.com diff --git a/pam-config.spec b/pam-config.spec index 8fdf33e..8022bc6 100644 --- a/pam-config.spec +++ b/pam-config.spec @@ -20,7 +20,7 @@ Name: pam-config Summary: Modify common PAM configuration files License: GPL-2.0 Group: System/Management -Version: 0.86 +Version: 0.87 Release: 0 PreReq: pam >= 0.99 Source: %{name}-%{version}.tar.bz2 @@ -54,7 +54,7 @@ done if [ ! -f /etc/pam.d/common-auth-pc ] ; then pam-config --debug --create --force else - pam-config --debug --update --force + pam-config --debug --update ||: fi %postun