rpms/openwsman/EL-4 openwsman.spec,1.7,1.8

Praveen K Paladugu praveenp at fedoraproject.org
Thu Dec 31 20:06:09 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/openwsman/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8582

Modified Files:
	openwsman.spec 
Log Message:
Made the final changes



Index: openwsman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/EL-4/openwsman.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- openwsman.spec	29 Dec 2009 03:07:38 -0000	1.7
+++ openwsman.spec	31 Dec 2009 20:06:09 -0000	1.8
@@ -1,11 +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_sitelib: %global ruby_sitelib %(/usr/bin/ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"] ')}
-%{!?ruby_sitearch: %global ruby_sitearch %(/usr/bin/ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
+%{!?ruby_sitelib: %global ruby_sitelib %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"] ')}
+%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
 
 Name:          openwsman
 Version:       2.2.0
-Release:        6%{?dist}
+Release:        7%{?dist}
 License:        BSD
 Url:            http://www.openwsman.org/
 Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -52,7 +52,7 @@ Requires:       libwsman1 = %{version}
 Requires:       %{name}-server = %{version}
 Requires:       %{name}-client = %{version}
 Requires:       sblim-sfcc-devel libxml2-devel pam-devel
-Requires:       libcurl-devel
+Requires:       curl-devel
 
 %description -n libwsman-devel
 Development files for openwsman
@@ -231,13 +231,17 @@ rm -f /var/log/wsmand.log
 
 
 %changelog
-* Thu Dec 28 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-6
+* Thu Dec 31 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-7
+- Removed the dependency on libcurl-devel and added curl-devel.
+- remove the hard coding of ruby while determing the sitearch and sitelibs.
+
+* Mon Dec 28 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-6
 - Changed the random file used for creating an openssl cert
 
-* Thu Dec 28 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-5
+* Mon Dec 28 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-5
 - Added a few Build dependencies
 
-* Thu Dec 28 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-4
+* Mon Dec 28 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.2.0-4
 - Following the upstream packaging, updated the spec file to break the
 - package into server, client, lib components.
 




More information about the fedora-extras-commits mailing list