--- rpms/smeserver-wireguard/contribs10/smeserver-wireguard.spec 2021/10/27 03:23:22 1.1 +++ rpms/smeserver-wireguard/contribs10/smeserver-wireguard.spec 2021/10/28 01:24:08 1.7 @@ -1,12 +1,16 @@ +%define release 4 +%define version 1.0 + Name: smeserver-wireguard -Version: 1.0 -Release: 1%{?dist} +Version: %{version} +Release: %{release}%{?dist} Summary: wireguard SME Server configuration package 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 +28,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,4 +56,12 @@ cat %{name}-%{version}-filelist %changelog +* Wed Oct 27 2021 Jean-Philippe Pialasse 1.0-4.sme +- fix wrong ip [SME: 11721] +- updated templates fragments +- fix panel link ; fix private/public key creation + +* Tue Oct 26 2021 Jean-Philippe Pialasse 1.0-1.sme +- first release for Koozali SME Server +