[wsl/f18] Updated the sources to 0.2.2 version

Praveen K Paladugu praveenp at fedoraproject.org
Wed Nov 7 17:17:50 UTC 2012


commit 2a1618db1a13ca1919d450a7a2d46e6a768c0715
Author: praveenp <praveen_paladugu at dell.com>
Date:   Wed Nov 7 11:17:34 2012 -0600

    Updated the sources to 0.2.2 version

 .gitignore |    1 +
 sources    |    2 +-
 wsl.spec   |    8 ++++++--
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c124e5..45ecafc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /wsl-0.1.8.tar.gz
 /wsl-0.2.0.tar.gz
+/wsl-0.2.2.tar.gz
diff --git a/sources b/sources
index 3eac51c..9ca048c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-37e617c29ab7aabf0db165931ca2cdbd  wsl-0.2.0.tar.gz
+cc9131ce94b30965ce76cd7ffc4a50a3  wsl-0.2.2.tar.gz
diff --git a/wsl.spec b/wsl.spec
index 91dbc8f..ccd3f2a 100644
--- a/wsl.spec
+++ b/wsl.spec
@@ -1,5 +1,5 @@
 Name:		wsl
-Version:	0.2.0
+Version:	0.2.2
 Release:	1%{?dist}
 Summary:	Wsman Shell Command Line "whistle"
 
@@ -34,6 +34,7 @@ install -m 644 %{_builddir}/%{name}-%{version}/wsl-ws2textc.xsl $RPM_BUILD_ROOT/
 
 
 mkdir -p $RPM_BUILD_ROOT/%{_bindir}
+install -m 755 %{_builddir}/%{name}-%{version}/viwsl $RPM_BUILD_ROOT/%{_bindir}
 install -m 755 %{_builddir}/%{name}-%{version}/wsl $RPM_BUILD_ROOT/%{_bindir}
 install -m 755 %{_builddir}/%{name}-%{version}/wslcred $RPM_BUILD_ROOT/%{_bindir}
 install -m 755 %{_builddir}/%{name}-%{version}/wslecn $RPM_BUILD_ROOT/%{_bindir}
@@ -57,13 +58,16 @@ install -m 644 %{_builddir}/%{name}-%{version}/wsl.1 $RPM_BUILD_ROOT%{_mandir}/m
 %{_sysconfdir}/%{name}
 
 
-%doc LICENSE README-wsl VERSION wsl-config
+%doc LICENSE README-wsl VERSION wslrc
 %{_mandir}/man1/%{name}.1.*
 
 
 
 
 %changelog
+* Tue Nov  6 2012 Chris Poblete <chris_poblete at dell.com> - 0.2.2-1
+- Added viwsl to spec file
+
 * 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.
 


More information about the scm-commits mailing list