[openwsman] updated the dep for ruby bindings

Praveen K Paladugu praveenp at fedoraproject.org
Mon Mar 18 15:41:41 UTC 2013


commit 0495f34335ee353388be36e9a7a3a8629187bcc3
Author: praveenp <praveen_paladugu at dell.com>
Date:   Mon Mar 18 10:41:21 2013 -0500

    updated the dep for ruby bindings

 openwsman.spec |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/openwsman.spec b/openwsman.spec
index 72ed3cc..932da17 100644
--- a/openwsman.spec
+++ b/openwsman.spec
@@ -12,10 +12,11 @@ BuildRequires:  libcurl-devel libxml2-devel pam-devel sblim-sfcc-devel
 BuildRequires:  python python-devel ruby ruby-devel rubygem(rdoc) perl
 BuildRequires:  python python-devel perl
 BuildRequires:  perl-devel pkgconfig openssl-devel
+#BuildRequires: java-1.8.0-openjdk-devel
 BuildRequires:  cmake
 BuildRequires:  systemd-units
 Version:        2.3.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Url:            http://www.openwsman.org/
 License:        BSD
 Group:          Applications/System
@@ -115,12 +116,20 @@ API.
 License:        BSD
 Group:          Development/Libraries
 Requires:       ruby
-Requires:       ruby(abi) = 1.9.1
+Requires:       ruby(abi) >= 2.0.0
 Summary:        Ruby bindings for openwsman client API
 
 %description ruby
 This package provides Ruby bindings to access the openwsman client API.
 
+#%package java
+#Requires:      java
+#Requires:      libwsman1 = %{version}
+#Summary:       Java bindings for openwsman client API
+#Group:          Development/Libraries
+
+#%description java
+#This package provides Java bindings to access the openwsman client API.
 
 
 
@@ -236,6 +245,11 @@ rm -f /var/log/wsmand.log
 %{ruby_sitelib}/openwsman/*.rb
 %doc AUTHORS COPYING ChangeLog README.md
 
+#%files java
+#%defattr(-,root,root)
+#%{_javadir}/*jar
+
+
 %files perl
 %{perl_vendorarch}/openwsman.so
 %{perl_vendorlib}/openwsman.pm
@@ -270,6 +284,9 @@ rm -f /var/log/wsmand.log
 
 
 %changelog
+* Mon Mar 18 2012 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.3.6-4
+- Updated the dependency for ruby bindings and introduced the java bindings.
+
 * Wed Mar 13 2013 Peter Robinson <pbrobinson at fedoraproject.org> 2.3.6-3
 - rebuild for ruby 2
 


More information about the scm-commits mailing list