1 |
# $Id: smeserver-openvpn-s2s.spec,v 1.6 2015/07/01 21:55:55 stephdl Exp $ |
# $Id: smeserver-openvpn-s2s.spec,v 1.7 2016/02/08 09:24:25 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 6 |
%define release 7 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
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 |
Patch2: smeserver-openvpn-s2s-0.2-locale-2015-07-01.patch |
19 |
|
Patch3: smeserver-openvpn-s2s-0.2-fix_daemon_id_validation.patch |
20 |
|
|
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
22 |
|
|
31 |
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 |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Wed Oct 25 2017 Daniel Berteaud <daniel@firewall-services.com> 0.2-7.sme |
35 |
|
- Fix daemon ID validation [SME: 10446] |
36 |
|
|
37 |
* Mon Feb 8 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2-6.sme |
* Mon Feb 8 2016 Daniel Berteaud <daniel@firewall-services.com> 0.2-6.sme |
38 |
- Create /etc/openvpn/s2s/dev/urandom [SME: 9238] |
- Create /etc/openvpn/s2s/dev/urandom [SME: 9238] |
39 |
|
|
132 |
%patch0 -p1 |
%patch0 -p1 |
133 |
%patch1 -p1 |
%patch1 -p1 |
134 |
%patch2 -p1 |
%patch2 -p1 |
135 |
|
%patch3 -p1 |
136 |
|
|
137 |
%build |
%build |
138 |
perl createlinks |
perl createlinks |