rpms/openwsman/F-10 .cvsignore, 1.2, 1.3 openwsman.spec, 1.1, 1.2 sources, 1.2, 1.3

Praveen K Paladugu praveenp at fedoraproject.org
Fri Sep 25 19:05:03 UTC 2009


Author: praveenp

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/F-10/.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	25 Sep 2009 19:05:02 -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-10/openwsman.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- openwsman.spec	1 Nov 2008 10:57:30 -0000	1.1
+++ openwsman.spec	25 Sep 2009 19:05:02 -0000	1.2
@@ -1,8 +1,9 @@
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
 
 Name:          openwsman
-Version:       2.1.0
+Version:       2.2.0
 Release:        1%{?dist}
 License:        BSD
 Url:            http://www.openwsman.org/
@@ -63,6 +64,7 @@ chmod a-x include/*.[ch]
 # disable eventing, as Fedora libcurl isn't linked against openssl
 # disable tests in 2.1.0, http://www.openwsman.org/bug/263
 %configure --with-examples=yes --with-tests=no --enable-python=yes --enable-ruby=yes --enable-eventing=no --disable-more-warnings
+echo %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
 make %{?_smp_flags}
 
 %install
@@ -95,6 +97,8 @@ rm -rf %{buildroot}
 %dir /etc/openwsman
 %config(noreplace) /etc/openwsman/openwsman.conf
 %config(noreplace) /etc/openwsman/ssleay.cnf
+/usr/lib/ruby/site_ruby/1.8/openwsman/
+%config(noreplace) %{_sysconfdir}/pam.d/openwsman
 %doc COPYING README
 
 %files devel
@@ -109,7 +113,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 +139,18 @@ fi
 
 
 %changelog
+* Wed Sep 24 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-1
+- Added the new 2.2.0 sources.
+- Changed the release and version numbers.
+* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 2.1.0-4
+- rebuilt with new openssl
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Mon Sep 22 2008 Matt Domsch <Matt_Domsch at dell.com> - 2.1.0-1
 - update to 2.1.0, resolves security issues
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/F-10/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	25 Sep 2009 19:05:02 -0000	1.3
@@ -1 +1 @@
-25a135bea7c1653f66b2428c4b252d3a  openwsman-2.1.0.tar.bz2
+62b4eaf752171058bf0036e049ca01d0  openwsman-2.2.0.tar.bz2




More information about the fedora-extras-commits mailing list