rpms/openwsman/EL-4 openwsman.spec,1.5,1.6

Praveen K Paladugu praveenp at fedoraproject.org
Mon Dec 28 16:24:26 UTC 2009


Author: praveenp

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

Modified Files:
	openwsman.spec 
Log Message:
Changed some build dependencies



Index: openwsman.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openwsman/EL-4/openwsman.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- openwsman.spec	28 Dec 2009 15:46:56 -0000	1.5
+++ openwsman.spec	28 Dec 2009 16:24:24 -0000	1.6
@@ -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 %(ruby -rrbconfig -e 'puts Config::CONFIG["sitelibdir"] ')}
-%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
+%{!?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"] ')}
 
 Name:          openwsman
 Version:       2.2.0
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        BSD
 Url:            http://www.openwsman.org/
 Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -16,7 +16,8 @@ Patch2:         perl-bindings.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXXX)
 Group:          System Environment/Daemons
 Summary:        Opensource Implementation of WS-Management
-BuildRequires:  sblim-sfcc-devel libcurl-devel libxml2-devel pkgconfig pam-devel openssl-devel swig python python-devel ruby ruby-devel
+BuildRequires:  sblim-sfcc-devel curl-devel libxml2-devel pkgconfig pam-devel openssl-devel swig python python-devel ruby ruby-devel libtool
+BuildRequires:  perl pkgconfig openssl-devel net-tools
 Requires(post): chkconfig
 Requires(preun): chkconfig
 Requires(postun): initscripts
@@ -228,6 +229,9 @@ rm -f /var/log/wsmand.log
 
 
 %changelog
+* Thu 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
 - Following the upstream packaging, updated the spec file to break the
 - package into server, client, lib components.




More information about the scm-commits mailing list