From 5beedbf368d6c3f9b258596a01721a5a817a37db48dbb508de6eb7ddd7dddca6 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 6 Apr 2014 05:10:25 +0000 Subject: [PATCH] Accepting request 228762 from Linux-PAM - Update to pam-config 0.87 - Add support for pam_access.so - Rervert last change, it will break manually adjusted config files as documented - "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 OBS-URL: https://build.opensuse.org/request/show/228762 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam-config?expand=0&rev=63 --- pam-config-0.86.tar.bz2 | 3 --- pam-config-0.87.tar.bz2 | 3 +++ pam-config.changes | 16 ++++++++++++++++ pam-config.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 pam-config-0.86.tar.bz2 create mode 100644 pam-config-0.87.tar.bz2 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 aa5d911..083feb3 100644 --- a/pam-config.changes +++ b/pam-config.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +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 + +- "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..8022bc6 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 @@ -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