Oh... it was missing.
James,
Attached is a fix for rpm spec (pkcs11) and the inclusion of the
management directory.
Still waiting for merge of my previous work.
Alon.
On 4/29/09, Aleksandar Ivanisevic <[email protected]> wrote:
>
> because this dir doesn't exist any more, at least not in
> openvpn-2.1_rc15.tar.gz, so the build fails.
>
>
> Alon Bar-Lev wrote:
>
> > Why did you remove the management from doc?
> >
> > On 4/28/09, Aleksandar Ivanisevic <[email protected]> wrote:
> >
> > > ok, attached
> > >
> > >
> > > Alon Bar-Lev wrote:
> > >
> > >
> > > > Yes, I don't think it is maintained.
> > > >
> > > > Please send uniform diff.
> > > >
> > > > Use: "diff -urNp"
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
>
Index: openvpn.spec.in
===================================================================
--- openvpn.spec.in (revision 4237)
+++ openvpn.spec.in (working copy)
@@ -52,8 +52,10 @@
%{!?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
@@ -226,6 +228,9 @@
%doc contrib/ easy-rsa/ management/ sample-*/ plugin/README.*
%changelog
+* Tue Apr 28 2009 Aleksandar Ivanisevic <[email protected]>
+- RHEL compatibility fixes
+
* Thu Dec 14 2006 Alon Bar-Lev
- Added with_pkcs11
Index: Makefile.am
===================================================================
--- Makefile.am (revision 4237)
+++ Makefile.am (working copy)
@@ -48,6 +48,7 @@
tap-win32 \
contrib \
debug \
+ management \
plugin
SUBDIRS = \