rpms/openwsman/F-12 .cvsignore, 1.2, 1.3 openwsman.spec, 1.4, 1.5 sources, 1.2, 1.3

Praveen K Paladugu praveenp at fedoraproject.org
Thu Oct 1 18:17:10 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/openwsman/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31860

Modified Files:
	.cvsignore openwsman.spec sources 
Log Message:
Updated the sources to 2.2.0.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/F-12/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	1 Nov 2008 10:57:30 -0000	1.2
+++ .cvsignore	1 Oct 2009 18:17:09 -0000	1.3
@@ -1 +1 @@
-openwsman-2.1.0.tar.bz2
+openwsman-2.2.0.tar.bz2


Index: openwsman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/F-12/openwsman.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- openwsman.spec	21 Aug 2009 15:09:32 -0000	1.4
+++ openwsman.spec	1 Oct 2009 18:17:09 -0000	1.5
@@ -1,9 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
+%define ruby_libdir %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"]')
 
 Name:          openwsman
-Version:       2.1.0
-Release:        4%{?dist}
+Version:       2.2.0
+Release:        1%{?dist}
 License:        BSD
 Url:            http://www.openwsman.org/
 Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -54,6 +56,7 @@ Openwsman ruby bindings
 %prep
 %setup -q 
 %patch0 -p1
+echo "%{ruby_sitearch}"
 
 %build
 chmod a-x src/lib/*.[ch]
@@ -95,6 +98,8 @@ rm -rf %{buildroot}
 %dir /etc/openwsman
 %config(noreplace) /etc/openwsman/openwsman.conf
 %config(noreplace) /etc/openwsman/ssleay.cnf
+%{ruby_libdir}/openwsman
+%config(noreplace) %{_sysconfdir}/pam.d/openwsman
 %doc COPYING README
 
 %files devel
@@ -109,7 +114,7 @@ rm -rf %{buildroot}
 %files python
 %defattr(-,root,root)
 %{python_sitelib}/pywsman.py
-%{python_sitelib}/*.so
+%{python_sitearch}/*.so
 %doc COPYING
 
 %files -n ruby-%{name}
@@ -135,6 +140,18 @@ fi
 
 
 %changelog
+* Thu Oct  1 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-1
+- Updated the sources to 2.2.0. Couple of major changes are as follows:
+- Major changes:
+- 	Adapt IANA ports of 5985 (http) and 5986 (https)
+- 	Change the Ruby bindings module name to 'Openwsman'
+- 	Change the Ruby plugin module name to 'Openwsman'
+- 	IPv6 support (A_Venkatachalam at Dell.com)
+- 	preliminary support for wbem intrinsic operations
+-           'EnumerateClassNames' and 'GetClass' (kkaempf at suse.de)
+-            (needs fixed sblim-sfcc, see www.openwsman.org for details)
+-  
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.1.0-4
 - rebuilt with new openssl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	1 Nov 2008 10:57:30 -0000	1.2
+++ sources	1 Oct 2009 18:17:09 -0000	1.3
@@ -1 +1 @@
-25a135bea7c1653f66b2428c4b252d3a  openwsman-2.1.0.tar.bz2
+62b4eaf752171058bf0036e049ca01d0  openwsman-2.2.0.tar.bz2




More information about the scm-commits mailing list