@ -1,12 +1,6 @@
%if 0%{?fedora} < 28 && 0%{?rhel} < 8
%bcond_without libnm_glib
%else
%bcond_with libnm_glib
%endif
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.8.0
Version: 1.8.2
Release: 1%{?dist}
Release: 1%{?dist}
License: GPLv2+
License: GPLv2+
URL: https://github.com/nm-l2tp/NetworkManager-l2tp
URL: https://github.com/nm-l2tp/NetworkManager-l2tp
@ -16,27 +10,19 @@ Source: https://github.com/nm-l2tp/NetworkManager-l2tp/releases/download/%{ve
BuildRequires: glib2-devel
BuildRequires: glib2-devel
BuildRequires: gtk3-devel
BuildRequires: gtk3-devel
BuildRequires: NetworkManager-libnm-devel >= 1:1.2 .0
BuildRequires: NetworkManager-libnm-devel >= 1:1.8 .0
BuildRequires: libnma-devel >= 1.2 .0
BuildRequires: libnma-devel >= 1.8 .0
BuildRequires: ppp-devel
BuildRequires: ppp-devel
BuildRequires: libtool intltool gettext
BuildRequires: libtool intltool gettext
BuildRequires: libsecret-devel
BuildRequires: libsecret-devel
%if %with libnm_glib
BuildRequires: openssl-devel >= 1:1.1.0
BuildRequires: NetworkManager-glib-devel >= 1:1.2.0
BuildRequires: libnm-gtk-devel >= 1.2.0
%endif
BuildRequires: openssl-devel
BuildRequires: nss-devel
BuildRequires: nss-devel
Requires: dbus
Requires: dbus
Requires: NetworkManager >= 1:1.2 .0
Requires: NetworkManager >= 1:1.8.0
Requires: ppp = %{ppp_version}
Requires: ppp = %{ppp_version}
Requires: xl2tpd
Requires: xl2tpd
%if 0%{?fedora} < 24 && 0%{?rhel} < 8
Recommends: (libreswan or strongswan)
Requires: libreswan
%else
Recommends: libreswan
%endif
%global __provides_exclude ^libnm-.*\\.so
%global __provides_exclude ^libnm-.*\\.so
@ -62,8 +48,8 @@ if [ ! -f configure ]; then
fi
fi
%configure \
%configure \
--disable-static \
--disable-static \
%if %with libnm_glib
%if 0%{?rhel} == 8
--with-libnm-glib \
--enable-libreswan-dh2 \
%endif
%endif
--with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \
--with-pppd-plugin-dir=%{_libdir}/pppd/%{ppp_version} \
--with-dist-version=%{version}-%{release}
--with-dist-version=%{version}-%{release}
@ -107,12 +93,27 @@ exit 0
%{_libdir}/NetworkManager/libnm-vpn-plugin-l2tp-editor.so
%{_libdir}/NetworkManager/libnm-vpn-plugin-l2tp-editor.so
%{_datadir}/appdata/network-manager-l2tp.metainfo.xml
%{_datadir}/appdata/network-manager-l2tp.metainfo.xml
%if %with libnm_glib
%{_sysconfdir}/NetworkManager/VPN/nm-l2tp-service.name
%{_libdir}/NetworkManager/libnm-*-properties.so
%endif
%changelog
%changelog
* Sun Apr 12 2020 Douglas Kosovic <doug@uq.edu.au> - 1.8.2-1
- Updated to 1.8.2 release
- Remove redundant patches
- Remove redundant libnm_glib conditionals as can not be built with RHEL < 8
- Correct BuildRequires version dependencies
- Use --enable-libreswan-dh2 configure switch with RHEL8
- Recommends (libreswan or strongswan) instead of just libreswan
* Thu Feb 27 2020 Douglas Kosovic <doug@uq.edu.au> - 1.8.0-5
- Patch for user certificate support fix
* Wed Feb 26 2020 Douglas Kosovic <doug@uq.edu.au> - 1.8.0-4
- Patch to support libreswan 3.30 which is no longer built with modp1024 support
* Sat Feb 22 2020 Adam Williamson <awilliam@redhat.com> - 1.8.0-3
- Rebuild for new ppp
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Fri Dec 13 2019 Douglas Kosovic <doug@uq.edu.au> - 1.8.0-1
* Fri Dec 13 2019 Douglas Kosovic <doug@uq.edu.au> - 1.8.0-1
- Updated to 1.8.0 release
- Updated to 1.8.0 release