4 |
Summary: OpenVPN, a strong VPN solution build over SSL, pre-configured for routed mode |
Summary: OpenVPN, a strong VPN solution build over SSL, pre-configured for routed mode |
5 |
Name: smeserver-openvpn-routed |
Name: smeserver-openvpn-routed |
6 |
%define version 0.1.6 |
%define version 0.1.6 |
7 |
%define release 4 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
21 |
#Requires: perl(Net::OpenVPN::Manage) |
#Requires: perl(Net::OpenVPN::Manage) |
22 |
Patch0:smeserver-openvpn-routed-0.1.6-Add-in-systemd-startup.patch |
Patch0:smeserver-openvpn-routed-0.1.6-Add-in-systemd-startup.patch |
23 |
Patch1: smeserver-openvpn-routed-0.1.6-bz11336-sme10compatible.patch |
Patch1: smeserver-openvpn-routed-0.1.6-bz11336-sme10compatible.patch |
24 |
|
Patch2: smeserver-openvpn-routed-0.1.6-bz12020-backup.patch |
25 |
|
|
26 |
%description |
%description |
27 |
This package contains all the needed scripts and templates |
This package contains all the needed scripts and templates |
29 |
|
|
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 0.1.6-6.sme |
33 |
|
- Re-build and link to latest devtools [SME: 11997] |
34 |
|
|
35 |
|
* Sat Jul 23 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-5.sme |
36 |
|
- add to core backup [SME: 11997] |
37 |
|
|
38 |
* Thu Apr 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-4.sme |
* Thu Apr 01 2021 Jean-Philippe Pialasse <tests@pialasse.com> 0.1.6-4.sme |
39 |
- autoconfiguration if openvpn-bridge is isntalled and configured [SME: 11336] |
- autoconfiguration if openvpn-bridge is isntalled and configured [SME: 11336] |
40 |
- reworked systemd unit and scripts |
- reworked systemd unit and scripts |
73 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
74 |
%patch0 -p1 |
%patch0 -p1 |
75 |
%patch1 -p1 |
%patch1 -p1 |
76 |
|
%patch2 -p1 |
77 |
|
|
78 |
%build |
%build |
79 |
perl createlinks |
perl createlinks |