- Update to pam-config 0.87

- Add support for pam_access.so
- Rervert last change, it will break manually adjusted config
  files as documented

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam-config?expand=0&rev=68
This commit is contained in:
Thorsten Kukuk 2014-04-02 14:12:13 +00:00 committed by Git OBS Bridge
parent 485c675560
commit aed0ee3560
4 changed files with 13 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,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

View File

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