--- rpms/smeserver-wireguard/contribs10/smeserver-wireguard.spec 2021/10/27 03:43:05 1.2 +++ rpms/smeserver-wireguard/contribs10/smeserver-wireguard.spec 2021/10/27 21:35:02 1.4 @@ -7,6 +7,7 @@ Group: VPN License: GPL URL: https://wiki.koozali.org/Wireguard Source0: smeserver-wireguard-1.0.tgz +Patch0: smeserver-wireguard-1.0-bz11721-init.patch BuildRequires: e-smith-devtools Requires: wireguard-tools @@ -24,10 +25,11 @@ the massive headache. It intends to be c than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers alike, fit for many different circumstances. It runs over UDP. -This package provides the wg binary for controlling WireGuard. +This package provides the Koozali SME SERVER configuration for controlling WireGuard. %prep %setup -q +%patch0 -p1 %build perl createlink @@ -51,6 +53,9 @@ cat %{name}-%{version}-filelist %changelog +* Wed Oct 27 2021 Jean-Philippe Pialasse 1.0-2.sme +- fix wrong ip [SME: 11721] + * Tue Oct 26 2021 Jean-Philippe Pialasse 1.0-1.sme - first release for Koozali SME Server