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

This commit is contained in:
Trevor Batley 2024-09-08 17:49:31 +10:00
parent 3cfea3f615
commit 309d75cd02

View File

@ -1,6 +1,6 @@
%define name smeserver-libreswan-xl2tpd %define name smeserver-libreswan-xl2tpd
%define version 0.5 %define version 0.5
%define release 11 %define release 12
Summary: Plugin to enable LT2P/IPSEC connections Summary: Plugin to enable LT2P/IPSEC connections
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
@ -12,8 +12,8 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: /var/tmp/%{name}-%{version} BuildRoot: /var/tmp/%{name}-%{version}
BuildArchitectures: noarch BuildArchitectures: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: e-smith-release >= 9.2 Requires: smeserver-release >= 9.2
Requires: libreswan >= 3.29 Requires: libreswan >= 3.29
Requires: smeserver-libreswan >= 0.5 Requires: smeserver-libreswan >= 0.5
Requires: xl2tpd >= 1.3.15 Requires: xl2tpd >= 1.3.15
@ -23,6 +23,9 @@ AutoReqProv: no
xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP xl2tpd is an implementation of the Layer 2 Tunnelling Protocol (RFC 2661). L2TP allows you to tunnel PPP over UDP
%changelog %changelog
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.5-12.sme
- Fix e-smith references in smeserver-libreswan-xl2tpd [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.5-11.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.5-11.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]