1 |
Name: smeserver-wireguard |
2 |
Version: 1.0 |
3 |
Release: 1%{?dist} |
4 |
Summary: wireguard SME Server configuration package |
5 |
|
6 |
Group: VPN |
7 |
License: GPL |
8 |
URL: https://wiki.koozali.org/Wireguard |
9 |
Source0: smeserver-wireguard-1.0.tgz |
10 |
Patch0: smeserver-wireguard-1.0-bz11721-init.patch |
11 |
|
12 |
BuildRequires: e-smith-devtools |
13 |
Requires: wireguard-tools |
14 |
Requires: kmod-wireguard |
15 |
Requires: smeserver-release >= 10 |
16 |
Requires: qrencode |
17 |
Requires: perl-Net-Netmask |
18 |
|
19 |
|
20 |
%description |
21 |
WireGuard is a novel VPN that runs inside the Linux Kernel and uses |
22 |
state-of-the-art cryptography (the "Noise" protocol). It aims to be |
23 |
faster, simpler, leaner, and more useful than IPSec, while avoiding |
24 |
the massive headache. It intends to be considerably more performant |
25 |
than OpenVPN. WireGuard is designed as a general purpose VPN for |
26 |
running on embedded interfaces and super computers alike, fit for |
27 |
many different circumstances. It runs over UDP. |
28 |
This package provides the Koozali SME SERVER configuration for controlling WireGuard. |
29 |
|
30 |
%prep |
31 |
%setup -q |
32 |
%patch0 -p1 |
33 |
|
34 |
%build |
35 |
perl createlink |
36 |
|
37 |
|
38 |
%install |
39 |
rm -rf %{buildroot} |
40 |
(cd root; find . -depth -print | cpio -dump %{buildroot}) |
41 |
/sbin/e-smith/genfilelist %{buildroot} \ |
42 |
--ignoredir "/etc/wireguard" \ |
43 |
> %{name}-%{version}-filelist |
44 |
|
45 |
cat %{name}-%{version}-filelist |
46 |
|
47 |
%files -f %{name}-%{version}-filelist |
48 |
%defattr(-,root,root) |
49 |
#%doc COPYING |
50 |
|
51 |
|
52 |
|
53 |
|
54 |
|
55 |
%changelog |
56 |
* Wed Oct 27 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-2.sme |
57 |
- fix wrong ip [SME: 11721] |
58 |
|
59 |
* Tue Oct 26 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-1.sme |
60 |
- first release for Koozali SME Server |
61 |
|
62 |
|