|
|
|
@ -6,13 +6,13 @@
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for L2TP and L2TP/IPsec
|
|
|
|
|
Name: NetworkManager-l2tp
|
|
|
|
|
Version: 1.20.8
|
|
|
|
|
Version: 1.20.16
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
License: GPL-2.0-or-later
|
|
|
|
|
URL: https://github.com/nm-l2tp/NetworkManager-l2tp
|
|
|
|
|
Source: https://github.com/nm-l2tp/NetworkManager-l2tp/releases/download/%{version}/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
|
|
%global ppp_version %(sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
|
|
|
|
|
%global ppp_version %(pkg-config --modversion pppd 2>/dev/null || sed -n 's/^#define\\s*VERSION\\s*"\\([^\\s]*\\)"$/\\1/p' %{_includedir}/pppd/patchlevel.h 2>/dev/null | grep . || echo bad)
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
@ -20,7 +20,9 @@ BuildRequires: glib2-devel
|
|
|
|
|
BuildRequires: gtk3-devel
|
|
|
|
|
BuildRequires: NetworkManager-libnm-devel >= 1:1.20.0
|
|
|
|
|
BuildRequires: libnma-devel >= 1.8.0
|
|
|
|
|
BuildRequires: ppp-devel
|
|
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: ppp-devel >= 2.4.5
|
|
|
|
|
BuildRequires: autoconf automake
|
|
|
|
|
BuildRequires: libtool gettext
|
|
|
|
|
BuildRequires: libsecret-devel
|
|
|
|
|
BuildRequires: openssl-devel >= 1:1.1.0
|
|
|
|
@ -52,7 +54,7 @@ This package contains software for integrating L2TP and L2TP over
|
|
|
|
|
IPsec VPN support with the NetworkManager (GNOME files).
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%autosetup -p1
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
if [ ! -f configure ]; then
|
|
|
|
@ -116,6 +118,35 @@ exit 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat May 18 2024 Douglas Kosovic <doug@uq.edu.au> - 1.20.16-1
|
|
|
|
|
- Updated to 1.20.16 release
|
|
|
|
|
|
|
|
|
|
* Sun Apr 14 2024 Douglas Kosovic <doug@uq.edu.au> - 1.20.14-1
|
|
|
|
|
- Updated to 1.20.14 release
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.10-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.10-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Nov 03 2023 Íñigo Huguet <ihuguet@redhat.com> - 1.20.10-3
|
|
|
|
|
- Migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon May 01 2023 Douglas Kosovic <doug@uq.edu.au> - 1.20.10-1
|
|
|
|
|
- Updated to 1.20.10 release
|
|
|
|
|
- Remove redundant ppp related patches
|
|
|
|
|
- Use ppp_version macro from NetworkManager
|
|
|
|
|
|
|
|
|
|
* Tue Apr 18 2023 Adam Williamson <awilliam@redhat.com> - 1.20.8-3
|
|
|
|
|
- Rebuild for new ppp
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.20.8-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 30 2022 Douglas Kosovic <doug@uq.edu.au> - 1.20.8-1
|
|
|
|
|
- Updated to 1.20.8 release
|
|
|
|
|
- Added conditional recommends for NetworManager-l2tp-gnome and plasma-nm-l2tp
|
|
|
|
|