From 718526e0e9efbcf6f8aa5cfa411c06c21429011d Mon Sep 17 00:00:00 2001 From: james Date: Mon, 22 Oct 2007 20:06:14 +0000 Subject: Use pkcs11-helper as external library, can be downloaded from https://www.opensc-project.org/pkcs11-helper (Alon Bar-Lev). git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2418 e7ae566f-a301-0410-adde-c780ea21d3b5 --- openvpn.spec.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'openvpn.spec.in') diff --git a/openvpn.spec.in b/openvpn.spec.in index 041ffdd..9ce8b34 100644 --- a/openvpn.spec.in +++ b/openvpn.spec.in @@ -52,6 +52,9 @@ Requires: openssl >= 0.9.6 %{!?without_pam:BuildRequires: pam-devel} %{!?without_pam:Requires: pam} +%{!?with_pkcs11:BuildRequires: pkcs11-helper-devel} +%{!?with_pkcs11:Requires: pkcs11-helper} + # # Description # @@ -223,6 +226,8 @@ fi %doc contrib/ easy-rsa/ management/ sample-*/ plugin/README.* %changelog +* Thu Dec 14 2006 Alon Bar-Lev +- Added with_pkcs11 * Mon Aug 2 2005 James Yonan - Fixed build problem with --define 'without_pam 1' -- cgit