Update to git snapshot
This commit is contained in:
parent
1da30d3659
commit
804e03524a
@ -1,12 +1,12 @@
|
||||
%define openswan_version 2.6.27-1
|
||||
|
||||
%define snapshot %{nil}
|
||||
%define snapshot .git20110721
|
||||
%define realversion 0.8.999
|
||||
|
||||
Summary: NetworkManager VPN plug-in for openswan
|
||||
Name: NetworkManager-openswan
|
||||
Version: 0.8.999
|
||||
Release: 1%{snapshot}%{?dist}
|
||||
Release: 2%{snapshot}%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
URL: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openswan/0.8/
|
||||
@ -14,7 +14,7 @@ URL: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openswan/0.8/
|
||||
# Check out NetworkManager-openswan
|
||||
# "cd" to specfic fedora release
|
||||
# run "make test-srpm"
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openswan/0.8/%{name}-%{realversion}.tar.bz2
|
||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openswan/0.8/%{name}-%{realversion}%{snapshot}.tar.bz2
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
|
||||
BuildRequires: gtk3-devel
|
||||
@ -67,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir %{_datadir}/gnome-vpn-properties/openswan
|
||||
|
||||
%changelog
|
||||
* Thu Jul 21 2011 Dan Williams <dcbw@redhat.com> - 0.8.999-2.git20110721
|
||||
- Update to git snapshot
|
||||
- Fixes for secrets handling and saving
|
||||
|
||||
* Tue May 03 2011 Dan Williams <dcbw@redhat.com> - 0.8.999-1
|
||||
- Update to 0.8.999 (0.9-rc2)
|
||||
- Port to GTK 3.0 and GtkBuilder
|
||||
|
Loading…
Reference in New Issue
Block a user