1 |
jpp |
1.12 |
# $Id: smeserver-openvpn-bridge.spec,v 1.11 2022/07/30 17:48:02 brianr Exp $ |
2 |
brianr |
1.1 |
# 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.1 |
9 |
jpp |
1.12 |
%define release 18 |
10 |
brianr |
1.1 |
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
License: GPL |
13 |
|
|
Group: Networking/Remote access |
14 |
|
|
Source: %{name}-%{version}.tar.xz |
15 |
|
|
|
16 |
|
|
Patch0: smeserver-openvpn-bridge-2.1-locale-2015-02-17.patch |
17 |
|
|
Patch1: smeserver-openvpn-bridge-2.1-add_routes_for_s2s_virtual_ip.patch |
18 |
|
|
Patch2: smeserver-openvpn-bridge-2.1-remove_obsolete_libpam_symlink.patch |
19 |
|
|
Patch3: smeserver-openvpn-bridge-2.1-typo_in_en_locale.patch |
20 |
|
|
Patch4: smeserver-openvpn-bridge-2.1-locale-2017-02-02.patch |
21 |
|
|
Patch5: smeserver-openvpn-bridge-2.1-locale-2017-12-02.patch |
22 |
|
|
Patch6: smeserver-openvpn-bridge-2.1-push-routes.patch |
23 |
|
|
Patch7: smeserver-openvpn-bridge-2.1-locale-2019-12-07.patch |
24 |
brianr |
1.2 |
Patch8: smeserver-openvpn-bridge-2.1-Add-in-systemd-startup.patch |
25 |
jpp |
1.3 |
Patch9: smeserver-openvpn-bridge-2.1-bz11335.patch |
26 |
jpp |
1.5 |
Patch10: smeserver-openvpn-bridge-2.1-bz11335-sme10bis.patch |
27 |
terryfage |
1.6 |
Patch11: smeserver-openvpn-bridge-2.1-locale-2021-08-23.patch |
28 |
terryfage |
1.7 |
Patch12: smeserver-openvpn-bridge-2.1-locale-2021-09-08.patch |
29 |
jpp |
1.8 |
Patch13: smeserver-openvpn-bridge-2.1-bz12018-backup.patch |
30 |
brianr |
1.1 |
|
31 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
32 |
|
|
BuildArchitectures: noarch |
33 |
|
|
|
34 |
|
|
BuildRequires: e-smith-devtools |
35 |
|
|
|
36 |
jpp |
1.12 |
Provides: perl(esmith::FormMagick::Panel::openvpnbridge) |
37 |
brianr |
1.1 |
Requires: e-smith-base |
38 |
|
|
Requires: openvpn |
39 |
|
|
Requires: smeserver-bridge-interface |
40 |
|
|
Requires: perl(Net::OpenVPN::Manage) |
41 |
|
|
Obsoletes: smeserver-openvpn-bridge-fws |
42 |
|
|
Obsoletes: smeserver-openvpn-bridge.fws |
43 |
|
|
|
44 |
|
|
%description |
45 |
|
|
This package contains all the needed scripts and templates |
46 |
|
|
to have a full working openvpn server running in bridge mode. |
47 |
|
|
|
48 |
|
|
%changelog |
49 |
jpp |
1.12 |
* Sat Jul 30 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-18.sme |
50 |
|
|
- add Provides perl(esmith::FormMagick::Panel::openvpnbridge) |
51 |
|
|
|
52 |
brianr |
1.11 |
* Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 2.1-17.sme |
53 |
|
|
- Re-build and link to latest devtools [SME: 11997] |
54 |
|
|
|
55 |
jpp |
1.8 |
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-16.sme |
56 |
|
|
- add to core backup [SME: 12018] |
57 |
|
|
|
58 |
terryfage |
1.7 |
* Wed Sep 08 2021 Terry Fage <terry.fage@gmail.com> 2.1-15.sme |
59 |
|
|
- apply locale 2021-09-08 patch |
60 |
|
|
|
61 |
terryfage |
1.6 |
* Mon Aug 23 2021 Terry Fage <terry.fage@gmail.com> 2.1-14.sme |
62 |
|
|
- apply locale 2021-08-23 patch |
63 |
|
|
|
64 |
jpp |
1.5 |
* Wed Mar 31 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-13.sme |
65 |
|
|
- default AES-128-CBC and SHA256 fix [SME: 11335] |
66 |
|
|
- better frist screen with information on link and hnac and cipher |
67 |
|
|
- better client default configuration with embded shared key and CAcert |
68 |
|
|
- migrate cipher to Cipher like routed and s2s usage |
69 |
|
|
- HMAC and Cipher are accessible to change using the manager. |
70 |
brianr |
1.11 |
- Re-build and link to latest devtools typos in translations [SME: 6647] |
71 |
jpp |
1.5 |
|
72 |
jpp |
1.3 |
* Tue Mar 23 2021 Jean-Philippe Pialasse <tests@pialasse.com> 2.1-12.sme |
73 |
brianr |
1.11 |
- Re-build and link to latest devtools permisison issue on private keys [SME: 11335] |
74 |
jpp |
1.3 |
- rework unit file |
75 |
|
|
avoid failure, add ncp cipher, add loging status |
76 |
|
|
- add default cipher AES-256-CBC - if issue with older clients < 2.4 |
77 |
|
|
it is advised to set it to 'auto' or BF-CBC |
78 |
|
|
|
79 |
brianr |
1.2 |
* Thu Feb 04 2021 Brian Read <brianr@bjsystems.co.uk> 2.1-11.sme |
80 |
|
|
- Initial import to SME10 [SME: 11335] |
81 |
|
|
- Add-in-systemd-startup |
82 |
|
|
|
83 |
brianr |
1.1 |
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 2.1-10.sme |
84 |
|
|
- apply locale 2019-12-07 patch |
85 |
|
|
|
86 |
|
|
* Thu Nov 15 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 2.1-9.sme |
87 |
|
|
- Add option to enable/doisable PushRoute [SME: 10547] |
88 |
|
|
|
89 |
|
|
* Sat Dec 02 2017 SME Translation Server <translations@contribs.org> 2.1-8.sme |
90 |
|
|
- apply locale 2017-12-02 patch |
91 |
|
|
|
92 |
|
|
* Wed Feb 01 2017 Jean-Philipe Pialasse <tests@pialasse.com> 2.1-7.sme |
93 |
|
|
- apply locale 2017-02-02.patch |
94 |
|
|
|
95 |
|
|
* Sat May 7 2016 Daniel Berteaud <daniel@firewall-services.com> 2.1-6.sme |
96 |
|
|
- Typo in en-us locale for the panel [SME: 9301] |
97 |
|
|
|
98 |
|
|
* Wed Feb 10 2016 Daniel Berteaud <daniel@firewall-services.com> 2.1-5.sme |
99 |
|
|
- Remove obsolete libpam.so symlink so AutoReqProv do not add a dep on i686 |
100 |
|
|
pam |
101 |
|
|
|
102 |
|
|
* Mon Feb 8 2016 Daniel Berteaud <daniel@firewall-services.com> 2.1-4.sme |
103 |
|
|
- Create /etc/openvpn/bridge/dev/urandom [SME: 9238] |
104 |
|
|
|
105 |
|
|
* Thu Aug 6 2015 Daniel Berteaud <daniel@firewall-services.com> 2.1-3.sme |
106 |
|
|
- Add routes for s2s virtual IP |
107 |
|
|
|
108 |
|
|
* Tue Feb 17 2015 Daniel Berteaud <daniel@firewall-services.com> 2.1-2.sme |
109 |
|
|
- Apply locale 2015-02-17 patch |
110 |
|
|
|
111 |
|
|
* Mon Nov 11 2013 Daniel B. <daniel@firewall-services.com> 2.1-1.sme |
112 |
|
|
- Rebuild for SME9 |
113 |
|
|
|
114 |
|
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.0-50.sme |
115 |
|
|
- apply locale 2013-07-14 patch |
116 |
|
|
|
117 |
|
|
* Thu Jun 6 2013 Daniel B. <daniel@firewall-services.com> 2.0-49.sme |
118 |
|
|
- Fix plugin directory for x86_64 [SME: 7658] |
119 |
|
|
|
120 |
|
|
* Fri Mar 22 2013 Daniel B. <daniel@firewall-services.com> 2.0-48.sme |
121 |
|
|
- Fix spelling in en-us panel [SME: 7507] |
122 |
|
|
|
123 |
|
|
* Mon Oct 08 2012 Daniel B. <daniel@firewall-services.com> 2.0-47.sme |
124 |
|
|
- Create a tmp dir (needed for openvpn 2.2.2) |
125 |
|
|
|
126 |
|
|
* Tue Mar 20 2012 SME Translation Server <translations@contribs.org> 2.0-46.el6 |
127 |
|
|
- apply locale 2012-03-20 patch |
128 |
|
|
|
129 |
|
|
* Wed Apr 27 2011 SME Translation Server <translations@contribs.org> 2.0-45.sme |
130 |
|
|
- apply locale 2011-04-27 patch |
131 |
|
|
|
132 |
|
|
* Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 2.0-44.sme |
133 |
|
|
- apply locale 2011-03-06 patch |
134 |
|
|
|
135 |
|
|
* Thu Feb 17 2011 Daniel B. <daniel@firewall-services.com> 2.0-43.sme |
136 |
|
|
- Fix a typo in the panel [SME: 6509] |
137 |
|
|
|
138 |
|
|
* Tue Jan 25 2011 Daniel B. <daniel@firewall-services.com> 2.0-42.sme |
139 |
|
|
- Stop disabling service on rpm removal (spec change only) |
140 |
|
|
|
141 |
|
|
* Tue Jan 25 2011 Daniel B. <daniel@firewall-services.com> 2.0-41.sme |
142 |
|
|
- Add comp-lzo option back into client conf file |
143 |
|
|
|
144 |
|
|
* Tue Oct 26 2010 Daniel B. <daniel@firewall-services.com> 2.0-40.sme |
145 |
|
|
- Add PassTOS DB key to enable/disable passtos |
146 |
|
|
- Enhance routes push (work with s2s contrib) |
147 |
|
|
|
148 |
|
|
* Tue Oct 19 2010 Daniel B. <daniel@firewall-services.com> 2.0-39.sme |
149 |
|
|
- templates cleanup |
150 |
|
|
- DB prop to disable local networks routes push to client |
151 |
|
|
|
152 |
|
|
* Mon Jul 19 2010 Daniel B. <daniel@firewall-services.com> 2.0-38.sme |
153 |
|
|
- apply locale 2010-07-19 patc |
154 |
|
|
|
155 |
|
|
* Wed Jun 02 2010 Daniel B. <daniel@firewall-services.com> 2.0-37.sme |
156 |
|
|
- apply locale 2010-06-02 patch |
157 |
|
|
- use multilog timestamp |
158 |
|
|
|
159 |
|
|
* Wed May 12 2010 Daniel B. <daniel@firewall-services.com> 2.0-36.sme |
160 |
|
|
- Comment the passtos option as it's not supported on Windows |
161 |
|
|
|
162 |
|
|
* Fri Apr 30 2010 Daniel B. <daniel@firewall-services.com> 2.0-35.sme |
163 |
|
|
- add the passtos option |
164 |
|
|
- push the comp-lzo option to the client |
165 |
|
|
- apply locale 2010-04-29 patch |
166 |
|
|
|
167 |
|
|
* Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 2.0-34.sme |
168 |
|
|
- apply locale 2010-03-02 patch |
169 |
|
|
|
170 |
|
|
* Wed Nov 18 2009 Daniel B. <daniel@firewall-services.com> 2.0-33.sme |
171 |
|
|
- code cleanup |
172 |
|
|
|
173 |
|
|
* Tue Nov 17 2009 Daniel B. <daniel@firewall-services.com> 2.0-32.sme |
174 |
|
|
- apply locale 2009-11-17 patch |
175 |
|
|
- Fix CRL update on event (openvpn-bridge-update) |
176 |
|
|
|
177 |
|
|
* Tue Oct 27 2009 SME Translation Server <translations@contribs.org> 2.0-31.sme |
178 |
|
|
- apply locale 2009-10-27 patch |
179 |
|
|
|
180 |
|
|
* Wed Oct 21 2009 Daniel B. <daniel@firewall-services.com> 2.0-30.sme |
181 |
|
|
- apply locale 2009-10-21 patch |
182 |
|
|
|
183 |
|
|
* Tue Sep 29 2009 Daniel B. <daniel@firewall-services.com> 2.0-29.sme |
184 |
|
|
- Put tls-client directive in client config file even when additional TLS |
185 |
|
|
auth is disabled (required for the main TLS auth) [SME: 5495] |
186 |
|
|
- apply locale 2009-09-28 patch |
187 |
|
|
|
188 |
|
|
* Mon Aug 24 2009 SME Translation Server <translations@contribs.org> 2.0-28.sme |
189 |
|
|
- apply locale 2009-08-24 patch |
190 |
|
|
|
191 |
|
|
* Wed Jul 22 2009 Daniel B. <daniel@firewall-services.com> 2.0-27.sme |
192 |
|
|
- apply locale 2009-07-22 patch |
193 |
|
|
|
194 |
|
|
* Thu Jun 25 2009 Daniel B. <daniel@firewall-services.com> 2.0-26.sme |
195 |
|
|
- expand config and restart the service when local networks are added |
196 |
|
|
or removed so the new routes are pushed |
197 |
|
|
|
198 |
|
|
* Tue May 26 2009 Daniel B. <daniel@firewall-services.com> 2.0-25.sme |
199 |
|
|
- apply locale 2009-05-26 patch |
200 |
|
|
|
201 |
|
|
* Sun May 24 2009 Daniel B. <daniel@firewall-services.com> 2.0-24.sme |
202 |
|
|
- apply locale 2009-05-24 patch |
203 |
|
|
|
204 |
|
|
* Thu Apr 30 2009 Daniel B. <daniel@firewall-services.com> 2.0-23.sme |
205 |
|
|
- apply local 2009-04-30 patch |
206 |
|
|
|
207 |
|
|
* Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 2.0-22.sme |
208 |
|
|
- apply locale 2009-04-27 patch |
209 |
|
|
|
210 |
|
|
* Tue Apr 14 2009 Daniel B. <daniel@firewall-services.com> [2.0-21] |
211 |
|
|
- Fixe permissions on public directory (pub and ccd) which must be readable |
212 |
|
|
by everyone (especially user nobody) |
213 |
|
|
|
214 |
|
|
* Sun Apr 12 2009 Daniel B. <daniel@firewall-services.com> [2.0-20] |
215 |
|
|
- remove obsolete init scripts reset-openvpn and openvpn-bridge |
216 |
|
|
|
217 |
|
|
* Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [2.0-19] |
218 |
|
|
- Do not add cipher directive in client configuration file if set to 'auto' |
219 |
|
|
|
220 |
|
|
* Wed Mar 11 2009 Daniel B. <daniel@firewall-services.com> [2.0-18] |
221 |
|
|
- Compatibility with openvpn 2.1 (detect plugin dir location) [SME: 5060] |
222 |
|
|
|
223 |
|
|
* Mon Mar 09 2009 Daniel B. <daniel@firewall-services.com> [2.0-17] |
224 |
|
|
- Add smeserver-bridge-interface as dependency |
225 |
|
|
- Update spec description |
226 |
|
|
|
227 |
|
|
* Tue Mar 03 2009 SME Translation Server [2.0-16] |
228 |
|
|
- apply locale 2009-03-03 patch |
229 |
|
|
|
230 |
|
|
* Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-15] |
231 |
|
|
- Fix some more errors in the en-us locale |
232 |
|
|
- Remove tabs from SPEC file as some editors act weird with them, e.g. nano |
233 |
|
|
|
234 |
|
|
* Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-14] |
235 |
|
|
- Fix some grammar errors in the en-us locale |
236 |
|
|
|
237 |
|
|
* Tue Mar 03 2009 Jonathan Martens <smeserver-contribs@snetram.nl> [2.0-13] |
238 |
|
|
- Fix a typo in the en-us locale |
239 |
|
|
|
240 |
|
|
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-12] |
241 |
|
|
- Fix xml language tag to be correct |
242 |
|
|
|
243 |
|
|
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-11] |
244 |
|
|
- Remove duplicate translations that break pootle |
245 |
|
|
|
246 |
|
|
* Tue Mar 03 2009 Shad L. Lords <slords@mail.com> [2.0-10] |
247 |
|
|
- Rename locale/en to locale/en-us to pootle works |
248 |
|
|
|
249 |
|
|
* Tue Mar 03 2009 Daniel B. <daniel@firewall-services.com> [2.0-9] |
250 |
|
|
- Apply locale patch fr 1 |
251 |
|
|
- Add e-smith-devtools as a build dependency |
252 |
|
|
|
253 |
|
|
* Thu Jan 29 2009 Daniel B. <daniel@firewall-services.com> [2.0-8] |
254 |
|
|
- Fix an error with the creation of the db |
255 |
|
|
|
256 |
|
|
* Wed Jan 28 2009 Daniel B. <daniel@firewall-services.com> [2.0-7] |
257 |
|
|
- Cleanly create openvpn-bridge db |
258 |
|
|
|
259 |
|
|
* Fri Jan 16 2009 Daniel B. <daniel@firewall-services.com> [2.0-6] |
260 |
|
|
- Just warn if openvpn db is missing |
261 |
|
|
- Fix certificates check |
262 |
|
|
- Warn if bridge service isn't enabled |
263 |
|
|
- Configure the CRL update URL |
264 |
|
|
|
265 |
|
|
* Mon Jan 12 2009 Daniel B. <daniel@firewall-services.com> [2.0-5] |
266 |
|
|
- localization patch |
267 |
|
|
|
268 |
|
|
* Mon Dec 22 2008 Daniel B. <daniel@firewall-services.com> [2.0-4] |
269 |
|
|
- Add validate_common_name routine |
270 |
|
|
|
271 |
jpp |
1.9 |
* Fri Dec 19 2008 Daniel B. <daniel@firewall-services.com> [2.0-3] |
272 |
brianr |
1.1 |
- Added option configRequired (accept only certificate listed in the rules section) |
273 |
|
|
- Clean config templates |
274 |
|
|
|
275 |
|
|
* Tue Dec 16 2008 Daniel B. <daniel@firewall-services.com> [2.0-2] |
276 |
|
|
- Add missing pull directive in client config |
277 |
|
|
|
278 |
|
|
* Fri Dec 12 2008 Daniel B. <daniel@firewall-services.com> [2.0-1] |
279 |
|
|
- Remove useless migrate fragment (now handled by the bridge package) |
280 |
|
|
|
281 |
|
|
* Thu Dec 04 2008 Daniel B. <daniel@firewall-services.com> [2.0-0] |
282 |
|
|
- The bridge stuff is now in a separated rpm |
283 |
|
|
- Restarting the service doesn't cut the InternalInterface |
284 |
|
|
as the bridge isn't restarted |
285 |
|
|
- Correct (truely this time) the bug with dhcpd looping |
286 |
|
|
- Panel re-writen in FormMagick (much more simple now) |
287 |
|
|
- Removed the certificate manager, now handled by phpki |
288 |
|
|
- Real-time clients info using Net::OpenVPN::Manage |
289 |
|
|
- Routes to local networks are pushed to clients |
290 |
|
|
|
291 |
|
|
* Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com> |
292 |
|
|
- [1.1-1] |
293 |
|
|
- Bugs fixes (repported by Stephan Braunstein) |
294 |
|
|
- corrections in the en language |
295 |
|
|
|
296 |
|
|
* Tue Feb 06 2007 Daniel Berteaud <daniel@firewall-services.com> |
297 |
|
|
- [1.1-0] |
298 |
|
|
- panel enhancement |
299 |
|
|
- little correction in the local file |
300 |
|
|
|
301 |
jpp |
1.9 |
* Mon Dec 11 2006 Daniel Berteaud <daniel@firewall-services.com> |
302 |
brianr |
1.1 |
- [1.0-3] |
303 |
|
|
- correction of permissions on startup and shutdown scripts |
304 |
|
|
- little correction in the local file |
305 |
|
|
|
306 |
|
|
* Fri Dec 08 2006 Daniel Berteaud <daniel@firewall-services.com> |
307 |
|
|
- [1.0-2] |
308 |
|
|
- Added missing directory keys/bridge |
309 |
|
|
|
310 |
jpp |
1.10 |
* Wed Dec 06 2006 Daniel Berteaud <daniel@firewall-services.com> |
311 |
brianr |
1.1 |
- [1.0-1] |
312 |
|
|
- Removed useless parameters from the panel (tap, br and localInf) |
313 |
|
|
- Added a stop script (k20openvpn-bridge) |
314 |
|
|
- panel renamed to openvpn-bridge for futur compatibility |
315 |
|
|
|
316 |
|
|
%prep |
317 |
|
|
|
318 |
|
|
%setup -q -n %{name}-%{version} |
319 |
|
|
%patch0 -p1 |
320 |
|
|
%patch1 -p1 |
321 |
|
|
%patch2 -p1 |
322 |
|
|
%patch3 -p1 |
323 |
|
|
%patch4 -p1 |
324 |
|
|
%patch5 -p1 |
325 |
|
|
%patch6 -p1 |
326 |
|
|
%patch7 -p1 |
327 |
brianr |
1.2 |
%patch8 -p1 |
328 |
jpp |
1.3 |
%patch9 -p1 |
329 |
terryfage |
1.6 |
%patch10 -p1 |
330 |
|
|
%patch11 -p1 |
331 |
terryfage |
1.7 |
%patch12 -p1 |
332 |
jpp |
1.8 |
%patch13 -p1 |
333 |
terryfage |
1.6 |
|
334 |
jpp |
1.3 |
rm -rf root/usr/sbin/systemd/ |
335 |
|
|
rm -rf root/var/service/ |
336 |
brianr |
1.1 |
|
337 |
|
|
%build |
338 |
|
|
perl createlinks |
339 |
|
|
|
340 |
|
|
%{__mkdir_p} root/etc/openvpn/bridge/ccd |
341 |
|
|
%{__mkdir_p} root/etc/openvpn/bridge/priv |
342 |
|
|
%{__mkdir_p} root/etc/openvpn/bridge/pub |
343 |
|
|
%{__mkdir_p} root/etc/openvpn/bridge/tmp |
344 |
|
|
%{__mkdir_p} root/etc/openvpn/bridge/dev |
345 |
|
|
%{__mkdir_p} root/var/log/openvpn-bridge |
346 |
|
|
|
347 |
|
|
%install |
348 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
349 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
350 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
351 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
352 |
jpp |
1.3 |
--dir /var/log/openvpn-bridge 'attr(0750,root,root)' \ |
353 |
brianr |
1.1 |
--dir /etc/openvpn/bridge/pub 'attr(0755,root,root)' \ |
354 |
|
|
--dir /etc/openvpn/bridge/priv 'attr(0750,root,root)' \ |
355 |
|
|
--dir /etc/openvpn/bridge/ccd 'attr(0755,root,root)' \ |
356 |
|
|
--dir /etc/openvpn/bridge/tmp 'attr(0770,root,nobody)' \ |
357 |
|
|
--file /usr/bin/ovpn-bridge-update-crl 'attr(0750,root,root)' \ |
358 |
|
|
> %{name}-%{version}-filelist |
359 |
|
|
|
360 |
|
|
%files -f %{name}-%{version}-filelist |
361 |
|
|
%defattr(-,root,root) |
362 |
|
|
|
363 |
|
|
%clean |
364 |
|
|
rm -rf $RPM_BUILD_ROOT |
365 |
|
|
|
366 |
|
|
%post |
367 |
|
|
if [ \! -c /etc/openvpn/bridge/dev/urandom ]; then |
368 |
|
|
mknod -m 0444 /etc/openvpn/bridge/dev/urandom c 1 9 |
369 |
|
|
fi |
370 |
|
|
|
371 |
|
|
%preun |