SPECS: samba.spec - rel 3.2 - tried to fix linking breakage

baggins baggins at pld-linux.org
Wed Jun 6 22:10:53 CEST 2007


Author: baggins                      Date: Wed Jun  6 20:10:53 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- rel 3.2
- tried to fix linking breakage

---- Files affected:
SPECS:
   samba.spec (1.356 -> 1.357) 

---- Diffs:

================================================================
Index: SPECS/samba.spec
diff -u SPECS/samba.spec:1.356 SPECS/samba.spec:1.357
--- SPECS/samba.spec:1.356	Thu Apr 19 23:27:05 2007
+++ SPECS/samba.spec	Wed Jun  6 22:10:47 2007
@@ -1,6 +1,10 @@
 # $Revision$, $Date$
 # TODO:
 # - look into other distro specs for valid %descriptions for samba 3
+# - linking breakage:
+# libmsrpc.so.0:
+#	undefined symbol: smbc_attr_server      (./libmsrpc.so.0)
+# maybe more
 #
 # Conditional build:
 %bcond_without	ads		# without ActiveDirectory support
@@ -32,7 +36,7 @@
 Summary(zh_CN.UTF-8):	Samba 客户端和服务器
 Name:		samba
 Version:	3.0.24
-Release:	3
+Release:	3.2
 Epoch:		1
 License:	GPL v2
 Group:		Networking/Daemons
@@ -54,6 +58,7 @@
 Patch3:		%{name}-pthread.patch
 Patch4:		%{name}-libsmbclient-libnscd_link.patch
 Patch5:		%{name}-doc.patch
+Patch6:		%{name}-libs-needed.patch
 URL:		http://www.samba.org/
 BuildRequires:	acl-devel
 BuildRequires:	autoconf
@@ -940,6 +945,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 %{__sed} -i 's#%SAMBAVERSION%#%{version}#' docs/htmldocs/index.html
 
 cd examples/VFS
@@ -1459,6 +1465,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.357  2007/06/06 20:10:47  baggins
+- rel 3.2
+- tried to fix linking breakage
+
 Revision 1.356  2007/04/19 21:27:05  twittner
 - html-doc CSS style fixes: get rid of crazy colors
 - fix some links
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/samba.spec?r1=1.356&r2=1.357&f=u



More information about the pld-cvs-commit mailing list