|
|
|
@ -4,14 +4,14 @@
|
|
|
|
|
%define openvpn_version 2.1
|
|
|
|
|
%define shared_mime_version 0.16-3
|
|
|
|
|
|
|
|
|
|
%define snapshot .git20110721
|
|
|
|
|
%define realversion 0.8.9997
|
|
|
|
|
%define snapshot %{nil}
|
|
|
|
|
%define realversion 0.9.0
|
|
|
|
|
|
|
|
|
|
Summary: NetworkManager VPN plugin for OpenVPN
|
|
|
|
|
Name: NetworkManager-openvpn
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 0.8.9997
|
|
|
|
|
Release: 2%{snapshot}%{?dist}
|
|
|
|
|
Version: 0.9.0
|
|
|
|
|
Release: 1%{snapshot}%{?dist}
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: http://www.gnome.org/projects/NetworkManager/
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
@ -93,11 +93,12 @@ fi
|
|
|
|
|
%{_libexecdir}/nm-openvpn-service
|
|
|
|
|
%{_libexecdir}/nm-openvpn-service-openvpn-helper
|
|
|
|
|
%{_datadir}/gnome-vpn-properties/openvpn/nm-openvpn-dialog.ui
|
|
|
|
|
#%{_datadir}/applications/nm-openvpn.desktop
|
|
|
|
|
#%{_datadir}/icons/hicolor/48x48/apps/gnome-mime-application-x-openvpn-settings.png
|
|
|
|
|
%dir %{_datadir}/gnome-vpn-properties/openvpn
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 26 2011 Dan Williams <dcbw@redhat.com> - 1:0.9.0-1
|
|
|
|
|
- ui: updated translations
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2011 Dan Williams <dcbw@redhat.com> - 1:0.8.9997-2
|
|
|
|
|
- ui: ensure secrets are saved when required and not saved when not required
|
|
|
|
|
- ui: add explicit secret saving options
|
|
|
|
|