[wsmancli] Update to wsmancli-2.2.5

vcrhonek vcrhonek at fedoraproject.org
Wed Mar 23 07:17:32 UTC 2011


commit ebab77ca8730030ef1535998801519d249b0710b
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Wed Mar 23 08:17:16 2011 +0100

    Update to wsmancli-2.2.5

 .gitignore                      |    1 +
 sources                         |    2 +-
 wsmancli-2.2.4-big-endian.patch |   42 ---------------------------------------
 wsmancli.spec                   |   10 ++++----
 4 files changed, 7 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f554def..e0ef979 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 wsmancli-2.2.3.tar.bz2
 /wsmancli-2.2.4.tar.bz2
+/wsmancli-2.2.5.tar.bz2
diff --git a/sources b/sources
index 5c0e4ee..2075aac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-67d6bc77f8ee25dc18c1ad86f81205c5  wsmancli-2.2.4.tar.bz2
+2c0e22050d10afab1225ca0bb4d7b10e  wsmancli-2.2.5.tar.bz2
diff --git a/wsmancli.spec b/wsmancli.spec
index 6390792..c36429a 100644
--- a/wsmancli.spec
+++ b/wsmancli.spec
@@ -1,6 +1,6 @@
 Name:           wsmancli
-Version:        2.2.4
-Release:        3%{dist}
+Version:        2.2.5
+Release:        1%{dist}
 License:        BSD
 Url:            http://www.openwsman.org/
 Source:         http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2
@@ -12,8 +12,6 @@ Group:          Applications/System
 BuildRequires:  openwsman-devel >= 2.1.0 pkgconfig curl-devel
 Requires:       openwsman curl
 Patch0:         missing-pthread-symbols.patch
-# Patch1: reported to the upstream through mailing list, accepted
-Patch1:         wsmancli-2.2.4-big-endian.patch
 Summary:        WS-Management-Command line Interface
 
 %description
@@ -23,7 +21,6 @@ systems using Web Services Management protocol.
 %prep
 %setup -q 
 %patch0 -p1
-%patch1 -p1 -b .big-endian
 cp -fp %SOURCE1 %SOURCE2 %SOURCE3 .;
 
 %build
@@ -44,6 +41,9 @@ rm -rf %{buildroot}
 %doc COPYING README AUTHORS
 
 %changelog
+* Wed Mar 23 2011 Vitezslav Crhonek <vcrhonek at redhat.com> - 2.2.5-1
+- Update to wsmancli-2.2.5
+
 * Tue Feb 22 2011 Vitezslav Crhonek <vcrhonek at redhat.com> - 2.2.4-3
 - Fix option issue on big endian architectures
 


More information about the scm-commits mailing list