[NetworkManager-openswan/f15] Update to git snapshot

Daniel Williams dcbw at fedoraproject.org
Thu Jul 21 15:56:38 UTC 2011


commit 8807d077248a6f4a60ef479c02f3035bc1293510
Author: Dan Williams <dcbw at redhat.com>
Date:   Thu Jul 21 10:37:34 2011 -0500

    Update to git snapshot

 .gitignore                   |    1 +
 NetworkManager-openswan.spec |   10 +-
 compile-errors.patch         |   86 -------
 nm-616910.patch              |  306 ----------------------
 nm-changes.patch             |   14 -
 nm-secret-whack.patch        |  580 ------------------------------------------
 nm09.patch                   |  359 --------------------------
 sources                      |    2 +-
 8 files changed, 9 insertions(+), 1349 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd9f126..700e12a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 NetworkManager-openswan-0.8.tar.gz
 /NetworkManager-openswan-0.8.999.tar.bz2
+/NetworkManager-openswan-0.8.999.git20110721.tar.bz2
diff --git a/NetworkManager-openswan.spec b/NetworkManager-openswan.spec
index df8a149..139df3c 100644
--- a/NetworkManager-openswan.spec
+++ b/NetworkManager-openswan.spec
@@ -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 at redhat.com> - 0.8.999-2.git20110721
+- Update to git snapshot
+- Fixes for secrets handling and saving
+
 * Tue May 03 2011 Dan Williams <dcbw at redhat.com> - 0.8.999-1
 - Update to 0.8.999 (0.9-rc2)
 - Port to GTK 3.0 and GtkBuilder
diff --git a/sources b/sources
index 5200be9..0246e54 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d90c3539293d82febfe4f85d8f2bc5ff  NetworkManager-openswan-0.8.999.tar.bz2
+2c594da843f904317e36a05c5df1dd42  NetworkManager-openswan-0.8.999.git20110721.tar.bz2


More information about the scm-commits mailing list