|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
%global snapshot .20150903git345c34e
|
|
|
|
|
%global snapshot .20151027gita2e7ffa
|
|
|
|
|
%global ppp_version %(rpm -q ppp --queryformat '%{VERSION}')
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for PPTP
|
|
|
|
@ -22,14 +22,10 @@ BuildRequires: libsecret-devel
|
|
|
|
|
BuildRequires: libnm-gtk-devel >= 0.9
|
|
|
|
|
BuildRequires: libnma-devel >= 1.1.0
|
|
|
|
|
|
|
|
|
|
Requires: gtk3
|
|
|
|
|
Requires: dbus
|
|
|
|
|
Requires: NetworkManager
|
|
|
|
|
Requires: NetworkManager >= 1:1.2.0-0.3
|
|
|
|
|
Requires: pptp
|
|
|
|
|
Requires: ppp
|
|
|
|
|
Requires: shared-mime-info
|
|
|
|
|
Requires: gnome-keyring
|
|
|
|
|
Requires: libnm-gtk
|
|
|
|
|
Obsoletes: NetworkManager-pptp < 1:0.9.8.2-3
|
|
|
|
|
|
|
|
|
|
%global _privatelibs libnm-pptp-properties[.]so.*
|
|
|
|
@ -93,6 +89,9 @@ rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
|
|
|
|
|
%{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 27 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.1.20151027gita2e7ffa
|
|
|
|
|
- Update the git snapshot
|
|
|
|
|
|
|
|
|
|
* Thu Sep 3 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.1.20150901git345c34e
|
|
|
|
|
- Update to 1.2 git snapshot with libnm-based properties plugin
|
|
|
|
|
|
|
|
|
|