- 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:
parent
09eb122f7d
commit
d0febdea68
@ -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
3
pam-config-0.84.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cf2b4fdd18caa345e18653d4394b80d1b91fb9773cfd94f298082157a55694ec
|
||||||
|
size 317656
|
@ -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
|
Tue Sep 25 14:02:06 CEST 2012 - kukuk@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ Name: pam-config
|
|||||||
Summary: Modify common PAM configuration files
|
Summary: Modify common PAM configuration files
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Management
|
Group: System/Management
|
||||||
Version: 0.83
|
Version: 0.84
|
||||||
Release: 0
|
Release: 0
|
||||||
PreReq: pam >= 0.99
|
PreReq: pam >= 0.99
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -52,7 +52,7 @@ done
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
if [ ! -f /etc/pam.d/common-auth-pc ] ; then
|
if [ ! -f /etc/pam.d/common-auth-pc ] ; then
|
||||||
pam-config --debug --initialize
|
pam-config --debug --create --force
|
||||||
else
|
else
|
||||||
pam-config --debug --update ||:
|
pam-config --debug --update ||:
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user