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
This commit is contained in:
Stephan Kulow 2014-04-06 05:10:25 +00:00 committed by Git OBS Bridge
parent c96527b201
commit 5beedbf368
4 changed files with 21 additions and 5 deletions

View File

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

3
pam-config-0.87.tar.bz2 Normal file
View File

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

View File

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

View File

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