1 |
# $Id: smeserver-openvpn-s2s.spec,v 1.3 2013/11/14 17:50:53 vip-ire Exp $ |
# $Id: smeserver-openvpn-s2s.spec,v 1.4 2014/12/18 08:30:13 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 3 |
%define release 4 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: Networking/Remote access |
Group: Networking/Remote access |
14 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
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 |
18 |
|
|
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
|
|
21 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
29 |
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 |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Tue Feb 17 2015 Daniel Berteaud <daniel@firewall-services.com> 0.2-4.sme |
33 |
|
- Apply locale 2015-02-17 patch |
34 |
|
|
35 |
* Thu Dec 18 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2-3.sme |
* Thu Dec 18 2014 Daniel Berteaud <daniel@firewall-services.com> 0.2-3.sme |
36 |
- Create required (but unused) /etc/openvpn/s2s/tmp dir |
- Create required (but unused) /etc/openvpn/s2s/tmp dir |
37 |
|
|
119 |
|
|
120 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
121 |
%patch0 -p1 |
%patch0 -p1 |
122 |
|
%patch1 -p1 |
123 |
|
|
124 |
%build |
%build |
125 |
perl createlinks |
perl createlinks |