forked from pool/pam_pkcs11
- Change nssdb path to /etc/pki/nssdb (bnc#463469).
- Make libdir paths in pam_pkcs11.conf biarch-wise. OBS-URL: https://build.opensuse.org/package/show/security:chipcard/pam_pkcs11?expand=0&rev=11
This commit is contained in:
parent
da002b45a8
commit
6509717844
@ -17,7 +17,7 @@
|
|||||||
+ use_pkcs11_module = nss;
|
+ use_pkcs11_module = nss;
|
||||||
+
|
+
|
||||||
+ pkcs11_module nss {
|
+ pkcs11_module nss {
|
||||||
+ nss_dir = /etc/ssl/nssdb;
|
+ nss_dir = /etc/pki/nssdb;
|
||||||
+ crl_policy = none;
|
+ crl_policy = none;
|
||||||
+ }
|
+ }
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 28 19:54:16 CET 2012 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Change nssdb path to /etc/pki/nssdb (bnc#463469).
|
||||||
|
- Make libdir paths in pam_pkcs11.conf biarch-wise.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 5 18:40:44 CET 2011 - sbrabec@suse.cz
|
Wed Jan 5 18:40:44 CET 2011 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pam_pkcs11
|
# spec file for package pam_pkcs11
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -69,6 +69,7 @@ Authors:
|
|||||||
cp -a %{S:1} common-auth-smartcard
|
cp -a %{S:1} common-auth-smartcard
|
||||||
mv po/pt_br.po po/pt_BR.po
|
mv po/pt_br.po po/pt_BR.po
|
||||||
sed -i s/pt_br/pt_BR/ configure.in configure
|
sed -i s/pt_br/pt_BR/ configure.in configure
|
||||||
|
sed -i s:/lib/:/%{_lib}/:g etc/pam_pkcs11.conf.example.in etc/pkcs11_eventmgr.conf.example
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
|
Loading…
Reference in New Issue
Block a user