- 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/package/show/Linux-PAM/pam-config?expand=0&rev=61
This commit is contained in:
Thorsten Kukuk 2012-11-12 14:54:12 +00:00 committed by Git OBS Bridge
parent 09eb122f7d
commit d0febdea68
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