1 |
vip-ire |
1.5 |
# $Id: smeserver-openvpn-s2s.spec,v 1.4 2014/11/02 01:05:28 vip-ire Exp $ |
2 |
unnilennium |
1.1 |
# Authority: vip-ire |
3 |
|
|
# Name: Daniel Berteaud |
4 |
|
|
|
5 |
|
|
Summary: OpenVPN, a strong VPN solution built over SSL, for site to site tunnels |
6 |
|
|
%define name smeserver-openvpn-s2s |
7 |
|
|
Name: %{name} |
8 |
|
|
%define version 0.1 |
9 |
vip-ire |
1.5 |
%define release 25 |
10 |
unnilennium |
1.1 |
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-s2s-0.1-default_to_enabled.patch |
17 |
|
|
Patch1: smeserver-openvpn-s2s-0.1-limit_network_delete_and_create.patch |
18 |
|
|
Patch2: smeserver-openvpn-s2s-0.1-fix_validation_on_update.patch |
19 |
|
|
Patch3: smeserver-openvpn-s2s-0.1-check_for_local_nets.patch |
20 |
|
|
Patch4: smeserver-openvpn-s2s-0.1-update_templates_on_boostrap.patch |
21 |
|
|
Patch5: smeserver-openvpn-s2s-0.1-default_to_enabled_on_create.patch |
22 |
|
|
Patch6: smeserver-openvpn-s2s-0.1-allow_inbound_prop.patch |
23 |
|
|
Patch7: smeserver-openvpn-s2s-0.1-fix_add_route.patch |
24 |
|
|
Patch8: smeserver-openvpn-s2s-0.1-denylog_instead_of_drop.patch |
25 |
|
|
Patch9: smeserver-openvpn-s2s-0.1-check_multiple_networks.patch |
26 |
|
|
Patch10: smeserver-openvpn-s2s-0.1-add_net_is_local_lexicon.patch |
27 |
|
|
Patch11: smeserver-openvpn-s2s-0.1-rename_logrotate_conf.patch |
28 |
|
|
Patch12: smeserver-openvpn-s2s-0.1-support_per_conf_customization.patch |
29 |
|
|
Patch13: smeserver-openvpn-s2s-0.1-tls_auth_1.patch |
30 |
|
|
Patch14: smeserver-openvpn-s2s-0.1-tls_locale_1.patch |
31 |
|
|
Patch15: smeserver-openvpn-s2s-0.1-tls_locale_2.patch |
32 |
|
|
Patch16: smeserver-openvpn-s2s-0.1-tls_locale_3.patch |
33 |
|
|
Patch17: smeserver-openvpn-s2s-0.1-set_network_non_removable.patch |
34 |
|
|
Patch18: smeserver-openvpn-s2s-0.1-implement_crl_verification.patch |
35 |
|
|
Patch19: smeserver-openvpn-s2s-0.1-fix_masq_templates.patch |
36 |
|
|
Patch20: smeserver-openvpn-s2s-0.1-various_conf_optimization.patch |
37 |
|
|
Patch21: smeserver-openvpn-s2s-0.1-set_wget_timeout.patch |
38 |
|
|
Patch22: smeserver-openvpn-s2s-0.1-fix_crontab_template.patch |
39 |
|
|
Patch23: smeserver-openvpn-s2s-0.1-fix_removable_typo.patch |
40 |
|
|
Patch24: smeserver-openvpn-s2s-0.1-expand_and_restart_smb.patch |
41 |
|
|
Patch25: smeserver-openvpn-s2s-0.1-remove_nice.patch |
42 |
|
|
Patch26: smeserver-openvpn-s2s-0.1-locale-2010-11-04.patch |
43 |
|
|
Patch27: smeserver-openvpn-s2s-0.1-locale-2010-11-08.patch |
44 |
|
|
Patch28: smeserver-openvpn-s2s-0.1-fix_type_variable.patch |
45 |
|
|
Patch29: smeserver-openvpn-s2s-0.1-remove_useless_samba_template.patch |
46 |
|
|
Patch30: smeserver-openvpn-s2s-0.1-locale-2011-03-06.patch |
47 |
|
|
Patch31: smeserver-openvpn-s2s-0.1-reduce_ping_restart.patch |
48 |
|
|
Patch32: smeserver-openvpn-s2s-0.1-snat_outbound.patch |
49 |
|
|
Patch33: smeserver-openvpn-s2s-0.1-fix_remote_host_desc.patch |
50 |
|
|
Patch34: smeserver-openvpn-s2s-0.1-locale-2011-10-13.patch |
51 |
unnilennium |
1.2 |
Patch35: smeserver-openvpn-s2s-0.1-locale-2013-07-14.patch |
52 |
vip-ire |
1.3 |
Patch36: smeserver-openvpn-s2s-0.1-use_verify_x509_name.patch |
53 |
vip-ire |
1.4 |
Patch37: smeserver-openvpn-s2s-0.1-locale-2014-11-02.patch |
54 |
unnilennium |
1.1 |
|
55 |
|
|
BuildArchitectures: noarch |
56 |
|
|
|
57 |
|
|
BuildRequires: e-smith-devtools |
58 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
59 |
|
|
|
60 |
|
|
Requires: e-smith-base |
61 |
|
|
Requires: openvpn >= 2.1 |
62 |
|
|
|
63 |
|
|
%description |
64 |
|
|
This package contains all the needed scripts and templates |
65 |
|
|
to run openvpn in client or server mode for site to site tunnels |
66 |
|
|
|
67 |
|
|
%changelog |
68 |
vip-ire |
1.5 |
* Thu Dec 18 2014 Daniel Berteaud <daniel@firewall-services.com> 0.1-25.sme |
69 |
|
|
- Create required but unused /etc/openvpn/s2s/tmp dir |
70 |
|
|
|
71 |
vip-ire |
1.4 |
* Sun Nov 2 2014 Daniel Berteaud <daniel@firewall-services.com> 0.1-24.sme |
72 |
|
|
- Apply locale 2014-11-02 patch |
73 |
|
|
|
74 |
vip-ire |
1.3 |
* Thu Nov 14 2013 Daniel Berteaud <daniel@firewall-services.com> 0.1-23.sme |
75 |
|
|
- Use verify-x509-name instead of tls-remote |
76 |
|
|
|
77 |
unnilennium |
1.2 |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 0.1-22.sme |
78 |
|
|
- apply locale 2013-07-14 patch |
79 |
|
|
|
80 |
unnilennium |
1.1 |
* Thu Oct 13 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-21.sme |
81 |
|
|
- Apply locale 2011-10-13 patch |
82 |
|
|
|
83 |
|
|
* Thu Jun 2 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-20.sme |
84 |
|
|
- Fix remote host description |
85 |
|
|
|
86 |
|
|
* Wed Jun 1 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-19.sme |
87 |
|
|
- SNAT outbound connexions to use the local IP as source |
88 |
|
|
|
89 |
|
|
* Tue Apr 19 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-18.sme |
90 |
|
|
- Reduce inactivity timeout |
91 |
|
|
|
92 |
|
|
* Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 0.1-17.sme |
93 |
|
|
- apply locale 2011-03-06 patch |
94 |
|
|
|
95 |
|
|
* Tue Jan 25 2011 Daniel Berteaud <daniel@firewall-services.com> 0.1-16.sme |
96 |
|
|
- Stop disabling service on rpm removal (spec change only) |
97 |
|
|
|
98 |
|
|
* Tue Dec 7 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-15.sme |
99 |
|
|
- Remove useless smb.conf template |
100 |
|
|
|
101 |
|
|
* Tue Dec 7 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-14.sme |
102 |
|
|
- Fix type variable (thks M. Doerner) |
103 |
|
|
|
104 |
|
|
* Mon Nov 8 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-13.sme |
105 |
|
|
- Apply locale 2010-11-08 patch |
106 |
|
|
|
107 |
|
|
* Thu Nov 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-12.sme |
108 |
|
|
- Apply locale 2010-11-04 patch |
109 |
|
|
|
110 |
|
|
* Tue Nov 02 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-11.sme |
111 |
|
|
- Remove the nice directive |
112 |
|
|
|
113 |
|
|
* Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-10.sme |
114 |
|
|
- Expand smb.conf and restart samba services |
115 |
|
|
|
116 |
|
|
* Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-9.sme |
117 |
|
|
- Fix typo in up script |
118 |
|
|
|
119 |
|
|
* Mon Oct 18 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-8.sme |
120 |
|
|
- Various enhancement in templates |
121 |
|
|
- Set wget timeout |
122 |
|
|
- Fix crontab templates |
123 |
|
|
|
124 |
|
|
* Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-7.sme |
125 |
|
|
- Implement CRL updates and verification |
126 |
|
|
- Fix masq template |
127 |
|
|
|
128 |
|
|
* Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-6.sme |
129 |
|
|
- Set VPN networks non removable |
130 |
|
|
|
131 |
|
|
* Sun Oct 17 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-5.sme |
132 |
|
|
- Rename logrotate configuration file |
133 |
|
|
- Add missingok to logrotate conf |
134 |
|
|
- Support per configuration customization |
135 |
|
|
- Add TLS auth support |
136 |
|
|
|
137 |
|
|
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-4.sme |
138 |
|
|
- Fix adding routes in up script |
139 |
|
|
- Log drop trafic |
140 |
|
|
- Fix multiple net validation |
141 |
|
|
|
142 |
|
|
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme |
143 |
|
|
- allow one-way VPN with AllowInbound prop |
144 |
|
|
|
145 |
|
|
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-3.sme |
146 |
|
|
- Various fixes |
147 |
|
|
|
148 |
|
|
* Mon Oct 4 2010 Daniel Berteaud <daniel@firewall-services.com> 0.1-1.sme |
149 |
|
|
- initiale release (based on work from Florian Dejan) |
150 |
|
|
|
151 |
|
|
%prep |
152 |
|
|
|
153 |
|
|
%setup -q -n %{name}-%{version} |
154 |
|
|
%patch0 -p1 |
155 |
|
|
%patch1 -p1 |
156 |
|
|
%patch2 -p1 |
157 |
|
|
%patch3 -p1 |
158 |
|
|
%patch4 -p1 |
159 |
|
|
%patch5 -p1 |
160 |
|
|
%patch6 -p1 |
161 |
|
|
%patch7 -p1 |
162 |
|
|
%patch8 -p1 |
163 |
|
|
%patch9 -p1 |
164 |
|
|
%patch10 -p1 |
165 |
|
|
%patch11 -p1 |
166 |
|
|
%patch12 -p1 |
167 |
|
|
%patch13 -p1 |
168 |
|
|
%patch14 -p1 |
169 |
|
|
%patch15 -p1 |
170 |
|
|
%patch16 -p1 |
171 |
|
|
%patch17 -p1 |
172 |
|
|
%patch18 -p1 |
173 |
|
|
%patch19 -p1 |
174 |
|
|
%patch20 -p1 |
175 |
|
|
%patch21 -p1 |
176 |
|
|
%patch22 -p1 |
177 |
|
|
%patch23 -p1 |
178 |
|
|
%patch24 -p1 |
179 |
|
|
%patch25 -p1 |
180 |
|
|
%patch26 -p1 |
181 |
|
|
%patch27 -p1 |
182 |
|
|
%patch28 -p1 |
183 |
|
|
%patch29 -p1 |
184 |
|
|
%patch30 -p1 |
185 |
|
|
%patch31 -p1 |
186 |
|
|
%patch32 -p1 |
187 |
|
|
%patch33 -p1 |
188 |
|
|
%patch34 -p1 |
189 |
unnilennium |
1.2 |
%patch35 -p1 |
190 |
vip-ire |
1.3 |
%patch36 -p1 |
191 |
vip-ire |
1.4 |
%patch37 -p1 |
192 |
unnilennium |
1.1 |
|
193 |
|
|
%build |
194 |
|
|
perl createlinks |
195 |
|
|
|
196 |
|
|
%{__mkdir_p} root/etc/openvpn/s2s/priv |
197 |
|
|
%{__mkdir_p} root/etc/openvpn/s2s/pub |
198 |
vip-ire |
1.5 |
%{__mkdir_p} root/etc/openvpn/s2s/tmp |
199 |
unnilennium |
1.1 |
%{__mkdir_p} root/var/run/openvpn-s2s |
200 |
|
|
%{__mkdir_p} root/var/log/openvpn-s2s |
201 |
|
|
|
202 |
|
|
%install |
203 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
204 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
205 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
206 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
207 |
|
|
--dir /etc/openvpn/s2s/pub 'attr(0755,root,root)' \ |
208 |
|
|
--dir /etc/openvpn/s2s/priv 'attr(0750,root,root)' \ |
209 |
vip-ire |
1.5 |
--dir /etc/openvpn/s2s/tmp 'attr(0750,root,root)' \ |
210 |
unnilennium |
1.1 |
--dir /var/log/openvpn-s2s 'attr(0770,root,nobody)' \ |
211 |
|
|
--file /etc/openvpn/s2s/bin/up 'attr(4750,root,openvpn)' \ |
212 |
|
|
> %{name}-%{version}-filelist |
213 |
|
|
|
214 |
|
|
%files -f %{name}-%{version}-filelist |
215 |
|
|
%defattr(-,root,root) |
216 |
|
|
|
217 |
|
|
%clean |
218 |
|
|
rm -rf $RPM_BUILD_ROOT |
219 |
|
|
|
220 |
|
|
|
221 |
|
|
%post |
222 |
|
|
|
223 |
|
|
%preun |
224 |
|
|
|