- 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:
Stanislav Brabec 2012-02-28 19:04:01 +00:00 committed by Git OBS Bridge
parent da002b45a8
commit 6509717844
3 changed files with 9 additions and 2 deletions

View File

@ -17,7 +17,7 @@
+ use_pkcs11_module = nss;
+
+ pkcs11_module nss {
+ nss_dir = /etc/ssl/nssdb;
+ nss_dir = /etc/pki/nssdb;
+ crl_policy = none;
+ }

View File

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

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -69,6 +69,7 @@ Authors:
cp -a %{S:1} common-auth-smartcard
mv po/pt_br.po po/pt_BR.po
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
%configure\