Bug 965999

Summary: /usr/share/openvpn/ dir not exist after installation
Product: [Fedora] Fedora Reporter: Milovidov Mikhail <milovidovwork>
Component: openvpnAssignee: Steven Pritchard <steve>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: davids, gwync, huzaifas, steve
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-27 13:00:19 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 966139    
Bug Blocks:    

Description Milovidov Mikhail 2013-05-22 09:23:50 UTC
Description of problem:
After openvpn installtion from repository /usr/share/openvpn/ dir not exist. This dir need for openvpn configuration, such as this described there - http://fedoraproject.org/wiki/Openvpn

Version-Release number of selected component (if applicable):
2.3.1-2

How reproducible:
Always

Steps to Reproduce:
1. yum install openvpn
2. ls -l /usr/share | grep openvpn
3. The result is empty

Actual results:
Dir /usr/share/openvpn/ not exist

Expected results:
Dir /usr/share/openvpn/ must exist.

Additional info:
I copy easy-rsa dir from openvpn-2.3.1-2.src.rpm and configured openvpn via this instruction - http://fedoraproject.org/wiki/Openvpn - succesfully.

Comment 1 Gwyn Ciesla 2013-05-22 14:16:16 UTC
I think the wiki page needs updating.  As of 2.3.x, openvpn stopped including easy-rsa, it's here:  https://github.com/OpenVPN/easy-rsa

I'll look into packaging it.

Comment 2 Gwyn Ciesla 2013-06-27 13:00:19 UTC
easy-rsa is now available.