Hi,
I've been compiling a rpm of rc15 on rhel5 and noticed a couple of
glitches:
%doc lists management/ dir, but its no longer there, so
%doc contrib/ easy-rsa/ management/ sample-*/ plugin/README.*
should be
%doc contrib/ easy-rsa/ sample-*/ plugin/README.*
with_pkcs11 tries to pull in pkcs11-helper, but no such package exists
in RHEL, so it must be distro specific, but don't know which distro
%{!?with_pkcs11:BuildRequires: pkcs11-helper-devel}
%{!?with_pkcs11:Requires: pkcs11-helper}
it builds fine with --nodeps though.
regards,