Update to git snapshot

This commit is contained in:
Dan Williams 2011-07-21 10:38:02 -05:00
parent 1da30d3659
commit 804e03524a
2 changed files with 8 additions and 4 deletions

View File

@ -1,12 +1,12 @@
%define openswan_version 2.6.27-1 %define openswan_version 2.6.27-1
%define snapshot %{nil} %define snapshot .git20110721
%define realversion 0.8.999 %define realversion 0.8.999
Summary: NetworkManager VPN plug-in for openswan Summary: NetworkManager VPN plug-in for openswan
Name: NetworkManager-openswan Name: NetworkManager-openswan
Version: 0.8.999 Version: 0.8.999
Release: 1%{snapshot}%{?dist} Release: 2%{snapshot}%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
URL: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-openswan/0.8/ 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 # Check out NetworkManager-openswan
# "cd" to specfic fedora release # "cd" to specfic fedora release
# run "make test-srpm" # 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) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
@ -67,6 +67,10 @@ rm -rf $RPM_BUILD_ROOT
%dir %{_datadir}/gnome-vpn-properties/openswan %dir %{_datadir}/gnome-vpn-properties/openswan
%changelog %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 * Tue May 03 2011 Dan Williams <dcbw@redhat.com> - 0.8.999-1
- Update to 0.8.999 (0.9-rc2) - Update to 0.8.999 (0.9-rc2)
- Port to GTK 3.0 and GtkBuilder - Port to GTK 3.0 and GtkBuilder

View File

@ -1 +1 @@
d90c3539293d82febfe4f85d8f2bc5ff NetworkManager-openswan-0.8.999.tar.bz2 2c594da843f904317e36a05c5df1dd42 NetworkManager-openswan-0.8.999.git20110721.tar.bz2