From 65097178440bd7115af5f1524ba2e689d95fcf705a8f8d93e86723d6d2ae6f69 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Tue, 28 Feb 2012 19:04:01 +0000 Subject: [PATCH] - 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 --- pam_pkcs11-0.5.3-nss-conf.patch | 2 +- pam_pkcs11.changes | 6 ++++++ pam_pkcs11.spec | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/pam_pkcs11-0.5.3-nss-conf.patch b/pam_pkcs11-0.5.3-nss-conf.patch index 252aa91..9a898e0 100644 --- a/pam_pkcs11-0.5.3-nss-conf.patch +++ b/pam_pkcs11-0.5.3-nss-conf.patch @@ -17,7 +17,7 @@ + use_pkcs11_module = nss; + + pkcs11_module nss { -+ nss_dir = /etc/ssl/nssdb; ++ nss_dir = /etc/pki/nssdb; + crl_policy = none; + } diff --git a/pam_pkcs11.changes b/pam_pkcs11.changes index 805779a..43f56d9 100644 --- a/pam_pkcs11.changes +++ b/pam_pkcs11.changes @@ -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 diff --git a/pam_pkcs11.spec b/pam_pkcs11.spec index c0c05db..d5db378 100644 --- a/pam_pkcs11.spec +++ b/pam_pkcs11.spec @@ -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\