1 |
# $Id: smeserver-openvpn-bridge.spec,v 1.5 2009/03/03 16:02:16 slords Exp $ |
2 |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
4 |
|
5 |
Summary: OpenVPN, a strong VPN solution build over SSL, pre-configured for bridge mode |
6 |
%define name smeserver-openvpn-bridge |
7 |
Name: %{name} |
8 |
%define version 2.0 |
9 |
%define release 11 |
10 |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
12 |
License: GPL |
13 |
Group: Networking/Remote access |
14 |
Source: %{name}-%{version}.tar.gz |
15 |
|
16 |
Patch0: smeserver-openvpn-bridge-2.0-remove_dup_migrate.patch |
17 |
Patch1: smeserver-openvpn-bridge-2.0-pull.patch |
18 |
Patch2: smeserver-openvpn-bridge-2.0-config_required.patch |
19 |
Patch3: smeserver-openvpn-bridge-2.0-config_cleanup.patch |
20 |
Patch4: smeserver-openvpn-bridge-2.0-add_rule.patch |
21 |
Patch5: smeserver-openvpn-bridge-2.0-locale1.patch |
22 |
#Patch6: smeserver-openvpn-bridge-2.0-openvpn_db.patch |
23 |
Patch7: smeserver-openvpn-bridge-2.0-check_certs.patch |
24 |
Patch8: smeserver-openvpn-bridge-2.0-check_bridge.patch |
25 |
Patch9: smeserver-openvpn-bridge-2.0-configure_crl_url.patch |
26 |
Patch10: smeserver-openvpn-bridge-2.0-check_certs.patch2 |
27 |
Patch11: smeserver-openvpn-bridge-2.0-create_openvpn_db.patch |
28 |
Patch12: smeserver-openvpn-bridge-2.0-local_fr_1.patch |
29 |
Patch13: smeserver-openvpn-bridge-2.0-fixtranslation.patch |
30 |
Patch14: smeserver-openvpn-bridge-2.0-removedups.patch |
31 |
|
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildArchitectures: noarch |
34 |
|
35 |
BuildRequires: e-smith-devtools |
36 |
|
37 |
Requires: e-smith-base |
38 |
Requires: openvpn |
39 |
Requires: perl(Net::OpenVPN::Manage) |
40 |
Obsoletes: smeserver-openvpn-bridge-fws |
41 |
Obsoletes: smeserver-openvpn-bridge.fws |
42 |
|
43 |
%description |
44 |
This package contains all the needed scripts and templates |
45 |
to have a full working openvpn server running in bridge mode. |
46 |
The panel of the server manager has a certificate manager so you |
47 |
won't have to generate them manually |
48 |
|
49 |
%changelog |
50 |
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-11] |
51 |
- Remove duplicate translations that break pootle |
52 |
|
53 |
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-10] |
54 |
- Rename locale/en to locale/en-us to pootle works |
55 |
|
56 |
* Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [2.0-9] |
57 |
- Apply locale patch fr 1 |
58 |
- Add e-smith-devtools as a dependencie |
59 |
|
60 |
* Thu Jan 29 2009 Daniel B. <daniel@firewall-services.com> [2.0-8] |
61 |
- Fix an error with the creation of the db |
62 |
|
63 |
* Wed Jan 28 2009 Daniel B. <daniel@firewall-services.com> [2.0-7] |
64 |
- Cleanly create openvpn-bridge db |
65 |
|
66 |
* Fri Jan 16 2009 Daniel B. <daniel@firewall-services.com> [2.0-6] |
67 |
- Just warn if openvpn db is missing |
68 |
- Fix certificates check |
69 |
- Warn if bridge service isn't enabled |
70 |
- Configure the CRL update URL |
71 |
|
72 |
* Mon Jan 12 2009 Daniel B. <daniel@firewall-services.com> [2.0-5] |
73 |
- localization patch |
74 |
|
75 |
* Mon Dec 22 2008 Daniel B. <daniel@firewall-services.com> [2.0-4] |
76 |
- Add validate_common_name routine |
77 |
|
78 |
* Wed Dec 19 2008 Daniel B. <daniel@firewall-services.com> [2.0-3] |
79 |
- Added option configRequired (accept only certificate listed in the rules section) |
80 |
- Clean config templates |
81 |
|
82 |
* Tue Dec 16 2008 Daniel B. <daniel@firewall-services.com> [2.0-2] |
83 |
- Add missing pull directive in client config |
84 |
|
85 |
* Fri Dec 12 2008 Daniel B. <daniel@firewall-services.com> [2.0-1] |
86 |
- Remove useless migrate fragment (now handled by the bridge package) |
87 |
|
88 |
* Thu Dec 04 2008 Daniel B. <daniel@firewall-services.com> [2.0-0] |
89 |
- The bridge stuff is now in a separated rpm |
90 |
- Restarting the service doesn't cut the InternalInterface |
91 |
as the bridge isn't restarted |
92 |
- Correct (truely this time) the bug with dhcpd looping |
93 |
- Panel re-writen in FormMagick (much more simple now) |
94 |
- Removed the certificate manager, now handled by phpki |
95 |
- Real-time clients info using Net::OpenVPN::Manage |
96 |
- Routes to local networks are pushed to clients |
97 |
|
98 |
* Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com> |
99 |
- [1.1-1] |
100 |
- Bugs fixes (repported by Stephan Braunstein) |
101 |
- corrections in the en language |
102 |
|
103 |
* Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com> |
104 |
- [1.1-0] |
105 |
- panel enhancement |
106 |
- little correction in the local file |
107 |
|
108 |
* Fri Dec 11 2006 Daniel Berteaud <daniel@firewall-services.com> |
109 |
- [1.0-3] |
110 |
- correction of permissions on startup and shutdown scripts |
111 |
- little correction in the local file |
112 |
|
113 |
* Fri Dec 08 2006 Daniel Berteaud <daniel@firewall-services.com> |
114 |
- [1.0-2] |
115 |
- Added missing directory keys/bridge |
116 |
|
117 |
* Fri Dec 06 2006 Daniel Berteaud <daniel@firewall-services.com> |
118 |
- [1.0-1] |
119 |
- Removed useless parameters from the panel (tap, br and localInf) |
120 |
- Added a stop script (k20openvpn-bridge) |
121 |
- panel renamed to openvpn-bridge for futur compatibility |
122 |
|
123 |
%prep |
124 |
|
125 |
%setup -q -n %{name}-%{version} |
126 |
%patch0 -p1 |
127 |
%patch1 -p1 |
128 |
%patch2 -p1 |
129 |
%patch3 -p1 |
130 |
%patch4 -p1 |
131 |
%patch5 -p1 |
132 |
#%patch6 -p1 |
133 |
%patch7 -p1 |
134 |
%patch8 -p1 |
135 |
%patch9 -p1 |
136 |
%patch10 -p1 |
137 |
%patch11 -p1 |
138 |
%patch12 -p1 |
139 |
%patch13 -p1 |
140 |
%patch14 -p1 |
141 |
|
142 |
%build |
143 |
perl createlinks |
144 |
|
145 |
%{__mkdir_p} root/etc/openvpn/bridge/ccd |
146 |
%{__mkdir_p} root/etc/openvpn/bridge/priv |
147 |
%{__mkdir_p} root/etc/openvpn/bridge/pub |
148 |
%{__mkdir_p} root/var/log/openvpn-bridge |
149 |
|
150 |
%install |
151 |
/bin/rm -rf $RPM_BUILD_ROOT |
152 |
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
153 |
/bin/rm -f %{name}-%{version}-filelist |
154 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
155 |
--file /var/service/openvpn-bridge/run 'attr(0755,root,root)' \ |
156 |
--file /var/service/openvpn-bridge/log/run 'attr(0755,root,root)' \ |
157 |
--dir /var/log/openvpn-bridge 'attr(0750,smelog,smelog)' \ |
158 |
--file /usr/bin/ovpn-bridge-update-crl 'attr(0750,root,root)' \ |
159 |
> %{name}-%{version}-filelist |
160 |
|
161 |
%files -f %{name}-%{version}-filelist |
162 |
%defattr(-,root,root) |
163 |
|
164 |
%clean |
165 |
rm -rf $RPM_BUILD_ROOT |
166 |
|
167 |
|
168 |
%post |
169 |
|
170 |
%preun |
171 |
if [ $1 -eq 0 ] ; then |
172 |
/sbin/e-smith/db configuration setprop openvpn-bridge status disabled |
173 |
sv d /service/openvpn-bridge |
174 |
fi |
175 |
|
176 |
true |
177 |
|