|
|
@ -1,6 +1,6 @@
|
|
|
|
Summary: NetworkManager VPN plugin for L2TP and L2TP/IPsec
|
|
|
|
Summary: NetworkManager VPN plugin for L2TP and L2TP/IPsec
|
|
|
|
Name: NetworkManager-l2tp
|
|
|
|
Name: NetworkManager-l2tp
|
|
|
|
Version: 1.2.6
|
|
|
|
Version: 1.2.8
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
URL: https://github.com/nm-l2tp/network-manager-l2tp
|
|
|
|
URL: https://github.com/nm-l2tp/network-manager-l2tp
|
|
|
@ -24,7 +24,7 @@ Requires: dbus
|
|
|
|
Requires: NetworkManager >= 1:1.2.0
|
|
|
|
Requires: NetworkManager >= 1:1.2.0
|
|
|
|
Requires: ppp = %{ppp_version}
|
|
|
|
Requires: ppp = %{ppp_version}
|
|
|
|
Requires: xl2tpd
|
|
|
|
Requires: xl2tpd
|
|
|
|
Requires: libreswan
|
|
|
|
Recommends: libreswan
|
|
|
|
|
|
|
|
|
|
|
|
%global _privatelibs libnm-l2tp-properties[.]so.*
|
|
|
|
%global _privatelibs libnm-l2tp-properties[.]so.*
|
|
|
|
%global __provides_exclude ^(%{_privatelibs})$
|
|
|
|
%global __provides_exclude ^(%{_privatelibs})$
|
|
|
@ -84,6 +84,11 @@ rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
|
|
|
|
%{_datadir}/appdata/network-manager-l2tp.metainfo.xml
|
|
|
|
%{_datadir}/appdata/network-manager-l2tp.metainfo.xml
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Sun Jul 23 2017 Douglas Kosovic <doug@uq.edu.au> - 1.2.8-1
|
|
|
|
|
|
|
|
- Updated to 1.2.8 release
|
|
|
|
|
|
|
|
- Replaced requires libreswan with weaker recommends libreswan,
|
|
|
|
|
|
|
|
allows uninstalling of libreswan if IPsec support isn't required
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2017 Douglas Kosovic <doug@uq.edu.au> - 1.2.6-1
|
|
|
|
* Fri May 19 2017 Douglas Kosovic <doug@uq.edu.au> - 1.2.6-1
|
|
|
|
- Updated to 1.2.6 release
|
|
|
|
- Updated to 1.2.6 release
|
|
|
|
- Added %%check section
|
|
|
|
- Added %%check section
|
|
|
|