fix-e-smith-pkg script (#12732)

This commit is contained in:
Trevor Batley 2024-09-08 16:50:54 +10:00
parent 59fbb967a2
commit be6cfd9981

View File

@ -6,7 +6,7 @@ Summary: OpenVPN, a strong VPN solution built over SSL, for site to site tunnels
%define name smeserver-openvpn-s2s %define name smeserver-openvpn-s2s
Name: %{name} Name: %{name}
%define version 0.2 %define version 0.2
%define release 21 %define release 22
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -16,10 +16,10 @@ Source: %{name}-%{version}.tar.xz
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
Requires: e-smith-base Requires: smeserver-base
Requires: openvpn >= 2.1 Requires: openvpn >= 2.1
%description %description
@ -27,6 +27,9 @@ This package contains all the needed scripts and templates
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
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.2-22.sme
- Fix e-smith references in smeserver-openvpn-s2s [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.2-21.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.2-21.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]