1 |
# $Id: smeserver-openvpn-s2s.spec,v 1.4 2014/12/18 08:30:13 vip-ire Exp $ |
# $Id: smeserver-openvpn-s2s.spec,v 1.5 2015/02/17 12:16:49 vip-ire Exp $ |
2 |
# Authority: vip-ire |
# Authority: vip-ire |
3 |
# Name: Daniel Berteaud |
# Name: Daniel Berteaud |
4 |
|
|
6 |
%define name smeserver-openvpn-s2s |
%define name smeserver-openvpn-s2s |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.2 |
%define version 0.2 |
9 |
%define release 4 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
15 |
|
|
16 |
Patch0: smeserver-openvpn-s2s-0.2-use_verify_x509_name.patch |
Patch0: smeserver-openvpn-s2s-0.2-use_verify_x509_name.patch |
17 |
Patch1: smeserver-openvpn-s2s-0.2-locale-2015-02-17.patch |
Patch1: smeserver-openvpn-s2s-0.2-locale-2015-02-17.patch |
18 |
|
Patch2: smeserver-openvpn-s2s-0.2-locale-2015-07-01.patch |
19 |
|
|
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
|
|
30 |
to run openvpn in client or server mode for site to site tunnels |
to run openvpn in client or server mode for site to site tunnels |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Wed Jul 1 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 0.2-5.sme |
34 |
|
- Apply smeserver-openvpn-s2s-0.2-locale-2015-07-01.patch [SME: 8967] |
35 |
|
|
36 |
* Tue Feb 17 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2-4.sme |
* Tue Feb 17 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2-4.sme |
37 |
- Apply locale 2015-02-17 patch |
- Apply locale 2015-02-17 patch |
38 |
|
|
124 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
125 |
%patch0 -p1 |
%patch0 -p1 |
126 |
%patch1 -p1 |
%patch1 -p1 |
127 |
|
%patch2 -p1 |
128 |
|
|
129 |
%build |
%build |
130 |
perl createlinks |
perl createlinks |