[openwsman] Update to openwsman-2.4.0

vcrhonek vcrhonek at fedoraproject.org
Tue Sep 17 14:34:44 UTC 2013


commit 7195a6422bb9320921685fd3b581ae16e47b4ea0
Author: Vitezslav Crhonek <vcrhonek at redhat.com>
Date:   Tue Sep 17 16:34:27 2013 +0200

    Update to openwsman-2.4.0

 .gitignore     |    1 +
 openwsman.spec |   16 ++++++++++++----
 sources        |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 92abbfb..5149c06 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ openwsman-2.2.3.tar.bz2
 /openwsman-2.3.5.tar.bz2
 /openwsman-2.3.6.tar.bz2
 /openwsmand.8.gz
+/openwsman-2.4.0.tar.gz
diff --git a/openwsman.spec b/openwsman.spec
index f778767..91f9c98 100644
--- a/openwsman.spec
+++ b/openwsman.spec
@@ -13,13 +13,13 @@ BuildRequires:  perl-devel pkgconfig openssl-devel
 #BuildRequires: java-1.8.0-openjdk-devel
 BuildRequires:  cmake
 BuildRequires:  systemd-units
-Version:        2.3.6
-Release:        8%{?dist}
+Version:        2.4.0
+Release:        1%{?dist}
 Url:            http://www.openwsman.org/
 License:        BSD
 Group:          Applications/System
 Summary:        Open source Implementation of WS-Management
-Source:         http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.bz2
+Source:         http://downloads.sourceforge.net/project/openwsman/%{name}/%{version}/%{name}-%{version}.tar.gz
 # help2man generated manpage for openwsmand binary
 Source1:        openwsmand.8.gz
 # service file for systemd
@@ -146,6 +146,10 @@ This package provides Perl bindings to access the openwsman client API.
 %setup -q
 %patch1 -p1 -b .libssl
 
+# Fix wrong symlinks (fixed upstream, will be in 2.4.1)
+ln -sf %{_bindir}/rdoc bindings/ruby/rdoc1_9.rb 
+ln -sf %{_bindir}/rdoc bindings/ruby/rdoc2_0.rb 
+
 %build
 # Removing executable permissions on .c and .h files to fix rpmlint warnings. 
 chmod -x src/cpp/WsmanClient.h
@@ -278,6 +282,10 @@ rm -f /var/log/wsmand.log
 
 
 %changelog
+* Tue Sep 17 2013 Vitezslav Crhonek <vcrhonek at redhat.com> - 2.4.0-1
+- Update to openwsman-2.4.0
+- Fix bogus date in %%changelog
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.3.6-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
@@ -380,7 +388,7 @@ rm -f /var/log/wsmand.log
 * Tue Jun 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 2.2.3-4
 - Mass rebuild with perl-5.12.0
 
-* Tue Apr 22 2010 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.3-3
+* Thu Apr 22 2010 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.3-3
 - authors.patch: Moved all the AUTHORS info to AUTHORS file.
 - Corrected the Source tag.
 - Corrected the package dependencies to break cyclic dependencies.
diff --git a/sources b/sources
index 56c6960..e0679b5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-54eb12ce88c7750b240d6185df2d6716  openwsman-2.3.6.tar.bz2
 57979ad828cabf969adac186642f69bc  openwsmand.8.gz
+d05d7ae6b97f378a475e52b67d35a88d  openwsman-2.4.0.tar.gz


More information about the scm-commits mailing list