|
|
|
@ -4,17 +4,17 @@
|
|
|
|
|
%define ppp_version 2.2.4
|
|
|
|
|
%define shared_mime_version 0.16-3
|
|
|
|
|
|
|
|
|
|
%define svn_snapshot svn16
|
|
|
|
|
%define svn_snapshot %{nil}
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for pptp
|
|
|
|
|
Name: NetworkManager-pptp
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 0.7.0
|
|
|
|
|
Release: 1.%{svn_snapshot}%{?dist}
|
|
|
|
|
Version: 0.7.0.97
|
|
|
|
|
Release: 1%{svn_snapshot}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
|
Source: %{name}-%{version}.%{svn_snapshot}.tar.bz2
|
|
|
|
|
Source: %{name}-%{version}%{svn_snapshot}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -103,6 +103,13 @@ fi
|
|
|
|
|
%dir %{_datadir}/gnome-vpn-properties/pptp
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Feb 19 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0.97-1
|
|
|
|
|
- Update to 0.7.1rc1
|
|
|
|
|
- Set a reasonable MTU
|
|
|
|
|
- Ensure 'noauth' is used
|
|
|
|
|
- Fix domain-based logins
|
|
|
|
|
- Fix saving MPPE values in connection editor
|
|
|
|
|
|
|
|
|
|
* Sat Jan 3 2009 Dan Williams <dcbw@redhat.com> 1:0.7.0-1.svn16
|
|
|
|
|
- Rebuild for updated NetworkManager
|
|
|
|
|
- Fix some specfile issues (rh #477153)
|
|
|
|
|