Accepting request 140974 from Linux-PAM

- Use --create --force for new installation
- Update to pam-config 0.84
  - Add pam_env per default
  - Don't print wrong error messages

OBS-URL: https://build.opensuse.org/request/show/140974
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pam-config?expand=0&rev=58
This commit is contained in:
Stephan Kulow 2012-11-13 08:42:23 +00:00 committed by Git OBS Bridge
parent f50e1231c2
commit 12ed2020c0
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:4677f4f1cbfc36e7db5911c78bd0b01f50e777bde24c7a348526f74f29abe291
size 317892

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

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 12 15:49:07 CET 2012 - kukuk@suse.de
- Use --create --force for new installation
- Update to pam-config 0.84
- Add pam_env per default
- Don't print wrong error messages
-------------------------------------------------------------------
Tue Sep 25 14:02:06 CEST 2012 - kukuk@suse.de

View File

@ -20,7 +20,7 @@ Name: pam-config
Summary: Modify common PAM configuration files
License: GPL-2.0
Group: System/Management
Version: 0.83
Version: 0.84
Release: 0
PreReq: pam >= 0.99
Source: %{name}-%{version}.tar.bz2
@ -52,7 +52,7 @@ done
%post
if [ ! -f /etc/pam.d/common-auth-pc ] ; then
pam-config --debug --initialize
pam-config --debug --create --force
else
pam-config --debug --update ||:
fi