[wsl/f18] Updated the source to 0.2.0 version

Praveen K Paladugu praveenp at fedoraproject.org
Fri Nov 2 15:02:57 UTC 2012


commit 5a92c8c2e96d1e4ce346a8ce5bceebbe7f9f252f
Author: praveenp <praveen_paladugu at dell.com>
Date:   Fri Nov 2 10:02:33 2012 -0500

    Updated the source to 0.2.0 version

 .gitignore |    1 +
 sources    |    2 +-
 wsl.spec   |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 364b712..6c124e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /wsl-0.1.8.tar.gz
+/wsl-0.2.0.tar.gz
diff --git a/sources b/sources
index 8aa7dad..3eac51c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d27e90629662235165f84414a567d257  wsl-0.1.8.tar.gz
+37e617c29ab7aabf0db165931ca2cdbd  wsl-0.2.0.tar.gz
diff --git a/wsl.spec b/wsl.spec
index 187fd15..91dbc8f 100644
--- a/wsl.spec
+++ b/wsl.spec
@@ -1,6 +1,6 @@
 Name:		wsl
-Version:	0.1.8
-Release:	2%{?dist}
+Version:	0.2.0
+Release:	1%{?dist}
 Summary:	Wsman Shell Command Line "whistle"
 
 Group:		Applications/System
@@ -8,7 +8,7 @@ License:	BSD
 URL:		http://linux.dell.com/files/%{name}
 Source0:	http://linux.dell.com/files/%{name}/%{name}-%{version}.tar.gz
 
-Requires:	bash wget libxml2
+Requires:	bash curl libxml2
 Requires:	gpg
 BuildArch:	noarch
 
@@ -64,6 +64,9 @@ install -m 644 %{_builddir}/%{name}-%{version}/wsl.1 $RPM_BUILD_ROOT%{_mandir}/m
 
 
 %changelog
+* Fri Nov  2 2012 Praveen K Paladugu <praveen_paladugu at dell.com> - 0.2.0-1
+- Using curl in place of wget to talk to remote server.
+
 * Mon Oct  8 2012 Praveen K Paladugu <praveen_paladugu at dell.com> - 0.1.8-2
 - Removing the explicit installation of the doc files as the %%doc macro will handle the same
 - Not zipping the man file, as the package build will handle it.


More information about the scm-commits mailing list