rpms/wsmancli/devel missing-pthread-symbols.patch, NONE, 1.1 wsmancli.spec, 1.3, 1.4

Praveen K Paladugu praveenp at fedoraproject.org
Thu Nov 12 18:10:57 UTC 2009


Author: praveenp

Update of /cvs/pkgs/rpms/wsmancli/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18628

Modified Files:
	wsmancli.spec 
Added Files:
	missing-pthread-symbols.patch 
Log Message:
Linked pthread in a Makefile to prevent build failures.


missing-pthread-symbols.patch:
 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE missing-pthread-symbols.patch ---
diff -up wsmancli-2.1.0/examples/cpp/Makefile.in.old wsmancli-2.1.0/examples/cpp/Makefile.in
--- wsmancli-2.1.0/examples/cpp/Makefile.in.old	2009-11-06 10:29:49.000000000 -0600
+++ wsmancli-2.1.0/examples/cpp/Makefile.in	2009-11-06 10:29:20.000000000 -0600
@@ -158,7 +158,7 @@ target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 LDADD = \
-       -lwsman -lwsman_clientpp
+       -lwsman -lpthread -lwsman_clientpp
 
 EnumInstance_SOURCES = \
 		EnumInstance.cpp


Index: wsmancli.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wsmancli/devel/wsmancli.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- wsmancli.spec	27 Jul 2009 07:29:21 -0000	1.3
+++ wsmancli.spec	12 Nov 2009 18:10:57 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           wsmancli
 Version:        2.1.0
-Release:        3%{dist}
+Release:        4%{dist}
 License:        BSD
 Url:            http://www.openwsman.org/
 Source:         http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
@@ -8,6 +8,7 @@ BuildRoot:       %(mktemp -ud %{_tmppath
 Group:          Applications/System
 BuildRequires:  openwsman-devel >= 2.1.0 pkgconfig curl-devel
 Requires:       openwsman curl
+Patch0:         missing-pthread-symbols.patch
 Summary:        WS-Management-Command line Interface
 
 %description
@@ -16,6 +17,7 @@ systems using Web Services Management pr
 
 %prep
 %setup -q 
+%patch0 -p1
 
 %build
 %configure --disable-more-warnings 
@@ -35,6 +37,8 @@ rm -rf %{buildroot}
 %doc COPYING README 
 
 %changelog
+* Fri Nov  6 2009 Praveen K Paladugu <praveen_paladugu at dell.com> - 2.1.0-4
+- Missing symbols from pthread library.
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list