summaryrefslogtreecommitdiffstats
path: root/openvpn.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'openvpn.spec.in')
-rw-r--r--openvpn.spec.in5
1 files changed, 5 insertions, 0 deletions
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'