ok, attached
Alon Bar-Lev wrote:
Yes, I don't think it is maintained.
Please send uniform diff.
Use: "diff -urNp"
--- openvpn.spec.in.orig 2009-04-28 10:14:48.000000000 +0200
+++ openvpn.spec.in 2009-04-28 10:47:30.000000000 +0200
@@ -52,8 +52,10 @@ Requires: openssl >= 0.9.6
%{!?without_pam:BuildRequires: pam-devel}
%{!?without_pam:Requires: pam}
+%if "%{_vendor}" == "MandrakeSoft" || "%{_vendor}" == "suse" || "%{_vendor}" == "pc"
%{!?with_pkcs11:BuildRequires: pkcs11-helper-devel}
%{!?with_pkcs11:Requires: pkcs11-helper}
+%endif
#
# Description
@@ -223,9 +225,12 @@ fi
%endif
# Install extra %doc stuff
-%doc contrib/ easy-rsa/ management/ sample-*/ plugin/README.*
+%doc contrib/ easy-rsa/ sample-*/ plugin/README.*
%changelog
+* Tue Apr 28 2009 Aleksandar Ivanisevic <[email protected]>
+- %doc cleanup and RHEL compatibility fixes
+
* Thu Dec 14 2006 Alon Bar-Lev
- Added with_pkcs11