|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
%global snapshot .20151027gita2e7ffa
|
|
|
|
|
%global snapshot .20151223gitde50986
|
|
|
|
|
%global ppp_version %(rpm -q ppp-devel --queryformat '%{VERSION}')
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for PPTP
|
|
|
|
@ -23,10 +23,9 @@ BuildRequires: libnm-gtk-devel >= 0.9
|
|
|
|
|
BuildRequires: libnma-devel >= 1.1.0
|
|
|
|
|
|
|
|
|
|
Requires: dbus
|
|
|
|
|
Requires: NetworkManager >= 1:1.2.0-0.3
|
|
|
|
|
Requires: NetworkManager >= 1:1.1.0
|
|
|
|
|
Requires: pptp
|
|
|
|
|
Requires: ppp
|
|
|
|
|
Obsoletes: NetworkManager-pptp < 1:0.9.8.2-3
|
|
|
|
|
|
|
|
|
|
%global _privatelibs libnm-pptp-properties[.]so.*
|
|
|
|
|
%global __provides_exclude ^(%{_privatelibs})$
|
|
|
|
@ -89,6 +88,9 @@ rm -f %{buildroot}%{_libdir}/pppd/%{ppp_version}/*.la
|
|
|
|
|
%{_sysconfdir}/NetworkManager/VPN/nm-pptp-service.name
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 23 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.1.20151223gitde50986
|
|
|
|
|
- Update the git snapshot
|
|
|
|
|
|
|
|
|
|
* Tue Oct 27 2015 Lubomir Rintel <lkundrak@v3.sk> - 1:1.2.0-0.1.20151027gita2e7ffa
|
|
|
|
|
- Update the git snapshot
|
|
|
|
|
- Fix the el7 build
|
|
|
|
|