|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Summary: NetworkManager VPN plugin for L2TP and L2TP/IPsec
|
|
|
|
|
Name: NetworkManager-l2tp
|
|
|
|
|
Version: 1.8.6
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
Version: 1.20.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://github.com/nm-l2tp/NetworkManager-l2tp
|
|
|
|
|
Source: https://github.com/nm-l2tp/NetworkManager-l2tp/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
@ -9,12 +9,13 @@ Source: https://github.com/nm-l2tp/NetworkManager-l2tp/releases/download/%{ve
|
|
|
|
|
%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: NetworkManager-libnm-devel >= 1:1.8.0
|
|
|
|
|
BuildRequires: libnma-devel >= 1.8.0
|
|
|
|
|
BuildRequires: ppp-devel
|
|
|
|
|
BuildRequires: libtool intltool gettext
|
|
|
|
|
BuildRequires: libtool gettext
|
|
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
|
BuildRequires: openssl-devel >= 1:1.1.0
|
|
|
|
|
BuildRequires: nss-devel
|
|
|
|
@ -49,7 +50,6 @@ IPsec VPN support with the NetworkManager (GNOME files).
|
|
|
|
|
%build
|
|
|
|
|
if [ ! -f configure ]; then
|
|
|
|
|
autoreconf -fi
|
|
|
|
|
intltoolize
|
|
|
|
|
fi
|
|
|
|
|
%configure \
|
|
|
|
|
--disable-static \
|
|
|
|
@ -102,6 +102,11 @@ exit 0
|
|
|
|
|
%{_datadir}/metainfo/network-manager-l2tp.metainfo.xml
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Oct 21 2021 Douglas Kosovic <doug@uq.edu.au> - 1.20.0-1
|
|
|
|
|
- Updated to 1.20.0 release
|
|
|
|
|
- Removed redundant BuildRequires intltool
|
|
|
|
|
- Added BuildRequires gcc
|
|
|
|
|
|
|
|
|
|
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 1.8.6-7
|
|
|
|
|
- Rebuilt with OpenSSL 3.0.0
|
|
|
|
|
|
|
|
|
|