1 |
# $Id: smeserver-openvpn-bridge.spec,v 1.15 2009/03/09 20:34:06 vip-ire Exp $ |
# $Id: smeserver-openvpn-bridge.spec,v 1.16 2009/03/11 17:25:05 vip-ire Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
6 |
%define name smeserver-openvpn-bridge |
%define name smeserver-openvpn-bridge |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 2.0 |
%define version 2.0 |
9 |
%define release 18 |
%define release 19 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
34 |
Patch18: smeserver-openvpn-bridge-2.0-fix-en-us-locale3.patch |
Patch18: smeserver-openvpn-bridge-2.0-fix-en-us-locale3.patch |
35 |
Patch19: smeserver-openvpn-bridge-2.0-locale-2009-03-03.patch |
Patch19: smeserver-openvpn-bridge-2.0-locale-2009-03-03.patch |
36 |
Patch20: smeserver-openvpn-bridge-2.0-openvpn_2_1_compat.patch |
Patch20: smeserver-openvpn-bridge-2.0-openvpn_2_1_compat.patch |
37 |
|
Patch21: smeserver-openvpn-bridge-2.0-cipher_auto.patch |
38 |
|
|
39 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
40 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
53 |
to have a full working openvpn server running in bridge mode. |
to have a full working openvpn server running in bridge mode. |
54 |
|
|
55 |
%changelog |
%changelog |
56 |
|
* Wed Mar 18 2009 Daniel B. <daniel@firewall-services.com> [2.0-19] |
57 |
|
- Do not add cipher directive in client configuration file if set to 'auto' |
58 |
|
|
59 |
* Wed Mar 11 2009 Daniel B. <daniel@firewall-services.com> [2.0-18] |
* Wed Mar 11 2009 Daniel B. <daniel@firewall-services.com> [2.0-18] |
60 |
- Compatibility with openvpn 2.1 (detect plugin dir location) [SME: 5060] |
- Compatibility with openvpn 2.1 (detect plugin dir location) [SME: 5060] |
61 |
|
|
176 |
%patch18 -p1 |
%patch18 -p1 |
177 |
%patch19 -p1 |
%patch19 -p1 |
178 |
%patch20 -p1 |
%patch20 -p1 |
179 |
|
%patch21 -p1 |
180 |
|
|
181 |
%build |
%build |
182 |
perl createlinks |
perl createlinks |